<?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 How to add a filter in the following expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-add-a-filter-in-the-following-expression/m-p/1774915#M60041</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've managed to link a custom filter to a single chart using the following equation. However, my goal is to include a filter for yes or no.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({$*[Issue]},&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;{Condition='Yes'}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt; ID_number)/Count({1&amp;lt;[Issue]=&amp;gt;} ,&lt;U&gt;{Condition ='Yes'&lt;/U&gt;}&amp;gt;} Total ID_number)&lt;/P&gt;&lt;P&gt;What is the correct syntax?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sid&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
    <dc:creator>Sid666123</dc:creator>
    <dc:date>2021-12-20T21:08:46Z</dc:date>
    <item>
      <title>How to add a filter in the following expression</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-filter-in-the-following-expression/m-p/1774915#M60041</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've managed to link a custom filter to a single chart using the following equation. However, my goal is to include a filter for yes or no.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({$*[Issue]},&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;{Condition='Yes'}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt; ID_number)/Count({1&amp;lt;[Issue]=&amp;gt;} ,&lt;U&gt;{Condition ='Yes'&lt;/U&gt;}&amp;gt;} Total ID_number)&lt;/P&gt;&lt;P&gt;What is the correct syntax?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sid&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-filter-in-the-following-expression/m-p/1774915#M60041</guid>
      <dc:creator>Sid666123</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a filter in the following expression</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-filter-in-the-following-expression/m-p/1774919#M60042</link>
      <description>&lt;P&gt;What is [Issue]? Is it a field , a state or a bookmark? I am assuming it is a field in my suggestion below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[Issue] , [Condition] ={'Yes'}&amp;nbsp;&amp;gt;} ID_number)/Count({1&amp;lt;[Issue],[Condition] ={'Yes'}&amp;gt;} Total ID_number)&lt;/P&gt;&lt;P&gt;Or if you want both yes and no ids.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[Issue] , [Condition] ={'Yes', 'No' }&amp;nbsp;&amp;gt;} ID_number)/Count({1&amp;lt;[Issue],[Condition] ={'Yes', 'No' }&amp;gt;} Total ID_number)&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2021 07:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-filter-in-the-following-expression/m-p/1774919#M60042</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-01-16T07:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a filter in the following expression</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-filter-in-the-following-expression/m-p/1774937#M60043</link>
      <description>&lt;P&gt;Hi Vegar,&lt;/P&gt;&lt;P&gt;Thanks for the solution. The reason I am using&amp;nbsp;&lt;SPAN&gt;Count({$*[Issue]} is because $* is a filter I've used explicitly for a particular chart since it is in an alternate state. Taking out the * disables the filter. I gotta add the Extra bit keeping the filter on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sid&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2021 11:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-filter-in-the-following-expression/m-p/1774937#M60043</guid>
      <dc:creator>Sid666123</dc:creator>
      <dc:date>2021-01-16T11:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a filter in the following expression</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-filter-in-the-following-expression/m-p/1774953#M60045</link>
      <description>&lt;P&gt;Is this a solution/help for you?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({$*Issue&amp;lt;[Condition] ={'Yes', 'No' } &amp;gt;} ID_number)/Count({1*[Issue]&amp;lt;[Condition] ={'Yes', 'No' }&amp;gt;} Total ID_number)&lt;/P&gt;&lt;P&gt;If not then please explain or rephrase your issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2021 14:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-filter-in-the-following-expression/m-p/1774953#M60045</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-01-16T14:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a filter in the following expression</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-filter-in-the-following-expression/m-p/1774986#M60050</link>
      <description>&lt;P&gt;Hi Vegar,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The filter is working perfectly!! Thanks for that. In the second part of the equation i.e&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Count({1*[Issue]&amp;lt;[Condition] ={'Yes', 'No' }&amp;gt;} Total ID_number)&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;My main goal is to calculate the percentage using the equation such that, if I pick a date with the date picker then it would use the total within the date range to spit the percentage of the dimension. &lt;STRONG&gt;&lt;EM&gt;My understanding is using a 1&amp;lt; would fix that issue?&lt;/EM&gt;&lt;/STRONG&gt; I might be wrong? Right now it does not calculate the correct percentage and yes, the issue is a dimension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2021 23:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-filter-in-the-following-expression/m-p/1774986#M60050</guid>
      <dc:creator>Sid666123</dc:creator>
      <dc:date>2021-01-16T23:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a filter in the following expression</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-filter-in-the-following-expression/m-p/1775017#M60055</link>
      <description>&lt;P&gt;Using {1} will ignore all selections, inclusive any selections you have done on the date field. To pinpoint just to ignore selection on date you can use a date modifier cancelling your selection.&lt;/P&gt;&lt;P&gt;{1 * Issue&amp;lt;[Date] =,&amp;nbsp;[Condition] ={'Yes', 'No' }&amp;gt;}&lt;/P&gt;&lt;P&gt;However if you have Date as a dimension and want to show all dates on all rows then you w will need to take a look at the count (TOTAL [...] )&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jan 2021 08:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-filter-in-the-following-expression/m-p/1775017#M60055</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-01-17T08:48:04Z</dc:date>
    </item>
  </channel>
</rss>

