<?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: Help with a qv script/dashboard need to populate tbl based on variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-a-qv-script-dashboard-need-to-populate-tbl-based-on/m-p/736237#M263429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May I ask whats the reason you want to add this to the back-end table. So basically Table2 is nothing but Table1 + variable field. &lt;/P&gt;&lt;P&gt;What purpose does Table 2 serve. &lt;/P&gt;&lt;P&gt;Just trying to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2014 20:32:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-23T20:32:48Z</dc:date>
    <item>
      <title>Help with a qv script/dashboard need to populate tbl based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-a-qv-script-dashboard-need-to-populate-tbl-based-on/m-p/736236#M263428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a very simple example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a an excel table in this example about 10 rows.&lt;/P&gt;&lt;P&gt;this is defined as table1 and then becomes table2 via a subsequent resident load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The form has an inputbox with the variable field variable1.&lt;/P&gt;&lt;P&gt;I then have a table which can display "table2" with the addtional field "mytable_target" which is populated via the inputbox.&lt;/P&gt;&lt;P&gt;I want to have that table regenerated every time a change is made to Variable1 via the inputbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a small example of a much larger dashboard, the crux is, the change must be made to the Table, listboxes, etc will not suffice.&lt;/P&gt;&lt;P&gt;I have attached the QV file and the excel datatable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions will be appreciated.&lt;/P&gt;&lt;P&gt;Terence&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;dr_name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;met&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;autonum&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;DataTable.xlsx&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Sheet1);&lt;BR /&gt;&lt;BR /&gt;table2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;dr_name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;met&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;autonum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(Variable1)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;mytable_target&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; table1; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 20:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-a-qv-script-dashboard-need-to-populate-tbl-based-on/m-p/736236#M263428</guid>
      <dc:creator>buffalome90210</dc:creator>
      <dc:date>2014-07-23T20:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a qv script/dashboard need to populate tbl based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-a-qv-script-dashboard-need-to-populate-tbl-based-on/m-p/736237#M263429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May I ask whats the reason you want to add this to the back-end table. So basically Table2 is nothing but Table1 + variable field. &lt;/P&gt;&lt;P&gt;What purpose does Table 2 serve. &lt;/P&gt;&lt;P&gt;Just trying to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 20:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-a-qv-script-dashboard-need-to-populate-tbl-based-on/m-p/736237#M263429</guid>
      <dc:creator />
      <dc:date>2014-07-23T20:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a qv script/dashboard need to populate tbl based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-a-qv-script-dashboard-need-to-populate-tbl-based-on/m-p/736238#M263430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table2 will eventually contain a group by.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to provide the solution for table1, I can integrate that solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TY for looking at this.&lt;/P&gt;&lt;P&gt;Terence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 20:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-a-qv-script-dashboard-need-to-populate-tbl-based-on/m-p/736238#M263430</guid>
      <dc:creator>buffalome90210</dc:creator>
      <dc:date>2014-07-23T20:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a qv script/dashboard need to populate tbl based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-a-qv-script-dashboard-need-to-populate-tbl-based-on/m-p/736239#M263431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have to use EDX. Thats the only way the table will be updated whenever you change the value of the variable( ie reload the application) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check out these posts:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/36620"&gt;How to enable users to Reload data from time to time from the QV Acces Point?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/48789"&gt;Question: How to Reload from the Accesspoint without Publisher&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 21:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-a-qv-script-dashboard-need-to-populate-tbl-based-on/m-p/736239#M263431</guid>
      <dc:creator />
      <dc:date>2014-07-23T21:01:29Z</dc:date>
    </item>
  </channel>
</rss>

