<?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: [Status]*={'A','B'} in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Status-A-B/m-p/1132835#M897808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Lets break this expression down...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status = {'A', 'B'} (without *)&lt;/P&gt;&lt;P&gt;Means that show status A and B regardless of any selection made in Status. But if you add the *, it means that show A and B when nothing is selected, but once you select something it will filter based on what you select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex. If A and C is selected, only A will be shown because it is the intersection between what is selected and what is specified in your set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex 2 if C and D are selected, nothing will be shown because there is nothing common between what is selected and what is within the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Jul 2016 02:23:15 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-07-24T02:23:15Z</dc:date>
    <item>
      <title>[Status]*={'A','B'}</title>
      <link>https://community.qlik.com/t5/QlikView/Status-A-B/m-p/1132834#M897807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the meaning of this expression [Status]*={'A','B'}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Status-A-B/m-p/1132834#M897807</guid>
      <dc:creator>arethaking</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: [Status]*={'A','B'}</title>
      <link>https://community.qlik.com/t5/QlikView/Status-A-B/m-p/1132835#M897808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Lets break this expression down...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status = {'A', 'B'} (without *)&lt;/P&gt;&lt;P&gt;Means that show status A and B regardless of any selection made in Status. But if you add the *, it means that show A and B when nothing is selected, but once you select something it will filter based on what you select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex. If A and C is selected, only A will be shown because it is the intersection between what is selected and what is specified in your set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex 2 if C and D are selected, nothing will be shown because there is nothing common between what is selected and what is within the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2016 02:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Status-A-B/m-p/1132835#M897808</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-24T02:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: [Status]*={'A','B'}</title>
      <link>https://community.qlik.com/t5/QlikView/Status-A-B/m-p/1132836#M897809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Status]*={'A','B'} is a short equivalent of&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Status=Status * &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{'A','B'}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at the online help (F1) in Qlik:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;In set analysis * is the Intersection operator. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This binary operation returns a set consisting of the records that belong to both of the two set operands&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;EM&gt;sum(&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt; {$&amp;lt;Status *= {'A','B'} &amp;gt;} Sales &lt;/EM&gt;&lt;SPAN class="Bold"&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;returns the sales for the current selection, but only for the intersection of currently selected status and the status A, B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" height="103" src="https://community.qlik.com/legacyfs/online/132291_1.png" style="height: 103.091px; width: 378px;" width="378" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image image-2" height="119" src="https://community.qlik.com/legacyfs/online/132292_2.png" style="height: 118.829px; width: 377px;" width="377" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3.png" class="jive-image image-3" height="165" src="https://community.qlik.com/legacyfs/online/132296_3.png" style="height: 164.752px; width: 377px;" width="377" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2016 06:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Status-A-B/m-p/1132836#M897809</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-07-24T06:15:14Z</dc:date>
    </item>
  </channel>
</rss>

