<?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 Multibox default value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multibox-default-value/m-p/904464#M314480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using mutibox nothing show up of a filed in it when there are many options to select from. a value will show up once selected. Is there any way I can show All instead of showing nothing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2015 17:34:14 GMT</pubDate>
    <dc:creator>alec1982</dc:creator>
    <dc:date>2015-04-24T17:34:14Z</dc:date>
    <item>
      <title>Multibox default value</title>
      <link>https://community.qlik.com/t5/QlikView/Multibox-default-value/m-p/904464#M314480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using mutibox nothing show up of a filed in it when there are many options to select from. a value will show up once selected. Is there any way I can show All instead of showing nothing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 17:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multibox-default-value/m-p/904464#M314480</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2015-04-24T17:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multibox default value</title>
      <link>https://community.qlik.com/t5/QlikView/Multibox-default-value/m-p/904465#M314481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in presentation switch grid style, the users will have to switch between each field that want to see the filter on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 17:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multibox-default-value/m-p/904465#M314481</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-24T17:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multibox default value</title>
      <link>https://community.qlik.com/t5/QlikView/Multibox-default-value/m-p/904466#M314482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for your suggestion but that doesnt give me what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basicall in a multibox. I have one list box.. the list box has several items in it. when nothing of this list box is selected the mutlibox screen show the title of the list box to the left and nothing on the right. I am asking if I can put a value such as "All" to show up in this space instead of nothing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 20:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multibox-default-value/m-p/904466#M314482</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2015-04-24T20:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multibox default value</title>
      <link>https://community.qlik.com/t5/QlikView/Multibox-default-value/m-p/904467#M314483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, I get it now&amp;nbsp; ... This is not a configuration thing or at least not that I am aware of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will most likely have to modified your data to include that "All" and then create some logic to display the possible values, excluding the "All" legend from once a value is selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the following expression to only show items that are part of the selection a second state &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(only({1&amp;lt;KeyforFieldName=E&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;({1&amp;lt;[FieldName] = {"All"}&amp;gt;}) &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[FieldName]),[FieldName])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 20:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multibox-default-value/m-p/904467#M314483</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-24T20:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multibox default value</title>
      <link>https://community.qlik.com/t5/QlikView/Multibox-default-value/m-p/904468#M314484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there are (better) alternatives to the using of multiboxes. You could for example use several listboxes inside from a container-box or you used a pivot as multibox: &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&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2015 15:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multibox-default-value/m-p/904468#M314484</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-04-26T15:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multibox default value</title>
      <link>https://community.qlik.com/t5/QlikView/Multibox-default-value/m-p/904469#M314485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Did you find a solution to your problem? I'm having the same issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 07:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multibox-default-value/m-p/904469#M314485</guid>
      <dc:creator />
      <dc:date>2016-09-14T07:43:05Z</dc:date>
    </item>
  </channel>
</rss>

