<?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: Nested Dynamic Listboxes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Nested-Dynamic-Listboxes/m-p/16204#M2673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe a transforming of your crosstable into a "normal" table-structure would make these selection tasks easier and even more if there are any calculations needed over all these fields. Here an example what is meant: &lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2018 13:32:28 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2018-05-11T13:32:28Z</dc:date>
    <item>
      <title>Nested Dynamic Listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-Dynamic-Listboxes/m-p/16202#M2671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am trying to do a nested hierarchy structure of filters for an application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a giant table containing many columns. Let's say there are 26 columns, A-Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have 3 listboxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First listbox:&lt;/P&gt;&lt;P&gt;Options are 'Top', 'Mid', Bot'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second Listbox (dynamic based on First listbox's selection) :&lt;/P&gt;&lt;P&gt;If Top is selected, 2nd listbox field is set to: a-c, h-j &lt;/P&gt;&lt;P&gt;If Mid is selected, 2nd listbox field is set to: l-p, q-r&lt;/P&gt;&lt;P&gt;If Bot is selected, 2nd listbox field is set to: d-g, k,s-z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third listbox (dynamic based on Second listbox's selection):&lt;/P&gt;&lt;P&gt;This contains the field values for whatever was selected in the third listbox (usually some numbers 1-100)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been able to dynamically change one box from another, but cannot seem to nest it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See thread for reference: &lt;A href="https://community.qlik.com/thread/262143"&gt;Dynamic Update of field depending on Selection&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 16:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-Dynamic-Listboxes/m-p/16202#M2671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-10T16:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Dynamic Listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-Dynamic-Listboxes/m-p/16203#M2672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was the direction that I took when I had a similar request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ListBoxes.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202110_ListBoxes.PNG" style="height: 500px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data that I used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;A,B,C,D,E,F,G,H,I,J,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z&lt;/P&gt;&lt;P&gt;1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SelectedFields:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;SField,SGroup&lt;/P&gt;&lt;P&gt;A,Top&lt;/P&gt;&lt;P&gt;B,Top&lt;/P&gt;&lt;P&gt;C,Top&lt;/P&gt;&lt;P&gt;D,Bot&lt;/P&gt;&lt;P&gt;E,Bot&lt;/P&gt;&lt;P&gt;F,Bot&lt;/P&gt;&lt;P&gt;G,Bot&lt;/P&gt;&lt;P&gt;H,Top&lt;/P&gt;&lt;P&gt;I,Top&lt;/P&gt;&lt;P&gt;J,Top&lt;/P&gt;&lt;P&gt;k,Bot&lt;/P&gt;&lt;P&gt;l,Mid&lt;/P&gt;&lt;P&gt;M,Mid&lt;/P&gt;&lt;P&gt;N,Mid&lt;/P&gt;&lt;P&gt;O,Mid&lt;/P&gt;&lt;P&gt;P,Mid&lt;/P&gt;&lt;P&gt;Q,Mid&lt;/P&gt;&lt;P&gt;R,Mid&lt;/P&gt;&lt;P&gt;S,Bot&lt;/P&gt;&lt;P&gt;T,Bot&lt;/P&gt;&lt;P&gt;U,Bot&lt;/P&gt;&lt;P&gt;V,Bot&lt;/P&gt;&lt;P&gt;W,Bot&lt;/P&gt;&lt;P&gt;X,Bot&lt;/P&gt;&lt;P&gt;Y,Bot&lt;/P&gt;&lt;P&gt;Z,Bot&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 19:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-Dynamic-Listboxes/m-p/16203#M2672</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-05-10T19:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Dynamic Listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-Dynamic-Listboxes/m-p/16204#M2673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe a transforming of your crosstable into a "normal" table-structure would make these selection tasks easier and even more if there are any calculations needed over all these fields. Here an example what is meant: &lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 13:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-Dynamic-Listboxes/m-p/16204#M2673</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-05-11T13:32:28Z</dc:date>
    </item>
  </channel>
</rss>

