<?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: ¿How to block the filter in count? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-block-the-filter-in-count/m-p/1049823#M925586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if do you want count side id not considering the dimension, you can use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count(TOTAL Distinct [Site ID*])&lt;/SPAN&gt;, but if you want not consider any selections, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count({1}TOTAL Distinct [Site ID*]). &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2016 18:54:02 GMT</pubDate>
    <dc:creator>rudolfhbantim</dc:creator>
    <dc:date>2016-04-04T18:54:02Z</dc:date>
    <item>
      <title>¿How to block the filter in count?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-block-the-filter-in-count/m-p/1049819#M925579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need make a Count() with the variable filter and no variable filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean, i need count the tickets by week and divide by the total tickets. The follow formule shows the count:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Count({$&amp;lt;[Task Status]={'closed'},[Task Type]={'CM'}&amp;gt;}[Task ID])&amp;gt;}[Task ID]))/&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Count([Site ID*])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is in the red part, because i need count the total "Site ID" and not the count "Site ID*" by week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&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/How-to-block-the-filter-in-count/m-p/1049819#M925579</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: ¿How to block the filter in count?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-block-the-filter-in-count/m-p/1049820#M925581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps Count(TOTAL [Site ID*])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 17:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-block-the-filter-in-count/m-p/1049820#M925581</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-04T17:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: ¿How to block the filter in count?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-block-the-filter-in-count/m-p/1049821#M925582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a sample you can share with the expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 17:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-block-the-filter-in-count/m-p/1049821#M925582</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-04T17:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: ¿How to block the filter in count?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-block-the-filter-in-count/m-p/1049822#M925584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, this is a current formule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 17:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-block-the-filter-in-count/m-p/1049822#M925584</guid>
      <dc:creator />
      <dc:date>2016-04-04T17:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: ¿How to block the filter in count?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-block-the-filter-in-count/m-p/1049823#M925586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if do you want count side id not considering the dimension, you can use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count(TOTAL Distinct [Site ID*])&lt;/SPAN&gt;, but if you want not consider any selections, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count({1}TOTAL Distinct [Site ID*]). &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 18:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-block-the-filter-in-count/m-p/1049823#M925586</guid>
      <dc:creator>rudolfhbantim</dc:creator>
      <dc:date>2016-04-04T18:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: ¿How to block the filter in count?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-block-the-filter-in-count/m-p/1049824#M925588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a variable for total count and then you can use it divide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable:&lt;/P&gt;&lt;P&gt;vTotalCount=&lt;STRONG&gt;Count([Site ID])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then your final formule will be like below:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=(Count({$&amp;lt;[Task Status]={'closed'},[Task Type]={'CM'}&amp;gt;}[Task ID])&amp;gt;}[Task ID]))/&lt;STRONG&gt;vTotalCount&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 07:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-block-the-filter-in-count/m-p/1049824#M925588</guid>
      <dc:creator />
      <dc:date>2016-04-05T07:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: ¿How to block the filter in count?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-block-the-filter-in-count/m-p/1049825#M925590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may be,&lt;/P&gt;&lt;P&gt;Count(Total [Site ID])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope You have already tried it. After that did you got your required result or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes than please close the thread to choose correct answer, and if no than share sample data, to know actual issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 08:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-block-the-filter-in-count/m-p/1049825#M925590</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-04-05T08:08:13Z</dc:date>
    </item>
  </channel>
</rss>

