<?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: List box - Hide field / Create drop down selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-Hide-field-Create-drop-down-selection/m-p/735529#M1049890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simulate a dropdown by using a multibox with just one field displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that one field, click Expression on the General tab of the multi box and enter an expression to the effect of:&lt;/P&gt;&lt;P&gt;If(WildMatch([GROUP/RETAIL], 'UNK', 'INVOL')=0, [GROUP/RETAIL])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(There may be a more elegant expression to use - this just off the cuff)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 21:22:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-30T21:22:50Z</dc:date>
    <item>
      <title>List box - Hide field / Create drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-Hide-field-Create-drop-down-selection/m-p/735527#M1049888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for some help with a list box.&amp;nbsp; I am trying to restrict several values from appearing in the list box, while also creating a drop down selector vs. your typical selection box.&amp;nbsp; With the first requirement, I tried to use the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[GROUP/RETAIL]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-={'UNK', 'INVOL'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[GROUP/RETAIL]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[GROUP/RETAIL]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the folowing result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LISTBOX.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70159_LISTBOX.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for some help to properly exclude the values. &lt;/P&gt;&lt;P&gt;For the second requirement, I would like to show only 2 or 3 of the choices, with a drop down arrow if possible to bring up all the other choices.&amp;nbsp; I am trying to do this for a state list box as well if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all help as always&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 20:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-Hide-field-Create-drop-down-selection/m-p/735527#M1049888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-30T20:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: List box - Hide field / Create drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-Hide-field-Create-drop-down-selection/m-p/735528#M1049889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With that code , which values exactly do you want to show ?&amp;nbsp;&amp;nbsp;&amp;nbsp; Everything but UNK and INVOL ?&amp;nbsp; I'm not clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 20:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-Hide-field-Create-drop-down-selection/m-p/735528#M1049889</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-30T20:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: List box - Hide field / Create drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-Hide-field-Create-drop-down-selection/m-p/735529#M1049890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simulate a dropdown by using a multibox with just one field displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that one field, click Expression on the General tab of the multi box and enter an expression to the effect of:&lt;/P&gt;&lt;P&gt;If(WildMatch([GROUP/RETAIL], 'UNK', 'INVOL')=0, [GROUP/RETAIL])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(There may be a more elegant expression to use - this just off the cuff)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 21:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-Hide-field-Create-drop-down-selection/m-p/735529#M1049890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-30T21:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: List box - Hide field / Create drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-Hide-field-Create-drop-down-selection/m-p/735530#M1049891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;blackmon and Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That definitely helped and got me one step closer.&amp;nbsp; Is there a way to hide the the Group retail row, and also the selection part on the side? I think it would like really clean if I could just show the Source drop down.&amp;nbsp; I looked up hide suffix or prefix but I am not sure on the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LISTBOX.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70264_LISTBOX.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 20:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-Hide-field-Create-drop-down-selection/m-p/735530#M1049891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-31T20:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: List box - Hide field / Create drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-Hide-field-Create-drop-down-selection/m-p/735531#M1049892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to take out Group/Retail.&amp;nbsp; But I was wondering if I could take out the selection box to the right of Source.&amp;nbsp; Just not sure of the syntax if there is a way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, it seems like this may be good to select through tabs in the document.&amp;nbsp; Is there any type of code for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 20:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-Hide-field-Create-drop-down-selection/m-p/735531#M1049892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-31T20:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: List box - Hide field / Create drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-Hide-field-Create-drop-down-selection/m-p/735532#M1049893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know that you can completely hide the selection. Checking the grid style checkbox on the multibox Presentation tab will make it more concise though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change tabs by adding a trigger. Settings--&amp;gt;Document Properties--&amp;gt;Triggers tab. In Field Event Trigger, select desired field. Click Add Actions--&amp;gt;Add.Select Layout under Action Type and Activate Sheet under Action. Click OK then put your sheet name in the Sheet ID box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also enter a formula if different values take you to different sheets. Or add a trigger to set a variable with the sheet name and use dollar sign expansion to populate the Sheet ID field. There are myriad ways to go about this really.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 20:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-Hide-field-Create-drop-down-selection/m-p/735532#M1049893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-31T20:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: List box - Hide field / Create drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-Hide-field-Create-drop-down-selection/m-p/735533#M1049894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Blackmon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&amp;nbsp; Each step worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 16:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-Hide-field-Create-drop-down-selection/m-p/735533#M1049894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-04T16:54:18Z</dc:date>
    </item>
  </channel>
</rss>

