<?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: Create Filter Box looks like a pull-down in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Filter-Box-looks-like-a-pull-down/m-p/760928#M1034217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know that this approach works as I see it working in another dashboard.&amp;nbsp; I just don't quite understand what it is doing and what is missing.&lt;/P&gt;&lt;P&gt;Unfortunately my client hired a design firm and they want the new dashboard to look exactly like the design.&amp;nbsp; Even though it was not designed with QlikView in mind.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Jan 2015 20:52:32 GMT</pubDate>
    <dc:creator>rittermd</dc:creator>
    <dc:date>2015-01-24T20:52:32Z</dc:date>
    <item>
      <title>Create Filter Box looks like a pull-down</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filter-Box-looks-like-a-pull-down/m-p/760925#M1034214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create a filter(list box) that looks like a regular pull down box with an up/down arrow on the end.&amp;nbsp; I have found a similar thing in a QV application but can not get it to work.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field name is LOB.&amp;nbsp; I have this code on the text object:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Count(LOB)=Count({&amp;lt;LOB=&amp;gt;}LOB),&lt;/P&gt;&lt;P&gt;'All',&lt;/P&gt;&lt;P&gt;GetFieldSelections(LOB, ', ')&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a variable called vfilter.&amp;nbsp; There is an action to Set Variable that does this - =if(vFilter=1,0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the text object looks exactly how I want it.&amp;nbsp; But doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also another text object right next to it that displays the arrow.&lt;/P&gt;&lt;P&gt;The code is =IF(vFilter=1, '▲', '▼')&lt;/P&gt;&lt;P&gt;And the action is =IF(vFilter=1,0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a disconnect somewhere because it will display ALL but will not display the values in this field to select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am missing something but am not sure what it is.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2015 17:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filter-Box-looks-like-a-pull-down/m-p/760925#M1034214</guid>
      <dc:creator>rittermd</dc:creator>
      <dc:date>2015-01-24T17:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filter Box looks like a pull-down</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filter-Box-looks-like-a-pull-down/m-p/760926#M1034215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not really sure if your intended functionality could be reached with a single listbox. Maybe you need to combine a listbox or a textbox with buttons for ▲ ▼. Also an alternatively could be to use a multibox or a customized pivot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikfix.com/2014/07/08/building-nicer-dynamic-multibox/" title="http://www.qlikfix.com/2014/07/08/building-nicer-dynamic-multibox/"&gt;Building a nicer, dynamic QlikView multibox The Qlik Fix!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2015 17:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filter-Box-looks-like-a-pull-down/m-p/760926#M1034215</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-01-24T17:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filter Box looks like a pull-down</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filter-Box-looks-like-a-pull-down/m-p/760927#M1034216</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;Try with input box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/61224"&gt;http://community.qlik.com/thread/61224&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To add a drop-down selection to an input box, go to Input Box Properties &amp;gt; Constraints &amp;gt; Value List &amp;gt; Select 'Predefined Values in Drop-down', &amp;gt; Deselect 'Enable Edit Expression Dialog' &amp;gt; Select 'Listed Value' &amp;gt; Enter values separated by a semi-colon&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;concat(distinct(fieldname), ',') - Use this syntax to&amp;nbsp; call the all values of listbox in listedvalues of inputbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2015 17:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filter-Box-looks-like-a-pull-down/m-p/760927#M1034216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-24T17:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filter Box looks like a pull-down</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filter-Box-looks-like-a-pull-down/m-p/760928#M1034217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know that this approach works as I see it working in another dashboard.&amp;nbsp; I just don't quite understand what it is doing and what is missing.&lt;/P&gt;&lt;P&gt;Unfortunately my client hired a design firm and they want the new dashboard to look exactly like the design.&amp;nbsp; Even though it was not designed with QlikView in mind.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2015 20:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filter-Box-looks-like-a-pull-down/m-p/760928#M1034217</guid>
      <dc:creator>rittermd</dc:creator>
      <dc:date>2015-01-24T20:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filter Box looks like a pull-down</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filter-Box-looks-like-a-pull-down/m-p/760929#M1034218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The suggestion given above will work for sure.&lt;/P&gt;&lt;P&gt;The way that can be implemented is given below.&lt;/P&gt;&lt;P&gt;The top two objects are text boxes and bottom object is a listbox without caption.&lt;/P&gt;&lt;P&gt;The gaps between the boxes are for illustration only and you may bring the boxes together without gaps.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/76200_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2015 23:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filter-Box-looks-like-a-pull-down/m-p/760929#M1034218</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2015-01-24T23:56:13Z</dc:date>
    </item>
  </channel>
</rss>

