<?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 Variable with Set Statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-with-Set-Statement/m-p/229535#M81434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the load script I define X as follows:&lt;/P&gt;&lt;P&gt;Set X = "$(Y) * 100";&lt;/P&gt;&lt;P&gt;Y is an input variable.&lt;/P&gt;&lt;P&gt;As Y changes X is not updating.&lt;BR /&gt;It remains 100 time the value of Y when the document was loaded.&lt;/P&gt;&lt;P&gt;How can I force $(X) to update whenever Y changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Feb 2011 17:38:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-24T17:38:18Z</dc:date>
    <item>
      <title>Variable with Set Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-with-Set-Statement/m-p/229535#M81434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the load script I define X as follows:&lt;/P&gt;&lt;P&gt;Set X = "$(Y) * 100";&lt;/P&gt;&lt;P&gt;Y is an input variable.&lt;/P&gt;&lt;P&gt;As Y changes X is not updating.&lt;BR /&gt;It remains 100 time the value of Y when the document was loaded.&lt;/P&gt;&lt;P&gt;How can I force $(X) to update whenever Y changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 17:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-with-Set-Statement/m-p/229535#M81434</guid>
      <dc:creator />
      <dc:date>2011-02-24T17:38:18Z</dc:date>
    </item>
    <item>
      <title>Variable with Set Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-with-Set-Statement/m-p/229536#M81435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Let, not Set.&lt;/P&gt;&lt;P&gt;What does your variable look like after it is loaded?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 17:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-with-Set-Statement/m-p/229536#M81435</guid>
      <dc:creator />
      <dc:date>2011-02-24T17:41:41Z</dc:date>
    </item>
    <item>
      <title>Variable with Set Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-with-Set-Statement/m-p/229537#M81436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try LET instead of SET. -Isaiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 17:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-with-Set-Statement/m-p/229537#M81436</guid>
      <dc:creator>isaiah82</dc:creator>
      <dc:date>2011-02-24T17:42:33Z</dc:date>
    </item>
    <item>
      <title>Variable with Set Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-with-Set-Statement/m-p/229538#M81437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried let. It does not seem to work at all.&lt;/P&gt;&lt;P&gt;( Results to null )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 18:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-with-Set-Statement/m-p/229538#M81437</guid>
      <dc:creator />
      <dc:date>2011-02-24T18:52:55Z</dc:date>
    </item>
    <item>
      <title>Variable with Set Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-with-Set-Statement/m-p/229539#M81438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;$(Y) is being evaluated and stored in the variable. Check the variable definition after your load finishes. You can just change the definition there (e.g. '=$(Y)*100' without the quotes) or build this out in your script using chr() functions. Let me know if that doesn't make any sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 19:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-with-Set-Statement/m-p/229539#M81438</guid>
      <dc:creator>isaiah82</dc:creator>
      <dc:date>2011-02-24T19:04:53Z</dc:date>
    </item>
  </channel>
</rss>

