<?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 Based on Condition the EditScript should be Reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Based-on-Condition-the-EditScript-should-be-Reload/m-p/324937#M119688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Sure you can do if/else/then statements in the script. A good source is the F1 help. Here's an example on the syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;P&gt;if x&amp;gt;0 then &lt;/P&gt;&lt;P&gt;load * from pos.csv; &lt;/P&gt;&lt;P&gt;elseif x&amp;lt;0 then&lt;/P&gt;&lt;P&gt;load * from neg.csv; &lt;/P&gt;&lt;P&gt;else &lt;/P&gt;&lt;P&gt;load * from zero.txt; &lt;/P&gt;&lt;P&gt;end if &lt;/P&gt;&lt;P&gt;(do note though that if you want to load a certain table regardless of the variable value, you'll want to place it outside the condition)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2011 06:16:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-05-25T06:16:44Z</dc:date>
    <item>
      <title>Based on Condition the EditScript should be Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Based-on-Condition-the-EditScript-should-be-Reload/m-p/324936#M119687</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;- I want to keep a conditon in reload editscript. In the below following format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(vGlobalId=0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want to reload few tables here i.e table1,table2,table3...etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want to reload few tables here i.e table4,table5,table6...etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do this? if possible how can i do this can anybody help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i need answer whether it possible or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 05:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Based-on-Condition-the-EditScript-should-be-Reload/m-p/324936#M119687</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-05-25T05:48:39Z</dc:date>
    </item>
    <item>
      <title>Based on Condition the EditScript should be Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Based-on-Condition-the-EditScript-should-be-Reload/m-p/324937#M119688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Sure you can do if/else/then statements in the script. A good source is the F1 help. Here's an example on the syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;P&gt;if x&amp;gt;0 then &lt;/P&gt;&lt;P&gt;load * from pos.csv; &lt;/P&gt;&lt;P&gt;elseif x&amp;lt;0 then&lt;/P&gt;&lt;P&gt;load * from neg.csv; &lt;/P&gt;&lt;P&gt;else &lt;/P&gt;&lt;P&gt;load * from zero.txt; &lt;/P&gt;&lt;P&gt;end if &lt;/P&gt;&lt;P&gt;(do note though that if you want to load a certain table regardless of the variable value, you'll want to place it outside the condition)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 06:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Based-on-Condition-the-EditScript-should-be-Reload/m-p/324937#M119688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-25T06:16:44Z</dc:date>
    </item>
    <item>
      <title>Based on Condition the EditScript should be Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Based-on-Condition-the-EditScript-should-be-Reload/m-p/324938#M119689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot jsn it's working fine...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 06:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Based-on-Condition-the-EditScript-should-be-Reload/m-p/324938#M119689</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-05-25T06:51:14Z</dc:date>
    </item>
  </channel>
</rss>

