<?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: Problem: Calculation in load script using EVALUATE doesn't work in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448135#M486132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this but it doesn't work also because they are both textformats so it seems they must be handled seperately. &lt;/P&gt;&lt;P&gt;Frustrating isn't it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Mar 2013 10:26:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-17T10:26:05Z</dc:date>
    <item>
      <title>Problem: Calculation in load script using EVALUATE doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448129#M486126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to load data from an auditfile. In the auditfile the debitAmount and the creditAmountfield is text. &lt;/P&gt;&lt;P&gt;I used the EVALUATE function in my loadscript to convert them to numbers. That's okay.&lt;/P&gt;&lt;P&gt;But after that, I tried to make a calculation in the LOAD script: EVALUATE (debitAmount) - EVALUATE (creditAmount) as Amount&lt;/P&gt;&lt;P&gt;That doesn't work. It seems that EVALUATE is not useful to calculate (a calculation EVALUATE (debitAmout) + 100 works fine but a double EVALUATE in the calculation doesn't work).&lt;/P&gt;&lt;P&gt;How can I realize the calculated field Amount as the difference between debitAmount and the creditAmount?&lt;/P&gt;&lt;P&gt;I hope you have the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Rudy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Mar 2013 08:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448129#M486126</guid>
      <dc:creator />
      <dc:date>2013-03-17T08:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Calculation in load script using EVALUATE doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448130#M486127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;NUM (debitAmount) - NUM(creditAmount) as Amount&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Mar 2013 08:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448130#M486127</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-03-17T08:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Calculation in load script using EVALUATE doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448131#M486128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply, but it doensn't work. &lt;/P&gt;&lt;P&gt;My script is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;recordID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;accountID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;grtbkreknr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;custSupID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;documentID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;effectiveDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;link_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;description&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Evaluate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;debitAmount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;debitAmount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Evaluate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;creditAmount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;creditAmount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;debitAmount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;creditAmount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[vat/vatCode]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vatCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[vat/vatAmount]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vatAmount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// Key to parent table: auditfile/transactions/journal/transaction&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;C&gt; (&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;XmlSimple&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [auditfile/transactions/journal/transaction/line]); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;What am I doing wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Mar 2013 08:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448131#M486128</guid>
      <dc:creator />
      <dc:date>2013-03-17T08:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Calculation in load script using EVALUATE doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448132#M486129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; background-color: #ffffff; font-family: Arial;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;debitAmount&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;debitAmount&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; background-color: #ffffff; font-family: Arial;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;creditAmount&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;creditAmount&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #0000ff;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;debitAmount&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;) - &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #0000ff;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;creditAmount&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Mar 2013 09:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448132#M486129</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-03-17T09:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Calculation in load script using EVALUATE doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448133#M486130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I does not work: using NUM there is no output (=0) but when I use EVALUATE te output is correct. &lt;/P&gt;&lt;P&gt;When I use: EVALUATE+100 then it gives a correct output, but EVALUATE (debitAmount)+EVALUATE(creditAmount) gives an error (=0). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Mar 2013 10:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448133#M486130</guid>
      <dc:creator />
      <dc:date>2013-03-17T10:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Calculation in load script using EVALUATE doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448134#M486131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you already tried evaluate(debitAmount + creditAmount)&amp;nbsp; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Mar 2013 10:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448134#M486131</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-03-17T10:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Calculation in load script using EVALUATE doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448135#M486132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this but it doesn't work also because they are both textformats so it seems they must be handled seperately. &lt;/P&gt;&lt;P&gt;Frustrating isn't it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Mar 2013 10:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448135#M486132</guid>
      <dc:creator />
      <dc:date>2013-03-17T10:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Calculation in load script using EVALUATE doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448136#M486133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would it be possible to upload your input file? So we can have a closer look to the format you need to read in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard procedure would be using QV function num#(TEXT, FORMATCODE) to interprete a text as a number. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Mar 2013 10:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/448136#M486133</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-03-17T10:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Calculation in load script using EVALUATE doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/1623232#M486134</link>
      <description>&lt;P&gt;Hola Buenas, yo estuve peleándome con el evaluate y me tocó sustituir el signo coma ',' por el punto '.' con un replace en los campos numéricos para que funcionase. algo así...&lt;/P&gt;&lt;P&gt;Evaluate(Num#(Replace(Valor,',','.')) + Num#(Replace(Valor2,',','.')))&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 14:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/1623232#M486134</guid>
      <dc:creator>jrodriguez_sand</dc:creator>
      <dc:date>2019-09-12T14:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Calculation in load script using EVALUATE doesn't work</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/1623329#M486135</link>
      <description>&lt;P&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Evaluate&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;debitAmount&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;-&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Evaluate&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;creditAmount&lt;/SPAN&gt;&lt;SPAN&gt;))&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Amount&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 15:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-Calculation-in-load-script-using-EVALUATE-doesn-t-work/m-p/1623329#M486135</guid>
      <dc:creator>maxronny</dc:creator>
      <dc:date>2019-09-12T15:58:29Z</dc:date>
    </item>
  </channel>
</rss>

