<?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: Set Analysis and Listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Listbox/m-p/652429#M1054570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked. I don't know why, and it gives me an error (well, red squiggly lines), but this is awesome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2014 14:54:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-21T14:54:42Z</dc:date>
    <item>
      <title>Set Analysis and Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Listbox/m-p/652425#M1054566</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 got Straight Tables with the count and percentage of members, based on different dimensions. I'm using Set Analysis in the Straight Tables to only bring back members with a Status of L or X (cancelled members).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have a listbox that has L and X in it, so the user can filter based on L,X or both. However, selecting just one doesn't change the Straight Table (assuming due to the Set Analysis)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my Set Analysis code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct {&amp;lt;STATUS={'L','X'}&amp;gt;} MAIN_MEM_NO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the Straight Table starts with just members with L and X. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway I can get it to work with the listbox, so that it defaults as L and X, but the user can choose just to see the count for either of them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 13:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Listbox/m-p/652425#M1054566</guid>
      <dc:creator />
      <dc:date>2014-10-17T13:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Listbox/m-p/652426#M1054567</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;"&gt;Try count(distinct {$*&amp;lt;STATUS={'L','X'}&amp;gt;} MAIN_MEM_NO)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 14:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Listbox/m-p/652426#M1054567</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-17T14:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Listbox/m-p/652427#M1054568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can remove&amp;nbsp; set analisys and&amp;nbsp; use the sentece if on&amp;nbsp; straight table &lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;If(STATUS= 'L' or 'X', count(Distinct&amp;nbsp; MAIN_MEM_NO)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 14:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Listbox/m-p/652427#M1054568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-17T14:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Listbox/m-p/652428#M1054569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;try:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count(distinct {&amp;lt;STATUS&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff9900;"&gt;*=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{'L','X'}&amp;gt;} MAIN_MEM_NO)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 17:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Listbox/m-p/652428#M1054569</guid>
      <dc:creator>gmoraleswit</dc:creator>
      <dc:date>2014-10-17T17:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Listbox/m-p/652429#M1054570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked. I don't know why, and it gives me an error (well, red squiggly lines), but this is awesome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 14:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Listbox/m-p/652429#M1054570</guid>
      <dc:creator />
      <dc:date>2014-10-21T14:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Listbox/m-p/652430#M1054571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works because it is a short-hand version of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;count(distinct {$*&amp;lt;STATUS={'L','X'}&amp;gt;} MAIN_MEM_NO)&lt;/SPAN&gt;, meaning the intersection (that's what the * means) of the possible values of STATUS as a result of user selections with the values L and X. The red squiggle lines are a result of a bug in the expression syntax checker. The expression is correct and the syntax checker is wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 18:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Listbox/m-p/652430#M1054571</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-21T18:05:12Z</dc:date>
    </item>
  </channel>
</rss>

