<?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 dynamically creating objects based on selection in listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dynamically-creating-objects-based-on-selection-in-listbox/m-p/615088#M478134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a listbox and a straight table.&lt;/P&gt;&lt;P&gt;For each selection in the listbox,I have to create one straight table.&lt;/P&gt;&lt;P&gt;If i select only one value in listbox then there should only one table showing the details of the selected value,&lt;/P&gt;&lt;P&gt;if I select two values from list box then there should be two tables one showing details of firstvalue and the second showing details of second value.&lt;/P&gt;&lt;P&gt;I don't want to precreate tables and display it on selection of values in listbox as the values in listbox will go on increasing.&lt;/P&gt;&lt;P&gt;PFA.Any help on this is really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;JKM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 14:18:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-24T14:18:55Z</dc:date>
    <item>
      <title>dynamically creating objects based on selection in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-creating-objects-based-on-selection-in-listbox/m-p/615088#M478134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a listbox and a straight table.&lt;/P&gt;&lt;P&gt;For each selection in the listbox,I have to create one straight table.&lt;/P&gt;&lt;P&gt;If i select only one value in listbox then there should only one table showing the details of the selected value,&lt;/P&gt;&lt;P&gt;if I select two values from list box then there should be two tables one showing details of firstvalue and the second showing details of second value.&lt;/P&gt;&lt;P&gt;I don't want to precreate tables and display it on selection of values in listbox as the values in listbox will go on increasing.&lt;/P&gt;&lt;P&gt;PFA.Any help on this is really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;JKM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 14:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-creating-objects-based-on-selection-in-listbox/m-p/615088#M478134</guid>
      <dc:creator />
      <dc:date>2014-03-24T14:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically creating objects based on selection in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-creating-objects-based-on-selection-in-listbox/m-p/615089#M478135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you have to create one straight table for every value in listbox and check in every table the option "show conditional".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 14:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-creating-objects-based-on-selection-in-listbox/m-p/615089#M478135</guid>
      <dc:creator>semperaugustus</dc:creator>
      <dc:date>2014-03-24T14:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically creating objects based on selection in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-creating-objects-based-on-selection-in-listbox/m-p/615090#M478136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not think in QlikView one can create Chart Objects dynamically based on a logic. Previously created Charts in Hidden format is the solution which can work in your case. I'll wait to see if Community experts have some other solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 14:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-creating-objects-based-on-selection-in-listbox/m-p/615090#M478136</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-03-24T14:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically creating objects based on selection in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-creating-objects-based-on-selection-in-listbox/m-p/615091#M478137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are a couple of ways to do it as long as the dimensions are the same for all tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. have one table with all the expressions for each listbox selection. then make the expressions enabled conditionally, by selecting "Conditional" right next to "Enable".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each expression, use a condition something like getfieldselection(ListboxField)='Field1', etc. corresponding to the listbox selection. the table will update in response to list box selection. of course, if you have more than 3-4 list box values, this method becomes tedious very quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. as long as the field names are in a particular format, then you can concatenate the selection in the field box and display data dynamically within the same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i mean is...let's say in a table your expressions are sum(Sales for ABC), sum(Orders for ABC) and ABC is a value selected from a listbox...the expressions in the table can be written as sum($vSum) and sum($vOrders)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where vSum = '[Sum for '&amp;amp; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Condition&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;amp;']' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;and vOrders = '[Orders for '&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Condition&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;amp;']' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the values will update for listbox selections ABC, DEF, XYZ, etc. this was the case in one of my requirements...obviously, modify it to suit yours.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Of course, this method will need your field names to be in a particular format. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;post a sample qvw and i can help you if necessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 14:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-creating-objects-based-on-selection-in-listbox/m-p/615091#M478137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T14:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically creating objects based on selection in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-creating-objects-based-on-selection-in-listbox/m-p/615092#M478138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@diego carrara,&lt;A href="https://community.qlik.com/qlik-users/65104"&gt;Sudeep Mahapatra&lt;/A&gt;,&lt;A href="https://community.qlik.com/qlik-users/117346"&gt;jsaradhi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks For your replies,I don't find any ways to dynamically creating pivot tables and hence pre-created tables and enabled "Show Conditional".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JKM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 10:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-creating-objects-based-on-selection-in-listbox/m-p/615092#M478138</guid>
      <dc:creator />
      <dc:date>2014-04-07T10:15:40Z</dc:date>
    </item>
  </channel>
</rss>

