<?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: Reload part of the script using buttons in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063133#M925973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not getting the Table2 in datamodel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2016 06:20:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-07T06:20:22Z</dc:date>
    <item>
      <title>Reload part of the script using buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063126#M925966</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;I am having 10 tables in script ,each schema having 5 tables ,so I have 2 data models in a script .&lt;/P&gt;&lt;P&gt;My requirement is I want to split 2 different schemas and also want to 2 buttons in UI. when I click on button 1 then schema 1 should get reload and when I click on button 2 schema 2 should reload instead of all tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest&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/Reload-part-of-the-script-using-buttons/m-p/1063126#M925966</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reload part of the script using buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063127#M925967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF $(vVar1) = 1 then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Dim1, Value1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; A, 600&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ELSEIF $(vVar1) = 0 then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Dim1, Value2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; B, 800&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDIF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But once you reload one table, the other will go away. Are you wanting to just update one and leave the other one intact? If that's what is needed, may be you can do it will partial reload&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 09:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063127#M925967</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-06T09:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reload part of the script using buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063128#M925968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Partial Reload version:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF $(vVar1) = 1 then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Replace&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Dim1, Value1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; A, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ELSEIF $(vVar1) = 0 then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Replace&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Dim1, Value2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; B, 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDIF&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 09:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063128#M925968</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-06T09:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reload part of the script using buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063129#M925969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create two separate application for each schema.&lt;/P&gt;&lt;P&gt;Now add button in each application.&lt;BR /&gt;Open the button properties---&amp;gt; add the action 'Reload'.&lt;BR /&gt;So when you click the button the application gets reloaded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 10:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063129#M925969</guid>
      <dc:creator />
      <dc:date>2016-04-06T10:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reload part of the script using buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063130#M925970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sourav already I am doing the same way ,having 2 separate QVW files but I want both in the single one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 05:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063130#M925970</guid>
      <dc:creator />
      <dc:date>2016-04-07T05:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reload part of the script using buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063131#M925971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then how can I call those in buttons ?&lt;/P&gt;&lt;P&gt;If I select button1 then script1 should reload and if I click on button2 script 2 should get reload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 05:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063131#M925971</guid>
      <dc:creator />
      <dc:date>2016-04-07T05:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reload part of the script using buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063132#M925972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using above code in my script .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Took 2 buttons which are B1 and B2.&lt;/P&gt;&lt;P&gt;B1 Properties:&lt;/P&gt;&lt;P&gt;SetVariable&lt;/P&gt;&lt;P&gt;Value =vVar1&lt;/P&gt;&lt;P&gt;Variable=vVar1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Relaod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B2 Properties:&lt;/P&gt;&lt;P&gt;SetVariable&lt;/P&gt;&lt;P&gt;Value =vVar1&lt;/P&gt;&lt;P&gt;Variable=vVar1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Relaod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am clicking on B1 or B2 only executing Table 1 .&lt;/P&gt;&lt;P&gt;If I click on B1 then Table1 should execute and if I click on B2 table2 should execute.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 06:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063132#M925972</guid>
      <dc:creator />
      <dc:date>2016-04-07T06:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reload part of the script using buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063133#M925973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not getting the Table2 in datamodel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 06:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063133#M925973</guid>
      <dc:creator />
      <dc:date>2016-04-07T06:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reload part of the script using buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063134#M925974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which of the two solution have you been using? and what is the expectation? One of the two tables stays and the other one goes away or you need that one stays and other gets updated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 09:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063134#M925974</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-07T09:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reload part of the script using buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063135#M925975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using first solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both models should be there in project only based on the button event they should be reload.&lt;/P&gt;&lt;P&gt;One should be there and other need to get reloaded based on the button click.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 10:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063135#M925975</guid>
      <dc:creator />
      <dc:date>2016-04-07T10:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reload part of the script using buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063136#M925976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using this solution :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF $(vVar1) = 1 then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Dim1, Value1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; A, 600&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ELSEIF $(vVar1) = 0 then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Dim1, Value2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; B, 800&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDIF&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 10:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063136#M925976</guid>
      <dc:creator />
      <dc:date>2016-04-07T10:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reload part of the script using buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063137#M925977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, I would suggest you to explore the second option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 10:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063137#M925977</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-07T10:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reload part of the script using buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063138#M925978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried second solution also, there also I can see only one table at a time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 11:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063138#M925978</guid>
      <dc:creator />
      <dc:date>2016-04-07T11:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reload part of the script using buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063139#M925979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are the steps you need to follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) LOAD all data without any if statements&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: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Replace&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Dim1, Value1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; A, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; ];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Replace&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Dim1, Value2&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; B, 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; ];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2) Now set up your front end with the buttons and other objects and add if statements back in the script. NOTE: Make sure your Reload action as Partial reload checked. Also note to change the data to see the change on the front end (see the new numbers in red)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120896_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;IF $(vVar1) = 1 then&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Replace&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Dim1, Value1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; A, &lt;SPAN style="text-decoration: line-through;"&gt;100&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;200&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; ];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ELSEIF $(vVar1) = 0 then&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Replace&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Dim1, Value2&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; B, &lt;SPAN style="text-decoration: line-through;"&gt;200&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;400&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; ];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ENDIF&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3) Select one button at a time and see how the reload changes just one data set at a time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 12:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-part-of-the-script-using-buttons/m-p/1063139#M925979</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-07T12:13:37Z</dc:date>
    </item>
  </channel>
</rss>

