<?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 Selection form list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Selection-form-list-box/m-p/12699#M2076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny! And thanks again for the link, I've only used the Implicit Exclusion before. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2018 12:18:45 GMT</pubDate>
    <dc:creator>shane_spencer</dc:creator>
    <dc:date>2018-05-25T12:18:45Z</dc:date>
    <item>
      <title>Set Analysis and Selection form list box</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Selection-form-list-box/m-p/12696#M2073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got an issue with Set Analysis. I've got a formula in a text box to count Status and Manual Status, but I've also got these as selections in list boxes. The issue is if I select Confirmed from Manual Status for example the figures circled in the text box should show 0 but are showing the total count. Is there an easy way to fix this?&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="203492" alt="set anal.PNG" class="jive-image image-1" src="/legacyfs/online/203492_set anal.PNG" style="height: 376px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 11:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Selection-form-list-box/m-p/12696#M2073</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2018-05-25T11:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Selection form list box</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Selection-form-list-box/m-p/12697#M2074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not clear &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&amp;nbsp; what it is text box expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 11:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Selection-form-list-box/m-p/12697#M2074</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-05-25T11:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Selection form list box</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Selection-form-list-box/m-p/12698#M2075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this and also read about the use of * here &lt;A href="https://community.qlik.com/qlik-blogpost/4663"&gt;Implicit Set Operators&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count( {&amp;lt; Status *= {'Pass'} &amp;gt;} Row) &amp;amp; ' Pass and ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Count( {&amp;lt; Status *= {'Review'} &amp;gt;} Row)&amp;nbsp; &amp;amp; ' Review&amp;nbsp; |&amp;nbsp; ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Count( {&amp;lt; [Manual Status] *= {'Verified'} &amp;gt;} Row) &amp;amp; ' Verified, ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Count( {&amp;lt; [Manual Status] *= {'Confirmed'} &amp;gt;} Row) &amp;amp; ' Confirmed, ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Count( {&amp;lt; [Manual Status] *= {'Unconfirmed'} &amp;gt;} Row) &amp;amp; ' Unconfirmed and ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Count( {&amp;lt; [Manual Status] *= {'Corrected'} &amp;gt;} Row)&amp;nbsp; &amp;amp; ' Corrected'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count( {&amp;lt; Status = {'Pass'} &amp;gt;} Row) &amp;amp; ' Pass and ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Count( {&amp;lt; Status = {'Review'} &amp;gt;} Row)&amp;nbsp; &amp;amp; ' Review&amp;nbsp; |&amp;nbsp; ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Count( {&amp;lt; [Manual Status] *= {'Verified'} &amp;gt;} Row) &amp;amp; ' Verified, ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Count( {&amp;lt; [Manual Status] *= {'Confirmed'} &amp;gt;} Row) &amp;amp; ' Confirmed, ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Count( {&amp;lt; [Manual Status] *= {'Unconfirmed'} &amp;gt;} Row) &amp;amp; ' Unconfirmed and ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Count( {&amp;lt; [Manual Status] *= {'Corrected'} &amp;gt;} Row)&amp;nbsp; &amp;amp; ' Corrected'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203495_Capture.PNG" style="height: 214px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 11:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Selection-form-list-box/m-p/12698#M2075</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-25T11:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Selection form list box</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Selection-form-list-box/m-p/12699#M2076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny! And thanks again for the link, I've only used the Implicit Exclusion before. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 12:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Selection-form-list-box/m-p/12699#M2076</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2018-05-25T12:18:45Z</dc:date>
    </item>
  </channel>
</rss>

