<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Calculate and Formula language in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Calculate-and-Formula-language/m-p/73018#M25623</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to check whether 2 fields have same value or not. How can I achieve this.&lt;BR /&gt;&lt;BR /&gt;So far I tried like - FT_FIELD1=FT_FIELD2, #FT_FIELD1=#FT_FIELD2​, @FT_FIELD1=@FT_FIELD2​, EQ(FT_FIELD2).&lt;BR /&gt;&lt;BR /&gt;But none of them showed any validation error if the values are not same. Can you help.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Sep 2020 10:10:00 GMT</pubDate>
    <dc:creator>Tejaskumar_Darji</dc:creator>
    <dc:date>2020-09-22T10:10:00Z</dc:date>
    <item>
      <title>Calculate and Formula language</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Calculate-and-Formula-language/m-p/73018#M25623</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to check whether 2 fields have same value or not. How can I achieve this.&lt;BR /&gt;&lt;BR /&gt;So far I tried like - FT_FIELD1=FT_FIELD2, #FT_FIELD1=#FT_FIELD2​, @FT_FIELD1=@FT_FIELD2​, EQ(FT_FIELD2).&lt;BR /&gt;&lt;BR /&gt;But none of them showed any validation error if the values are not same. Can you help.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2020 10:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Calculate-and-Formula-language/m-p/73018#M25623</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2020-09-22T10:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Calculate and Formula language</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Calculate-and-Formula-language/m-p/73019#M25624</link>
      <description>Have you assigned the calculable flag in the field options?&lt;BR /&gt;&lt;BR /&gt;In your example, you are trying to validate the value of field 1 based on the value of field 2? Then, try putting FT_FIELD2 in the formula for FT_FIELD1. Or self-reference: SELF = FT_FIELD2.&lt;BR /&gt;&lt;BR /&gt;For an auto-calculated field, EQ(FT_FIELD1, FT_FIELD2) should return a true/false.&lt;BR /&gt;&lt;BR /&gt;For text, some string functions to consider: STRCMP(FT_FIELD1, FT_FIELD2) for case sensitive, or STRICMP(FT_FIELD1, FT_FIELD2) for case insensitive.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Patrick Aucoin&lt;BR /&gt;Senior Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2020 21:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Calculate-and-Formula-language/m-p/73019#M25624</guid>
      <dc:creator>PatrickAucoin</dc:creator>
      <dc:date>2020-09-22T21:03:00Z</dc:date>
    </item>
  </channel>
</rss>

