<?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: Filter based on a measure result in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-based-on-a-measure-result/m-p/1612475#M45596</link>
    <description>&lt;P&gt;I resolved my question.&amp;nbsp; I replaced my measure with a dimension with the following expression:&lt;/P&gt;&lt;P&gt;=aggr(if(([Issue Date] &amp;gt; $(vSelectDate)) or isnull([Issue Date]), 'Not Issued', 'Issued'),[Number])&lt;/P&gt;&lt;P&gt;I can now use the magnifying glass on the column to filter.&amp;nbsp; It is not ideal, but it gets the job done.&lt;/P&gt;&lt;P&gt;Thanks to everyone who takes the time to post on this sight.&amp;nbsp; I came up with this solution by combining information from many different posts.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2019 14:26:31 GMT</pubDate>
    <dc:creator>wnorwood</dc:creator>
    <dc:date>2019-08-14T14:26:31Z</dc:date>
    <item>
      <title>Filter based on a measure result</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-based-on-a-measure-result/m-p/1612411#M45575</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have worked with QlikView for a while now, but I am fairly new to Qlik Sense.&amp;nbsp; I have some challenging requirements that I am attempting to make work in Qlik Sense.&lt;/P&gt;&lt;P&gt;First, users select one date that gets applied to two different date dimensions (one as &amp;lt;= and the other as &amp;gt;). So, I have a list box of dates and have a variable that captures the GetFieldSelection.&lt;/P&gt;&lt;P&gt;Next, these date criteria are used to determine if the record is "issued" or "not issued" based on the variable.&amp;nbsp; I used Set Analysis to create a measure that results in either "issued" or "not issued".&lt;/P&gt;&lt;P&gt;Now, I am trying to find a way that users can&amp;nbsp;filter by selecting "issued" or "not issued".&amp;nbsp; Since this in done as&amp;nbsp; a measure, I haven't had much luck.&amp;nbsp; I have been trying different things for a couple of days, so thought it was time to reach out for help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is my Set Analysis and using for the measure:&lt;/P&gt;&lt;P&gt;=maxstring({$&amp;lt;[Expiration Date]={"&amp;gt;$(=Date($(vSelectDate)))"},[Inception Date]={"&amp;lt;$(=Date($(vSelectDate)))"}&amp;gt;} if(([Issue Date] &amp;gt; $(vSelectDate)) or isnull([Issue Date]), 'Not Issued', 'Issued'))&lt;/P&gt;&lt;P&gt;I would appreciate any assistance!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 12:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-based-on-a-measure-result/m-p/1612411#M45575</guid>
      <dc:creator>wnorwood</dc:creator>
      <dc:date>2019-08-14T12:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Filter based on a measure result</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-based-on-a-measure-result/m-p/1612475#M45596</link>
      <description>&lt;P&gt;I resolved my question.&amp;nbsp; I replaced my measure with a dimension with the following expression:&lt;/P&gt;&lt;P&gt;=aggr(if(([Issue Date] &amp;gt; $(vSelectDate)) or isnull([Issue Date]), 'Not Issued', 'Issued'),[Number])&lt;/P&gt;&lt;P&gt;I can now use the magnifying glass on the column to filter.&amp;nbsp; It is not ideal, but it gets the job done.&lt;/P&gt;&lt;P&gt;Thanks to everyone who takes the time to post on this sight.&amp;nbsp; I came up with this solution by combining information from many different posts.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 14:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-based-on-a-measure-result/m-p/1612475#M45596</guid>
      <dc:creator>wnorwood</dc:creator>
      <dc:date>2019-08-14T14:26:31Z</dc:date>
    </item>
  </channel>
</rss>

