<?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 RE: Variable Function - VAREXISTS, possible issue? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Variable-Function-VAREXISTS-possible-issue/m-p/73796#M26401</link>
    <description>&lt;P&gt;Thanks for your quick reply, can you explain to me what L is? I have seen it on the user guide as well but I can't find more documentation about that. After adding the L to the formula and restarting by capture the batch, I went to manually verify the batch. The thing that I noticed is that the FT_VAT_TOTAL was correctly detected but the region was orange and the TotalValue field is also 456 (showing that the FT_VAT_TOTAL variable not existing). I then selected a different number/region to the FT_VAT_TOTAL resulting in finally changing the TotalValue field to 123 (showing that FT_VAT_TOTAL variable exists). That was really strange and I manually changed the value of TotalValue and reselected the correct number/region for FT_VAT_TOTAL reulting in changing the TotalValue field to 123. Do you know why the FT_VAT_TOTAL is not being detected from the beginning?&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michail Gemistos&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2021 10:36:00 GMT</pubDate>
    <dc:creator>MichalisGemisto</dc:creator>
    <dc:date>2021-08-04T10:36:00Z</dc:date>
    <item>
      <title>Variable Function - VAREXISTS, possible issue?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Variable-Function-VAREXISTS-possible-issue/m-p/73794#M26399</link>
      <description>&lt;P&gt;Hi Decipher community that is my first question so I wanted to greet you.&lt;BR /&gt;Anyway, I am trying to make a complex if statement, but it doesn't seem to be working. So I took a step backwards and I made a simple If statement to see if it working fine. I calculate the TotalValue field (with flags AUTOCALCULATE) of an invoice with the following formula if(VAREXISTS(FT_VAT_TOTAL),123,456). During the manual verification Decipher seems to detect correctly the FT_VAT_TOTAL field however the value for the TotalValue remains 456, showing that the FT_VAT_TOTAL field not existing. I then proceed to manually assigning a region the ft__vat_total field while having the autocalculate flag on TotalValue but no change is being made. Am I missing something here?&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;BR /&gt;Michalis Gemistos&lt;/P&gt;
&lt;DIV style="display: none;"&gt;&lt;/DIV&gt;
&lt;DIV style="display: none;"&gt;&lt;/DIV&gt;
&lt;DIV style="display: none;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michail Gemistos&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2021 09:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Variable-Function-VAREXISTS-possible-issue/m-p/73794#M26399</guid>
      <dc:creator>MichalisGemisto</dc:creator>
      <dc:date>2021-08-04T09:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Variable Function - VAREXISTS, possible issue?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Variable-Function-VAREXISTS-possible-issue/m-p/73795#M26400</link>
      <description>Hi Michail,&lt;BR /&gt;&lt;BR /&gt;The formula is just missing a small part of the configuration. IF(VAREXISTS&lt;STRONG&gt;(L&lt;/STRONG&gt;(FT_VAT_TOTAL)&lt;STRONG&gt;)&lt;/STRONG&gt;,123,456). It's adding the L part to the formula that should get it working for you.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2021 10:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Variable-Function-VAREXISTS-possible-issue/m-p/73795#M26400</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-08-04T10:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Variable Function - VAREXISTS, possible issue?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Variable-Function-VAREXISTS-possible-issue/m-p/73796#M26401</link>
      <description>&lt;P&gt;Thanks for your quick reply, can you explain to me what L is? I have seen it on the user guide as well but I can't find more documentation about that. After adding the L to the formula and restarting by capture the batch, I went to manually verify the batch. The thing that I noticed is that the FT_VAT_TOTAL was correctly detected but the region was orange and the TotalValue field is also 456 (showing that the FT_VAT_TOTAL variable not existing). I then selected a different number/region to the FT_VAT_TOTAL resulting in finally changing the TotalValue field to 123 (showing that FT_VAT_TOTAL variable exists). That was really strange and I manually changed the value of TotalValue and reselected the correct number/region for FT_VAT_TOTAL reulting in changing the TotalValue field to 123. Do you know why the FT_VAT_TOTAL is not being detected from the beginning?&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michail Gemistos&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 10:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Variable-Function-VAREXISTS-possible-issue/m-p/73796#M26401</guid>
      <dc:creator>MichalisGemisto</dc:creator>
      <dc:date>2021-08-04T10:36:00Z</dc:date>
    </item>
  </channel>
</rss>

