<?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 Issue with Multi-Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-Multi-Box/m-p/956753#M974824</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;We have a requirement, where based on on flag, the multi-box, a list of values should be restricted as per the value in the flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried, if-else condition, but it takes a lot of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please suggest, how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;MK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2015 09:52:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-02T09:52:30Z</dc:date>
    <item>
      <title>Issue with Multi-Box</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Multi-Box/m-p/956753#M974824</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;We have a requirement, where based on on flag, the multi-box, a list of values should be restricted as per the value in the flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried, if-else condition, but it takes a lot of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please suggest, how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;MK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 09:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Multi-Box/m-p/956753#M974824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-02T09:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Multi-List Box Values based on Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Multi-Box/m-p/956754#M974825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be restrict the field in the script itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Condition = Met, Field) as MultiBoxField&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use this as your dimension for Multi Box Object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 09:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Multi-Box/m-p/956754#M974825</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-02T09:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Multi-List Box Values based on Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Multi-Box/m-p/956755#M974826</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;The problem we are facing with the IF condition is that the Field has ~1 million distinct values. So, evaluating the if condition takes &amp;gt;40 secs.&lt;/P&gt;&lt;P&gt;We are looking for alternatives to optimize this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, we have used the below expression to populate the field.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF(flag=$(vflag1) AND flag2=$(vflag2), Field)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Also, the flags used are binary 1/0 and the expression is used from variable into the multibox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if there are any better ideas to optimize this implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Diwakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 14:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Multi-Box/m-p/956755#M974826</guid>
      <dc:creator>diwakarnahata</dc:creator>
      <dc:date>2015-09-02T14:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Multi-List Box Values based on Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Multi-Box/m-p/956756#M974827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any ideas on the above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 20:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Multi-Box/m-p/956756#M974827</guid>
      <dc:creator>diwakarnahata</dc:creator>
      <dc:date>2015-09-02T20:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Multi-List Box Values based on Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Multi-Box/m-p/956757#M974828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps faster with Set Analysis like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(only({&amp;lt;flag={"$(vflag1)"}&amp;gt;*&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;lt;flag2={"$(vflag2)"}&amp;gt;&lt;/SPAN&gt;}Field), Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies if I didn't get the syntax exactly right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 21:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Multi-Box/m-p/956757#M974828</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-09-02T21:34:37Z</dc:date>
    </item>
  </channel>
</rss>

