<?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: Limited list box values discrepancy in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994293#M338490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could rename and then when referring, doing as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'['&amp;amp;$(=&lt;/P&gt;&lt;P&gt;subfield(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(len(getfieldseletion(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;_1stOriginDimensionNo)&amp;gt;0,&lt;/SPAN&gt;concatenate(_1stOriginDimensionNo,';')&lt;/P&gt;&lt;P&gt;&amp;amp;if(&lt;SPAN style="font-size: 13.3333px;"&gt;len(getfieldseletion(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;_2ndOriginDimensionNo)&amp;gt;0,';'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;concatenate(_2ndOriginDimensionNo,';')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;amp;if(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;len(getfieldseletion(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;_3rdOriginDimensionNo)&amp;gt;0,';'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;concatenate(_3rdOriginDimensionNo,';')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;amp; go on&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,';'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,&lt;/SPAN&gt;1 (as your first dynamic dimension)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&amp;amp;']'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you could send some scrambled application with fake data but real separate dynamic dimension tables by group?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Nov 2015 13:12:57 GMT</pubDate>
    <dc:creator>thomaslg_wq</dc:creator>
    <dc:date>2015-11-27T13:12:57Z</dc:date>
    <item>
      <title>Limited list box values discrepancy</title>
      <link>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994290#M338487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to build an ad-hoc report with dynamic dimensions. For this reason I created an excel file where QV loads the dimension information (about 50 dimensions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dimensions:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp; _dimensionNo, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _dimensionLabel, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _dimension,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _group &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[$(vExternalDataPath)dimensions.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to keep the excel file because its easier to adjust than INLINE LOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked totally fine with adding and removing the dimensions to the report from one &lt;STRONG&gt;big&lt;/STRONG&gt; list-box. Now I wanted to group the different dimensions by information into multiple list-boxes which also worked totally fine with an expression instead of field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=IF(match(_group, 'OriginInfo'),_dimensionLabel)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I got my dimensions all neat and tidy sorted into 6 list-box and here comes my dilemma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can select multiple values from one list-box and they show up correctly. In the statusbox I can see that by clicking one value, also the linked _group is selected.&lt;/P&gt;&lt;P&gt;When trying to &lt;STRONG&gt;add&lt;/STRONG&gt; a value from another list-box / _group the current _group gets de-selected and also the related values I selected before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to work around that? &lt;/P&gt;&lt;P&gt;I thought about creating tables for each _group but this would not work with my &lt;STRONG&gt;dynamic dimension selection&lt;/STRONG&gt; in the report&lt;/P&gt;&lt;P&gt;I appreciate any input!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 16:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994290#M338487</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-26T16:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Limited list box values discrepancy</title>
      <link>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994291#M338488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why wouldn't it work with your dynamic dimension selection ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 09:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994291#M338488</guid>
      <dc:creator>thomaslg_wq</dc:creator>
      <dc:date>2015-11-27T09:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Limited list box values discrepancy</title>
      <link>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994292#M338489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because I would need to rename all the fields acoordingly to their group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;_Origin&lt;/STRONG&gt;DimensionNo, &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;_Origin&lt;/STRONG&gt;DimensionLabel&lt;STRONG&gt;, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;_Origin&lt;/STRONG&gt;Dimension&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;_Origin&lt;/STRONG&gt;Group&lt;STRONG&gt; &lt;/STRONG&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;I tried to just load the groups in seperate tables without renaming and QV just merged the tables to one because of the common field names.&lt;/P&gt;&lt;P&gt;And re-naming would not work with my dynamic dimensions because im refering to the field "DimensionLabel"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 12:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994292#M338489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-27T12:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Limited list box values discrepancy</title>
      <link>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994293#M338490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could rename and then when referring, doing as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'['&amp;amp;$(=&lt;/P&gt;&lt;P&gt;subfield(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(len(getfieldseletion(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;_1stOriginDimensionNo)&amp;gt;0,&lt;/SPAN&gt;concatenate(_1stOriginDimensionNo,';')&lt;/P&gt;&lt;P&gt;&amp;amp;if(&lt;SPAN style="font-size: 13.3333px;"&gt;len(getfieldseletion(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;_2ndOriginDimensionNo)&amp;gt;0,';'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;concatenate(_2ndOriginDimensionNo,';')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;amp;if(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;len(getfieldseletion(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;_3rdOriginDimensionNo)&amp;gt;0,';'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;concatenate(_3rdOriginDimensionNo,';')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;amp; go on&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,';'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,&lt;/SPAN&gt;1 (as your first dynamic dimension)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&amp;amp;']'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you could send some scrambled application with fake data but real separate dynamic dimension tables by group?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 13:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994293#M338490</guid>
      <dc:creator>thomaslg_wq</dc:creator>
      <dc:date>2015-11-27T13:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Limited list box values discrepancy</title>
      <link>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994294#M338491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucas, maybe changing your selection method to check boxes works as expected. This is set on presentation tab:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107470_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 13:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994294#M338491</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-11-27T13:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Limited list box values discrepancy</title>
      <link>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994295#M338492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ruben, Im already using the LED Checkboxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas, I will reduce the datamodel and upload my qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 13:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994295#M338492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-27T13:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Limited list box values discrepancy</title>
      <link>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994296#M338493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't really understand what your script is doing differently to mine. If you could explain the syntax a little I would really appreciate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=$(=only({$ &amp;lt;_dimensionNo={1}&amp;gt;} _dimension))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I attached my QVW with one month data but it should be enough to explain the matter.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In the QVW I have my current "solution" on the one sheet explained and the problematic situation on the next one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 15:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994296#M338493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-27T15:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Limited list box values discrepancy</title>
      <link>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994297#M338494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lucas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is your data model with renamed dimensions tables upon group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created only 3 dynamic dimensions from 2 possibles groups in your dynamic tab&amp;nbsp; but you will be able to create as many as you wish by adding others "concat" and Number of subfield;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I explain the first dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(=subfield(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(len(GetFieldSelections(_dimension_DestinationInfo))&amp;gt;0,concat(_dimension_DestinationInfo,';'),'')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;';'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;if(len(GetFieldSelections(_dimension_GoodsInfo))&amp;gt;0,concat(_dimension_GoodsInfo,';'),'')&lt;/P&gt;&lt;P&gt;,';',1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meaning:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subfield function will search a string between 2 identical characters, at a desired place, the 2 parameters are ';' and '1' in this first dimension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /////// following is a long concat of selected values, separated by a ";"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I concat every value of the field &lt;SPAN style="font-size: 13.3333px;"&gt;_dimension_DestinationInfo if there is at least one selection on it, separated by ";"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I separated by &lt;SPAN style="font-size: 13.3333px;"&gt;";"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I concat &lt;SPAN style="font-size: 13.3333px;"&gt;every value of the field &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;_dimension_GoodsInfo if there is at least one selection on it;&lt;SPAN style="font-size: 13.3333px;"&gt;seperated by ";"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add concat for others dimensions groups, and you'll have to change the number each time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it's clear...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 16:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994297#M338494</guid>
      <dc:creator>thomaslg_wq</dc:creator>
      <dc:date>2015-11-27T16:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Limited list box values discrepancy</title>
      <link>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994298#M338495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucas,&lt;/P&gt;&lt;P&gt;I think it is because of the ListBox Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=IF(match(_group, 'ShipmentInfo'),_dimensionLabel)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;suppose, if you select the value in the 'ShipmentInfo' ListBox, It will filter the Shipment Info related values. Like the below screen shot.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107494_Capture.JPG" style="height: 253px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;You can select, Multiple Label from the 'Shipment Info' value. Again, if you selecting the Label from other 'Info' ListBox, It will override the values. see the below screen shot.. (I don't select the value in the&amp;nbsp; &lt;STRONG&gt;_group&amp;nbsp; &lt;/STRONG&gt;ListBox,&lt;/P&gt;&lt;P&gt;Just i selected the value&amp;nbsp; 'Destination info' ListBox. -&amp;gt; Because of the same ListBox)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/107501_Capture.JPG" style="height: 269px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;As i know, May be the workaround is, create the Separate Island table for each Info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 17:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994298#M338495</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-11-27T17:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Limited list box values discrepancy</title>
      <link>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994299#M338496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Thomas,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;quite a a way to work around. I will try to implement this into my report.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Whats the reasoning behind the Binary Load? Is it necessary?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thank you for your effort!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 08:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994299#M338496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-30T08:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Limited list box values discrepancy</title>
      <link>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994300#M338497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Settu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks your input. That was my initial problem which I was trying to find a solution for.&lt;/P&gt;&lt;P&gt;I didnt know how to make different island tables work with my original formula for dynamic dimensions. &lt;/P&gt;&lt;P&gt;Thomas found a solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=$(=subfield(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(len(GetFieldSelections(_dimension_DestinationInfo))&amp;gt;0,concat(_dimension_DestinationInfo,';'),'')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;';'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;if(len(GetFieldSelections(_dimension_GoodsInfo))&amp;gt;0,concat(_dimension_GoodsInfo,';'),'')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;,';',1))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 08:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994300#M338497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-30T08:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Limited list box values discrepancy</title>
      <link>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994301#M338498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I often use this trick &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;No it is not necessary, I did use it to keep your data and create several dimension tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 10:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limited-list-box-values-discrepancy/m-p/994301#M338498</guid>
      <dc:creator>thomaslg_wq</dc:creator>
      <dc:date>2015-11-30T10:31:24Z</dc:date>
    </item>
  </channel>
</rss>

