<?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: Qlik Sense Filter Within an Expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Filter-Within-an-Expression/m-p/1038146#M16094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for excluding selection&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({$&amp;lt; StatusesId = {1}, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;ItemsCon = e(&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ItemsCon&lt;/SPAN&gt;)&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt; Distinct RequestId)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wait, how will the expression should know when to include and when to exclude? Are you be going to use two states to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Feb 2016 17:38:51 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-02-03T17:38:51Z</dc:date>
    <item>
      <title>Qlik Sense Filter Within an Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Filter-Within-an-Expression/m-p/1038145#M16093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have this expression, and I was wondering if there is a way to use a filter within that expression. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt; StatusesId = {1}, &lt;SPAN style="color: #ff0000;"&gt;ItemsCon -={16}&amp;gt;}&lt;/SPAN&gt; distinct RequestId)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I would like to do is to provide a user with a filter so that the user can choose "ItemCon"; I would like to enable the user to either choose nothing: so the expression will be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt; StatusesId = {1}, &lt;SPAN style="color: #ff0000;"&gt;&amp;gt;}&lt;/SPAN&gt; distinct RequestId) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or allow the user to specify a value for ItemCon to be excluded:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt; StatusesId = {1}, &lt;SPAN style="color: #ff0000;"&gt;ItemsCon -={16}&amp;gt;}&lt;/SPAN&gt; distinct RequestId)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or allow the user to specify a value for ItemCon to be included: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt; StatusesId = {1}, &lt;SPAN style="color: #ff0000;"&gt;ItemsCon ={16}&amp;gt;}&lt;/SPAN&gt; distinct RequestId)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is appreciated!&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 08:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Filter-Within-an-Expression/m-p/1038145#M16093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-03T08:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Filter Within an Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Filter-Within-an-Expression/m-p/1038146#M16094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for excluding selection&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({$&amp;lt; StatusesId = {1}, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;ItemsCon = e(&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ItemsCon&lt;/SPAN&gt;)&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt; Distinct RequestId)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wait, how will the expression should know when to include and when to exclude? Are you be going to use two states to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 17:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Filter-Within-an-Expression/m-p/1038146#M16094</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-03T17:38:51Z</dc:date>
    </item>
  </channel>
</rss>

