<?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: Select Tables from within Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573266#M683599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no example to hand, but I've done similar with InputBoxes being used to set variables. Then, in your script check the value of the variable before loading the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2014 16:47:36 GMT</pubDate>
    <dc:creator>marcus_malinow</dc:creator>
    <dc:date>2014-03-13T16:47:36Z</dc:date>
    <item>
      <title>Select Tables from within Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573265#M683598</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 want to create a simple Extract file where I can click Yes or No to load a specific table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I have 3 tables called ardclass, asnheadlog, asnlinelog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to click yes or no if I want to load those tables but from within a Qlikview file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-03-13_1635.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54974_2014-03-13_1635.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have a simple example of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the Script for each table in a sub routine, and I can CALL the Sub Routine from the Script Editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to tick a box in the Qlikview front end that will select the tables I want to extract&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 16:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573265#M683598</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-03-13T16:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Select Tables from within Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573266#M683599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no example to hand, but I've done similar with InputBoxes being used to set variables. Then, in your script check the value of the variable before loading the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 16:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573266#M683599</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-03-13T16:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Select Tables from within Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573267#M683600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done this already with one table, thanks, but would that mean I would need a separate variable for each table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping to have a Qlikview Extraction file where I could simply Extract the Tables I need by selecting them from a list box like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-03-13_1650.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54975_2014-03-13_1650.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 16:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573267#M683600</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-03-13T16:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select Tables from within Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573268#M683601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made successfull test where&lt;/P&gt;&lt;P&gt;- I populated some variables in the UI (InputBox or variables with = sign)&lt;/P&gt;&lt;P&gt;- I had a button to run the reload&lt;/P&gt;&lt;P&gt;- the script tested the variable(s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, perhaps a simple data island (a single table) that the user selects, a variable = to what is selected&lt;/P&gt;&lt;P&gt;that's it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 16:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573268#M683601</guid>
      <dc:creator />
      <dc:date>2014-03-13T16:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Select Tables from within Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573269#M683602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an include file with all Tables in Sub Routines at the moment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-03-13_1641.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54976_2014-03-13_1641.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in my script editor I uncomment the table I want to CALL from the Sub Routine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-03-13_1641_001.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54980_2014-03-13_1641_001.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to to do this in the front end by ticking a box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry just wanted to be clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 16:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573269#M683602</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-03-13T16:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Select Tables from within Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573270#M683603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok so maybe set up a trigger to populate your single variable on selection of your Tables Field. Set it to:&lt;/P&gt;&lt;P&gt; ':' &amp;amp; GetSelectedValues(Tables,':',1000) &amp;amp; ':'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your script on each table load check for&lt;/P&gt;&lt;P&gt;index(Variable, tablename)&lt;/P&gt;&lt;P&gt;or similar...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 17:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573270#M683603</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-03-13T17:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Select Tables from within Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573271#M683604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variable that will be equal to null() or 'Call prodsevesocat' according to your selection,&lt;/P&gt;&lt;P&gt;and in the script: &lt;STRONG&gt;$(Thisvar)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 08:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573271#M683604</guid>
      <dc:creator />
      <dc:date>2014-03-14T08:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Select Tables from within Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573272#M683605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested with List box &amp;amp; variables. The calculated variables are not working in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2014 02:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Tables-from-within-Qlikview/m-p/573272#M683605</guid>
      <dc:creator />
      <dc:date>2014-03-15T02:28:48Z</dc:date>
    </item>
  </channel>
</rss>

