<?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: script meaning in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/script-meaning/m-p/1201715#M877765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you asking what does the IF/ENDIF statement does? The script between these statements will only execute of the IF condition evaluates to true - in other words, if the variable vTable is set to to 'ALL' to 'TableA'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2016 04:59:35 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2016-10-18T04:59:35Z</dc:date>
    <item>
      <title>script meaning</title>
      <link>https://community.qlik.com/t5/QlikView/script-meaning/m-p/1201714#M877764</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;What is this script means, how it works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;IF vTable = 'ALL' OR vTable = 'TableA' THEN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[TableA]:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(QVDPath)A.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;store [TableA] into [$(QVDPath)TableA.qvd] (qvd);&lt;/P&gt;&lt;P&gt;drop table [TableA];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[TableB]:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(QVDPath)B.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;store [TableB] into [$(QVDPath)TableB.qvd] (qvd);&lt;/P&gt;&lt;P&gt;drop table [TableB];&lt;/P&gt;&lt;P&gt;[TableC]:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(QVDPath)C.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;store [TableC] into [$(QVDPath)TableC.qvd] (qvd);&lt;/P&gt;&lt;P&gt;drop table [TableC];&lt;/P&gt;&lt;P&gt;[TableD]:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(QVDPath)D.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;store [TableD] into [$(QVDPath)TableD.qvd] (qvd);&lt;/P&gt;&lt;P&gt;drop table [TableD];&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ENDIF&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-meaning/m-p/1201714#M877764</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: script meaning</title>
      <link>https://community.qlik.com/t5/QlikView/script-meaning/m-p/1201715#M877765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you asking what does the IF/ENDIF statement does? The script between these statements will only execute of the IF condition evaluates to true - in other words, if the variable vTable is set to to 'ALL' to 'TableA'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 04:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-meaning/m-p/1201715#M877765</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-10-18T04:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: script meaning</title>
      <link>https://community.qlik.com/t5/QlikView/script-meaning/m-p/1201716#M877766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Jonathan, My doubt is how to set these conditions? How to execute them? I am quite new for this concept. Could you please explain in details?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 05:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-meaning/m-p/1201716#M877766</guid>
      <dc:creator />
      <dc:date>2016-10-18T05:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: script meaning</title>
      <link>https://community.qlik.com/t5/QlikView/script-meaning/m-p/1201717#M877767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;BR /&gt;The Load of the tables &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[TableA], &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[TableB], &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[TableC]. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[TableD] &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;will happen only if &lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vTable = 'ALL' OR &lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; vTable = 'TableA' &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 10:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-meaning/m-p/1201717#M877767</guid>
      <dc:creator>vcanale</dc:creator>
      <dc:date>2016-10-18T10:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: script meaning</title>
      <link>https://community.qlik.com/t5/QlikView/script-meaning/m-p/1201718#M877768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Annio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Over here vTable is a variable and it can have only one value at a time. A per your code,&lt;/P&gt;&lt;P&gt;If the variable “vTable” contains value either 'ALL' OR 'TableA' then it will meet the condition and load all the tables mentioned below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 13:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-meaning/m-p/1201718#M877768</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2016-10-18T13:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: script meaning</title>
      <link>https://community.qlik.com/t5/QlikView/script-meaning/m-p/1201719#M877769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your variable "vTable" is set to "ALL" or "TableA" doesn't seem to matter here, it will still load TableA and TableB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might need to show us more code to help you out further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;james.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 14:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-meaning/m-p/1201719#M877769</guid>
      <dc:creator>wallerjc</dc:creator>
      <dc:date>2016-10-18T14:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: script meaning</title>
      <link>https://community.qlik.com/t5/QlikView/script-meaning/m-p/1201720#M877770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to find out where in your script the values of 'vTable'&amp;nbsp; is set. Probably in your script or in Publisher&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141089_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 19:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-meaning/m-p/1201720#M877770</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2016-10-18T19:11:35Z</dc:date>
    </item>
  </channel>
</rss>

