<?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: Add another Filter in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-another-Filter-in-Set-Analysis/m-p/630064#M1091286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct SP_ID)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;count(TOTAL distinct SP_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any dimension you need to ignore in the total, specify it after the TOTAL modifier as in TOTAL&amp;lt;dim1, dim2&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2014 18:41:12 GMT</pubDate>
    <dc:creator>eduardo_sommer</dc:creator>
    <dc:date>2014-05-12T18:41:12Z</dc:date>
    <item>
      <title>Add another Filter in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Add-another-Filter-in-Set-Analysis/m-p/630059#M1091281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following expression with Set Analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT ({$&amp;lt;ID_TIME_DATE#={"&amp;gt;=$(='$(vDateFrom)')&amp;lt;=$(='$(vDateTo)')"}&amp;gt;} DISTINCT ACCOUNT_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is to add the following to that expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{1&amp;lt;ACCOUNT_ID&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 18:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-another-Filter-in-Set-Analysis/m-p/630059#M1091281</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2014-05-12T18:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Add another Filter in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Add-another-Filter-in-Set-Analysis/m-p/630060#M1091282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What should the second set expression be good for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 18:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-another-Filter-in-Set-Analysis/m-p/630060#M1091282</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-05-12T18:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add another Filter in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Add-another-Filter-in-Set-Analysis/m-p/630061#M1091283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because I'm trying to make a % over the total. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT(DISTINCT SP_ID)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;COUNT({1&amp;lt;SP_ID&amp;gt;} DISTINCT SP_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that I should have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;COUNT ({$&amp;lt;ID_TIME_DATE#={"&amp;gt;=$(='$(vDateFrom)')&amp;lt;=$(='$(vDateTo)')"}&amp;gt;} DISTINCT ACCOUNT_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;COUNT ({$&amp;lt;ID_TIME_DATE#={"&amp;gt;=$(='$(vDateFrom)')&amp;lt;=$(='$(vDateTo)')"}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;{1&amp;lt;ACCOUNT_ID&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt; DISTINCT ACCOUNT_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;But I don't know where to put the thing in bold...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 18:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-another-Filter-in-Set-Analysis/m-p/630061#M1091283</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2014-05-12T18:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Add another Filter in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Add-another-Filter-in-Set-Analysis/m-p/630062#M1091284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace the thing in bold with TOTAL qualifier when you need to ignore dimension.&lt;/P&gt;&lt;P&gt;Or remove the thing in bold and use set identifier 1 in your first set expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 18:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-another-Filter-in-Set-Analysis/m-p/630062#M1091284</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-05-12T18:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Add another Filter in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Add-another-Filter-in-Set-Analysis/m-p/630063#M1091285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;COUNT ({$&amp;lt;ID_TIME_DATE#={"&amp;gt;=$(='$(vDateFrom)')&amp;lt;=$(='$(vDateTo)')"}&amp;gt;} DISTINCT ACCOUNT_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;COUNT ({$&amp;lt;ID_TIME_DATE#={"&amp;gt;=$(='$(vDateFrom)')&amp;lt;=$(='$(vDateTo)')"}&amp;gt;} DISTINCT total ACCOUNT_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;COUNT ({1&amp;lt;ID_TIME_DATE#={"&amp;gt;=$(='$(vDateFrom)')&amp;lt;=$(='$(vDateTo)')"}&amp;gt;} DISTINCT total ACCOUNT_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 18:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-another-Filter-in-Set-Analysis/m-p/630063#M1091285</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-12T18:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Add another Filter in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Add-another-Filter-in-Set-Analysis/m-p/630064#M1091286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct SP_ID)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;count(TOTAL distinct SP_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any dimension you need to ignore in the total, specify it after the TOTAL modifier as in TOTAL&amp;lt;dim1, dim2&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 18:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-another-Filter-in-Set-Analysis/m-p/630064#M1091286</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-05-12T18:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Add another Filter in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Add-another-Filter-in-Set-Analysis/m-p/630065#M1091287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I used the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT ({$&amp;lt;ID_TIME_DATE#={"&amp;gt;=$(='$(vDateFrom)')&amp;lt;=$(='$(vDateTo)')"}&amp;gt;} DISTINCT ACCOUNT_ID)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;COUNT (TOTAL {$&amp;lt;ID_TIME_DATE#={"&amp;gt;=$(='$(vDateFrom)')&amp;lt;=$(='$(vDateTo)')"}&amp;gt;} DISTINCT ACCOUNT_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm using that expression on a Pivot Table where there are some Nulls for the expression and I'm hiding those values, so I never reach the 100% because of the hidden nulls. Is there any way to count the total over all the values except the null?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 18:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-another-Filter-in-Set-Analysis/m-p/630065#M1091287</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2014-05-12T18:56:21Z</dc:date>
    </item>
  </channel>
</rss>

