<?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 load 2nd table without loading 1st table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1526917#M438492</link>
    <description>Another option can be enclosing all your 1st table script in a:&lt;BR /&gt;IF $(vFullReload)=1 THEN&lt;BR /&gt;//Script&lt;BR /&gt;ENDIF&lt;BR /&gt;&lt;BR /&gt;Setting the variable vFullReload to 0 (or something different than 1) will skip that code, setting the variable to 1 will execute the code.</description>
    <pubDate>Mon, 07 Jan 2019 10:14:49 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2019-01-07T10:14:49Z</dc:date>
    <item>
      <title>how to load 2nd table without loading 1st table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1526669#M438477</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;can anyone please explain me how to reload the 2nd data from 2nd edit script window without reloading or commenting the 1st table data in 1st edit script window..??? is this possible or my questions is valid..&lt;/P&gt;&lt;P&gt;please reply me with good suggestion.&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jan 2019 07:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1526669#M438477</guid>
      <dc:creator>rjyadav94</dc:creator>
      <dc:date>2019-01-05T07:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to load 2nd table without loading 1st table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1526670#M438478</link>
      <description>&lt;P&gt;There is no switch to simply disable one tab in the script editor (I think that is what you are asking).&lt;/P&gt;&lt;P&gt;You can change the tab order. To 'disable' a script tab, move it to the right after an Exit Script statement. I usually add an Exit tab that contains the Exit Script. Move the tab to be ignored to the right of the Ext tab.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jan 2019 08:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1526670#M438478</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-01-05T08:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to load 2nd table without loading 1st table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1526682#M438479</link>
      <description>Try using partial reload.</description>
      <pubDate>Sat, 05 Jan 2019 13:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1526682#M438479</guid>
      <dc:creator>vanderson009</dc:creator>
      <dc:date>2019-01-05T13:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to load 2nd table without loading 1st table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1526829#M438489</link>
      <description>&lt;P&gt;This Can be done in two ways :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sol1:&lt;/P&gt;&lt;P&gt;a.Put the Second Edit script Window before the FIrst Table script by using Promote Tab&lt;/P&gt;&lt;P&gt;b. In the End of Second Script put Exit script command&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sol2:&lt;/P&gt;&lt;P&gt;Inside the FIrst Table SCript put a where condition 1=2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 07:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1526829#M438489</guid>
      <dc:creator>swapniltaz</dc:creator>
      <dc:date>2019-01-07T07:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to load 2nd table without loading 1st table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1526917#M438492</link>
      <description>Another option can be enclosing all your 1st table script in a:&lt;BR /&gt;IF $(vFullReload)=1 THEN&lt;BR /&gt;//Script&lt;BR /&gt;ENDIF&lt;BR /&gt;&lt;BR /&gt;Setting the variable vFullReload to 0 (or something different than 1) will skip that code, setting the variable to 1 will execute the code.</description>
      <pubDate>Mon, 07 Jan 2019 10:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1526917#M438492</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2019-01-07T10:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to load 2nd table without loading 1st table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1527418#M438513</link>
      <description>so u mean to say i should write exit statement after writing the script in 2nd tab.? is that you want to say?</description>
      <pubDate>Tue, 08 Jan 2019 05:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1527418#M438513</guid>
      <dc:creator>rjyadav94</dc:creator>
      <dc:date>2019-01-08T05:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to load 2nd table without loading 1st table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1527420#M438514</link>
      <description>ty for ur response but is is not working with partial reload ...&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2019 05:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1527420#M438514</guid>
      <dc:creator>rjyadav94</dc:creator>
      <dc:date>2019-01-08T05:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to load 2nd table without loading 1st table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1527422#M438515</link>
      <description>thanks for your response..can you please give me the steps after creating the variable. should i create the buttons for this process? not getting eaxctly what you want to say?</description>
      <pubDate>Tue, 08 Jan 2019 05:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1527422#M438515</guid>
      <dc:creator>rjyadav94</dc:creator>
      <dc:date>2019-01-08T05:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to load 2nd table without loading 1st table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1527536#M438519</link>
      <description>&lt;P&gt;Once you have your script ready to work checking the variable value there are different ways to change the variable value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It can be a button in front-end, an inputbox, setting the variable value in variables overview panel or just a line of code in script or external file:&lt;/P&gt;&lt;P&gt;SET vFullReload =0; //Set to 1 to load all tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With buttons:&lt;/P&gt;&lt;P&gt;Add a new button, in actions tab add an action External-&amp;gt;set variable to 0 or 1 and do another action external-&amp;gt;Execute script.&lt;/P&gt;&lt;P&gt;You can have a button to load with 0, and another to load with 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inputbox: just add a new inputbox control and add the variable. In rule you can edit the variable to preload values 0 and 1 to select.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 11:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1527536#M438519</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2019-01-08T11:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to load 2nd table without loading 1st table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1528773#M438595</link>
      <description>not getting solution 2.. why where condition and how to put that.. what is mean 1 and 2.</description>
      <pubDate>Thu, 10 Jan 2019 07:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-2nd-table-without-loading-1st-table/m-p/1528773#M438595</guid>
      <dc:creator>rjyadav94</dc:creator>
      <dc:date>2019-01-10T07:35:00Z</dc:date>
    </item>
  </channel>
</rss>

