<?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 Load the table based on field selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-the-table-based-on-field-selection/m-p/16294#M2676</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;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a field("TABLE")&amp;nbsp; which contains all the table name from Database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am selecting a table name from the field("TABLE") , and reload the the document using button click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i need to fetch all the data for the selected Table name only from ("TABLE") field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can we update one table and not others while reload the document ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2018 07:53:46 GMT</pubDate>
    <dc:creator>jeevays7</dc:creator>
    <dc:date>2018-03-27T07:53:46Z</dc:date>
    <item>
      <title>Load the table based on field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Load-the-table-based-on-field-selection/m-p/16294#M2676</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;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a field("TABLE")&amp;nbsp; which contains all the table name from Database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am selecting a table name from the field("TABLE") , and reload the the document using button click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i need to fetch all the data for the selected Table name only from ("TABLE") field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can we update one table and not others while reload the document ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 07:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-the-table-based-on-field-selection/m-p/16294#M2676</guid>
      <dc:creator>jeevays7</dc:creator>
      <dc:date>2018-03-27T07:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Load the table based on field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Load-the-table-based-on-field-selection/m-p/16295#M2677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.Make a variable and store the value of that Field in that variable(on selection)&lt;/P&gt;&lt;P&gt;then use it in your reload script like ..load * from $(Variable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You can use partial reload for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 08:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-the-table-based-on-field-selection/m-p/16295#M2677</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-27T08:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load the table based on field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Load-the-table-based-on-field-selection/m-p/16296#M2678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Shivesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the first one. but it is not working. can you share sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 08:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-the-table-based-on-field-selection/m-p/16296#M2678</guid>
      <dc:creator>jeevays7</dc:creator>
      <dc:date>2018-03-27T08:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load the table based on field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Load-the-table-based-on-field-selection/m-p/16297#M2679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on your button, set below action&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Set variable_name = getfieldselections(FieldName)&lt;/P&gt;&lt;P&gt;2.Reload &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What error are you getting? can you share your app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 08:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-the-table-based-on-field-selection/m-p/16297#M2679</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-27T08:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Load the table based on field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Load-the-table-based-on-field-selection/m-p/16298#M2680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am using the variable(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;variable_name&lt;/SPAN&gt;) in where clause, it is showing the variable value &lt;/P&gt;&lt;P&gt;as "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;getfieldselections(FieldName)&lt;/SPAN&gt;". so it is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 10:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-the-table-based-on-field-selection/m-p/16298#M2680</guid>
      <dc:creator>jeevays7</dc:creator>
      <dc:date>2018-03-27T10:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Load the table based on field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Load-the-table-based-on-field-selection/m-p/16299#M2681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a dropdown list With like this, then use '$(vFilter)' in where clause&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/197605_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 11:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-the-table-based-on-field-selection/m-p/16299#M2681</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-03-27T11:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load the table based on field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Load-the-table-based-on-field-selection/m-p/16300#M2682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also create a variable vreloadAll which helps you to load all tables again if needed.&lt;/P&gt;&lt;P&gt;So if vreloadAll is Yes all tables will be loaded again and you could Select another table to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '$(vreloadAll)' ='Yes' &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;then&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Select *&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; Database&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;else&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; Select *&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;Database&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;TABLE= '$(vFilter)'&lt;BR /&gt; ;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 11:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-the-table-based-on-field-selection/m-p/16300#M2682</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-03-27T11:26:25Z</dc:date>
    </item>
  </channel>
</rss>

