<?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: multibox object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564690#M210760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Label u can add This one&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(Month),'Month','Select Value')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2014 12:17:19 GMT</pubDate>
    <dc:creator>nizamsha</dc:creator>
    <dc:date>2014-04-11T12:17:19Z</dc:date>
    <item>
      <title>multibox object</title>
      <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564682#M210752</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;In the multi box object, when no value is selected i need to show 'Please select value' or '-select-'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 10:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564682#M210752</guid>
      <dc:creator>santhosh_k_n</dc:creator>
      <dc:date>2014-04-11T10:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: multibox object</title>
      <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564683#M210753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In caption u can write or u can use help text its in the bottom from that u can do but for help text u have to select&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 10:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564683#M210753</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-04-11T10:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: multibox object</title>
      <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564684#M210754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider that you have below dimensions in your multi box&lt;/P&gt;&lt;P&gt;Brand&lt;/P&gt;&lt;P&gt;Customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right Click &amp;gt;&amp;gt; General Tab &amp;gt;&amp;gt; Title &amp;gt;&amp;gt; write below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF((GetSelectedCount(Brand)+GetSelectedCount(Customer))=0,'Select Any Value','')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 10:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564684#M210754</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-11T10:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: multibox object</title>
      <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564685#M210755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In caption of multibox, you can write the expression including your all field names used in multibox like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(getselectedcount(Field1)=0 and getselectedcount(Field2)=0 and getselectedcount(Field3)=0,'Select Any Field','')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case it will display help symbol when no any field is selected and after clicking on help symbol it will display 'Select Any Field' message.&lt;/P&gt;&lt;P&gt;If you don't want to display it in caption then you can take seperate text box and write same expression in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help u..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 10:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564685#M210755</guid>
      <dc:creator />
      <dc:date>2014-04-11T10:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: multibox object</title>
      <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564686#M210756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in title box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Len(DimA) + Len(DimB) = 0, 'Please select a value' , '')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for DimA and DimB fields in the multi-box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 10:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564686#M210756</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2014-04-11T10:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: multibox object</title>
      <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564687#M210757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to display select your value in cation or help text as am not using the caption here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'select' words should be beside the drop down arrow before selecting the value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 12:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564687#M210757</guid>
      <dc:creator>santhosh_k_n</dc:creator>
      <dc:date>2014-04-11T12:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: multibox object</title>
      <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564688#M210758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a Label to the Field like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-04-11_1306.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57089_2014-04-11_1306.png" style="width: 620px; height: 451px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 12:06:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564688#M210758</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-11T12:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: multibox object</title>
      <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564689#M210759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add this as the label expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-04-11_1309.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57090_2014-04-11_1309.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 12:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564689#M210759</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-11T12:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: multibox object</title>
      <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564690#M210760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Label u can add This one&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(Month),'Month','Select Value')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 12:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564690#M210760</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-04-11T12:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: multibox object</title>
      <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564691#M210761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this, But i didnt work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 12:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564691#M210761</guid>
      <dc:creator>santhosh_k_n</dc:creator>
      <dc:date>2014-04-11T12:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: multibox object</title>
      <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564692#M210762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this one it will work&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In Label u can add This one&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(GetFieldSelections(Month),'Month','Select Value')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 12:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564692#M210762</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-04-11T12:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: multibox object</title>
      <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564693#M210763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try the below expression in label of each field like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;for 1st field:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(field1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[field2]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(field3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0,'Select field1,'field1');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;for 2nd field:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(field1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[field2]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(field3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0,'Select field2,'field2');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Like this for all fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 12:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564693#M210763</guid>
      <dc:creator />
      <dc:date>2014-04-11T12:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: multibox object</title>
      <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564694#M210764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="57087" alt="Multibox.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/57087_Multibox.JPG" style="width: 620px; height: 524px;" /&gt;&lt;/P&gt;&lt;P&gt;Label expressions for the fields in multibox&lt;/P&gt;&lt;P&gt;Upadte:&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Client_Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0,'Client_Name','---Select Client_Name---') &lt;/SPAN&gt;&lt;/SPAN&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;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Client_Name_Fix&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0,'Client_Name_Fix','---Select Client_Name_Fix---') &lt;/SPAN&gt;&lt;/SPAN&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;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Reference_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0,'Reference_ID','---Select Reference_ID---') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope this helps you..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 12:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564694#M210764</guid>
      <dc:creator />
      <dc:date>2014-04-11T12:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: multibox object</title>
      <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564695#M210765</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;Thanks for the responce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my requirement is not to show the label as '-select-' but to show in the values place a select when no value is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried 'if(gectselectioncount(field)&amp;gt;0,field,'select')' as calculated field, this worked good to show 'select' but unable to make selection. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 10:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564695#M210765</guid>
      <dc:creator>santhosh_k_n</dc:creator>
      <dc:date>2014-04-14T10:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: multibox object</title>
      <link>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564696#M210766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want the lable to read 'Select' only use the same as the example that Ravi Kumar supplied but change the label for the Say Level field to :&lt;/P&gt;&lt;P&gt;='if(Len(Level) = 0, 'Select', 'Level') and this would show the label 'Level' only when a value has been selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 10:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multibox-object/m-p/564696#M210766</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2014-04-14T10:36:58Z</dc:date>
    </item>
  </channel>
</rss>

