<?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 List box, show some values on click in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185815#M383705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list box with two columns. I would like to show the most used items and hide the rest. The rest of items will be shown available in the list when the users clicks on any button within the list or similar. Something like expand the list on a user action (click, etc.) to show the rest of items (less used).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2016 11:42:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-09-15T11:42:41Z</dc:date>
    <item>
      <title>List box, show some values on click</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185815#M383705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list box with two columns. I would like to show the most used items and hide the rest. The rest of items will be shown available in the list when the users clicks on any button within the list or similar. Something like expand the list on a user action (click, etc.) to show the rest of items (less used).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 11:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185815#M383705</guid>
      <dc:creator />
      <dc:date>2016-09-15T11:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: List box, show some values on click</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185816#M383706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this listbox with frequency column or with expression?&lt;/P&gt;&lt;P&gt;Could post an example or screenshot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 12:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185816#M383706</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-09-15T12:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: List box, show some values on click</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185817#M383707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could probably achieve this using the "Treeview" display option. Something along the lines of:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;If(FieldIsCommon=true(),Field,'Show More Values\' &amp;amp; Field) as ListBoxField;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then enable Treeview in your list box for this field. The result should look like this:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="137571" alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137571_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I've included the QVW used to generate this, though obviously I used an inline load rather than a dynamic load based on actual data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 13:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185817#M383707</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2016-09-15T13:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: List box, show some values on click</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185818#M383708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This list box is populated from an excel field, that is, initially I load data from excel and then I populate the list box by assigning it a field in the general tab. No expressions are used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 13:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185818#M383708</guid>
      <dc:creator />
      <dc:date>2016-09-15T13:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: List box, show some values on click</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185819#M383709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, I understand you more or less but what is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FieldIsCommon in your conditional?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 13:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185819#M383709</guid>
      <dc:creator />
      <dc:date>2016-09-15T13:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: List box, show some values on click</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185820#M383710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just what I am looking for &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 14:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185820#M383710</guid>
      <dc:creator />
      <dc:date>2016-09-15T14:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: List box, show some values on click</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185821#M383711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for above Req i have one doubt for ex i want to apply same for multiple listboxes that means each list box sholud i create in line table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or we can create expression ?&lt;/P&gt;&lt;P&gt;am little confused pls help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 15:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185821#M383711</guid>
      <dc:creator>vinod2086</dc:creator>
      <dc:date>2016-09-15T15:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: List box, show some values on click</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185822#M383712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using the same table for populate all your list boxes? Are your list boxes being populated from the same table but from different fields? I think there is no need to create any expression. Only associate the field and then select "Treeview" display option from list box general tab as &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/orsh_"&gt;orsh_&lt;/A&gt;&lt;/STRONG&gt;says. Choose your character separator and that's it.&lt;/P&gt;&lt;P&gt;I provide the Or Shoham example modified that shows two listboxes pointing to the same inline table but using different fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 21:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-show-some-values-on-click/m-p/1185822#M383712</guid>
      <dc:creator />
      <dc:date>2016-09-15T21:46:06Z</dc:date>
    </item>
  </channel>
</rss>

