<?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: need help in selection in mutli box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/need-help-in-selection-in-mutli-box/m-p/7236#M1126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But you need to do this after you have already created Region.... you are using the above statement to create Region in your fact table, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jan 2018 12:32:35 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-01-25T12:32:35Z</dc:date>
    <item>
      <title>need help in selection in mutli box</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-selection-in-mutli-box/m-p/7233#M1123</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;I've a below multi box in my Qlikview app and the name of the multi box is Region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="149" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 72px; height: 106px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count of A is 10,B is 20, C is 10, D is 10, E is 10 so if I select all the region in multi box I get the count of 60.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my clients requirement is he wants a new line in the multi box called 'All', so when ever he selects 'All' in the drop down he has to see the count of all the regions in the multi box like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="174" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 85px; height: 139px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="padding: 2px; text-align: center; color: rgb(255, 255, 255); background-color: rgb(102, 144, 188);" valign="middle"&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;All&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now when ever client click on 'All' he has to get the count of '60'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-selection-in-mutli-box/m-p/7233#M1123</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2018-01-25T12:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: need help in selection in mutli box</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-selection-in-mutli-box/m-p/7234#M1124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be do this in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LinkTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD DISTINCT Region,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region as New_Region&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (LinkTable)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD DISTINCT Region,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'All' as New_Region&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ...;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use New_Region for multibox use&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-selection-in-mutli-box/m-p/7234#M1124</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-25T12:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: need help in selection in mutli box</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-selection-in-mutli-box/m-p/7235#M1125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for that sunny but the Region column which I'm using is a pick function like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick(wildmatch(NETBIOS_NAME,'A*','B*','C*','D*','E*'),'A','B','C','D','E') as Region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here NETBIOS_NAME is the field coming from my table.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-selection-in-mutli-box/m-p/7235#M1125</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2018-01-25T12:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: need help in selection in mutli box</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-selection-in-mutli-box/m-p/7236#M1126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But you need to do this after you have already created Region.... you are using the above statement to create Region in your fact table, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-selection-in-mutli-box/m-p/7236#M1126</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-25T12:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: need help in selection in mutli box</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-selection-in-mutli-box/m-p/7237#M1127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes I'm using the statement to create Region.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-selection-in-mutli-box/m-p/7237#M1127</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2018-01-25T12:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: need help in selection in mutli box</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-selection-in-mutli-box/m-p/7238#M1128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, lets say this is your fact table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fact:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pick(wildmatch(NETBIOS_NAME,'A*','B*','C*','D*','E*'),'A','B','C','D','E') as Region&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now all you need to do is add this to your script&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LinkTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD DISTINCT Region,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region as New_Region&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Fact;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (LinkTable)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD DISTINCT Region,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'All' as New_Region&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Resident Fact;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-selection-in-mutli-box/m-p/7238#M1128</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-25T12:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: need help in selection in mutli box</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-selection-in-mutli-box/m-p/7239#M1129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works perfect, thanks so much sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much Appreciated...!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-selection-in-mutli-box/m-p/7239#M1129</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2018-01-25T12:39:35Z</dc:date>
    </item>
  </channel>
</rss>

