<?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: Ignore All filters except the condition in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100392#M6663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(DISTINCT {1&amp;lt;OS_id = p(&lt;SPAN style="color: #ff0000;"&gt;{1}&lt;/SPAN&gt; Si_d)&amp;gt;} OS_id)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2018 17:15:41 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-11-01T17:15:41Z</dc:date>
    <item>
      <title>Ignore All filters except the condition</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100385#M6656</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 am trying to come up with the count of Id's with a condition. I used set analysis to specify the condition and used {1} to make the expression reflect static count without any effect on the filters but the count still changes when ever there is a change in the filters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(distinct {1&amp;lt; OS_id=p(Si_d)&amp;gt;} OS_id )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to make the above expression always reflect static count irrespective of filters selection ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100385#M6656</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2024-11-16T07:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore All filters except the condition</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100386#M6657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&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; font-size: 13px;"&gt;&lt;STRONG&gt;=Count(DISTINCT {1&amp;lt;OS_id $::Si_d&amp;gt;} OS_id)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100386#M6657</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-01T16:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore All filters except the condition</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100387#M6658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. It says error in expression. Not sure what's missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100387#M6658</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-11-01T16:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore All filters except the condition</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100388#M6659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, I forgot the equal sign... try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Count(DISTINCT {1&amp;lt;OS_id &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;=&lt;/SPAN&gt; $::OS_id&amp;gt;} OS_id)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100388#M6659</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-01T16:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore All filters except the condition</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100389#M6660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry This is not what I wanted. I need to display the count of all OS_id that have Si_Id in them without being effected by any filter. Your expression results the count only when I select a specific OS_id. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 17:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100389#M6660</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-11-01T17:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore All filters except the condition</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100390#M6661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly do you mean when you say OS_id that have Si_Id in them? Can you share an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 17:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100390#M6661</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-01T17:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore All filters except the condition</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100391#M6662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lets say Si_id have {1,2,3,9} &amp;amp; OS_id have { 1,2,3,4,5,6,7}. The expression should return 3..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 17:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100391#M6662</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-11-01T17:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore All filters except the condition</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100392#M6663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(DISTINCT {1&amp;lt;OS_id = p(&lt;SPAN style="color: #ff0000;"&gt;{1}&lt;/SPAN&gt; Si_d)&amp;gt;} OS_id)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 17:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100392#M6663</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-01T17:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore All filters except the condition</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100393#M6664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect.This worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot. So looks like I need to put {1} to the section which I want to be masked. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 17:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100393#M6664</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-11-01T17:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore All filters except the condition</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100394#M6665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;So looks like I need to put {1} to the section which I want to be masked.&lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Masked? I am not sure what that means &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, but essentially p() function needs to ignore selection as we well, otherwise selection will alter &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Si_d &lt;/STRONG&gt;which will impact your final result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 17:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-All-filters-except-the-condition/m-p/100394#M6665</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-01T17:23:37Z</dc:date>
    </item>
  </channel>
</rss>

