<?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 with LOAD INLINE with variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-LOAD-INLINE-with-variables/m-p/834787#M293698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;A _jive_internal="true" href="https://community.qlik.com/people/cleveranjos"&gt;Clever Anjos&lt;/A&gt;‌, learned a new things from you today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2015 20:40:58 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-06-16T20:40:58Z</dc:date>
    <item>
      <title>Problem with LOAD INLINE with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-LOAD-INLINE-with-variables/m-p/834785#M293696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrdenEVA2, ConceptoEVA2, ValorEVA2, MesEVA2, AñoEVA2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 'Crecimiento Real', ($(vVenta)/$(vVentaAnt))-1)-$(vInflacion), $(vMes), $(vAño)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vNum1=1;&lt;/P&gt;&lt;P&gt;let vNum2=10;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num1, Num2, Num3, Name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 10, $(vNum1)+$(vNum2), 'Francisco'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i see the data in a Simple Table, the operation for Num3 is not the sum... is exactly : '$(vNum1)+$(vNum2)' ...&lt;/P&gt;&lt;P&gt;I mean, the script is not evaluating the sum.&lt;/P&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 20:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-LOAD-INLINE-with-variables/m-p/834785#M293696</guid>
      <dc:creator />
      <dc:date>2015-06-16T20:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LOAD INLINE with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-LOAD-INLINE-with-variables/m-p/834786#M293697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vNum1=1;&lt;/P&gt;&lt;P&gt;let vNum2=10;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Num1, Num2, &lt;STRONG&gt;evaluate&lt;/STRONG&gt;(Num3) as Num3, Name INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num1, Num2, Num3, Name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 10, $(vNum1)+$(vNum2), 'Francisco'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 20:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-LOAD-INLINE-with-variables/m-p/834786#M293697</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-06-16T20:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LOAD INLINE with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-LOAD-INLINE-with-variables/m-p/834787#M293698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;A _jive_internal="true" href="https://community.qlik.com/people/cleveranjos"&gt;Clever Anjos&lt;/A&gt;‌, learned a new things from you today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 20:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-LOAD-INLINE-with-variables/m-p/834787#M293698</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-16T20:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LOAD INLINE with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-LOAD-INLINE-with-variables/m-p/834788#M293699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We learn new things every day &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"I am learning all the time. The tombstone will be my diploma"&lt;/EM&gt;. ~Eartha Kitt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 20:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-LOAD-INLINE-with-variables/m-p/834788#M293699</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-06-16T20:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LOAD INLINE with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-LOAD-INLINE-with-variables/m-p/834789#M293700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well said &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 20:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-LOAD-INLINE-with-variables/m-p/834789#M293700</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-16T20:46:46Z</dc:date>
    </item>
  </channel>
</rss>

