<?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: How to set a button that only execute part of the script. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-set-a-button-that-only-execute-part-of-the-script/m-p/986601#M951487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/Avinashelite"&gt;Avinashelite&lt;/A&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;Thanks for your help!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;It works now!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Dec 2015 20:59:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-10T20:59:50Z</dc:date>
    <item>
      <title>How to set a button that only execute part of the script.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-button-that-only-execute-part-of-the-script/m-p/986598#M951484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Qlikview application witth two buttons A and B and a script similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Part 1&lt;/P&gt;&lt;P&gt;Oracle_Table_1:&lt;/P&gt;&lt;P&gt;sql set * from Oracle_table;&lt;/P&gt;&lt;P&gt;store Oracle_table into c:\QlivewFile_1.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oracle_Table_2:&lt;/P&gt;&lt;P&gt;sql set * from Oracle_table_2;&lt;/P&gt;&lt;P&gt;store Oracle_table into c:\QlivewFile_2.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Part 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oracle_table_1_Final:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;from&amp;nbsp; c:\QlivewFile_1.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oracle_table_2_Final:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;from&amp;nbsp; c:\QlivewFile_2.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Button A will execute both Part 1 and 2 in one go. This is fine and I can do this button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for button B, I only want to execute the Part 2 (i.e. Load from the qvd file). Could you give me some idea on how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 06:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-button-that-only-execute-part-of-the-script/m-p/986598#M951484</guid>
      <dc:creator />
      <dc:date>2015-12-10T06:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a button that only execute part of the script.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-button-that-only-execute-part-of-the-script/m-p/986599#M951485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this :&lt;/P&gt;&lt;P&gt;For the button A : add a action to set a variable like vA=1 and similarly for button B and in the load script you can utilize this variable to execute the load&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 07:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-button-that-only-execute-part-of-the-script/m-p/986599#M951485</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-12-10T07:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a button that only execute part of the script.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-button-that-only-execute-part-of-the-script/m-p/986600#M951486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if $(vA)=1 then&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; // Part 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Oracle_Table_1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;sql set * from Oracle_table;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;store Oracle_table into c:\QlivewFile_1.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Oracle_Table_2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;sql set * from Oracle_table_2;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;store Oracle_table into c:\QlivewFile_2.qvd;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;ENDIF&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;if &lt;SPAN style="font-size: 13.3333px;"&gt;$(vB)=1 then&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;// Part 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Oracle_table_1_Final:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;from&amp;nbsp; c:\QlivewFile_1.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Oracle_table_2_Final:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;from&amp;nbsp; c:\QlivewFile_2.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 07:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-button-that-only-execute-part-of-the-script/m-p/986600#M951486</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-12-10T07:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a button that only execute part of the script.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-button-that-only-execute-part-of-the-script/m-p/986601#M951487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/Avinashelite"&gt;Avinashelite&lt;/A&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;Thanks for your help!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;It works now!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 20:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-button-that-only-execute-part-of-the-script/m-p/986601#M951487</guid>
      <dc:creator />
      <dc:date>2015-12-10T20:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a button that only execute part of the script.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-button-that-only-execute-part-of-the-script/m-p/986602#M951488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Happy&amp;nbsp; Learning &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 05:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-button-that-only-execute-part-of-the-script/m-p/986602#M951488</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-12-11T05:25:33Z</dc:date>
    </item>
  </channel>
</rss>

