<?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: Permanently Filter Data Based on 2 Parameters in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Permanently-Filter-Data-Based-on-2-Parameters/m-p/1608985#M45221</link>
    <description>&lt;P&gt;I had tried that, but it did not work. I just tried again, still no luck.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Aug 2019 16:15:00 GMT</pubDate>
    <dc:creator>mskusace</dc:creator>
    <dc:date>2019-08-02T16:15:00Z</dc:date>
    <item>
      <title>Permanently Filter Data Based on 2 Parameters</title>
      <link>https://community.qlik.com/t5/App-Development/Permanently-Filter-Data-Based-on-2-Parameters/m-p/1608981#M45218</link>
      <description>&lt;P&gt;I posted a similar topic regarding filtering data based on a single parameter, but I am unsure of how to do 2 parameters.&lt;/P&gt;&lt;P&gt;I need to filter a data set based on the year and also a flag variable.&lt;/P&gt;&lt;P&gt;YEAR = 2018&lt;/P&gt;&lt;P&gt;FLAG = Y&lt;/P&gt;&lt;P&gt;Currently, I have the expression below which filters it by YEAR = 2018, but I am not sure how to incorporate the FLAG = Y in there. Any assistance would be appreciated!&lt;/P&gt;&lt;P&gt;=aggr(only({&amp;lt;[YEAR]={2018}&amp;gt;}[ORDER]),[ORDER])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 21:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Permanently-Filter-Data-Based-on-2-Parameters/m-p/1608981#M45218</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2021-12-21T21:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently Filter Data Based on 2 Parameters</title>
      <link>https://community.qlik.com/t5/App-Development/Permanently-Filter-Data-Based-on-2-Parameters/m-p/1608983#M45220</link>
      <description>&lt;P&gt;May be&lt;/P&gt;&lt;P&gt;=aggr(only({&amp;lt;[YEAR]={2018}&lt;STRONG&gt;, Flag={'Y'}&lt;/STRONG&gt;&amp;gt;}[ORDER]),[ORDER])&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 16:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Permanently-Filter-Data-Based-on-2-Parameters/m-p/1608983#M45220</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-08-02T16:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently Filter Data Based on 2 Parameters</title>
      <link>https://community.qlik.com/t5/App-Development/Permanently-Filter-Data-Based-on-2-Parameters/m-p/1608985#M45221</link>
      <description>&lt;P&gt;I had tried that, but it did not work. I just tried again, still no luck.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 16:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Permanently-Filter-Data-Based-on-2-Parameters/m-p/1608985#M45221</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2019-08-02T16:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently Filter Data Based on 2 Parameters</title>
      <link>https://community.qlik.com/t5/App-Development/Permanently-Filter-Data-Based-on-2-Parameters/m-p/1608988#M45222</link>
      <description>&lt;P&gt;Do you need, Only these filters need to effect for Order? Or you want to show only 2018 where Flag Y should not include. How you want to incorporate here?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 16:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Permanently-Filter-Data-Based-on-2-Parameters/m-p/1608988#M45222</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-08-02T16:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently Filter Data Based on 2 Parameters</title>
      <link>https://community.qlik.com/t5/App-Development/Permanently-Filter-Data-Based-on-2-Parameters/m-p/1608989#M45223</link>
      <description>&lt;P&gt;I ONLY want the ENTIRE row to show if YEAR = 2018 AND FLAG = Y.&lt;/P&gt;&lt;P&gt;If YEAR &amp;lt;&amp;gt; 2018 AND FLAY &amp;lt;&amp;gt; Y, do NOT show the entire row.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that clarifies.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 16:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Permanently-Filter-Data-Based-on-2-Parameters/m-p/1608989#M45223</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2019-08-02T16:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently Filter Data Based on 2 Parameters</title>
      <link>https://community.qlik.com/t5/App-Development/Permanently-Filter-Data-Based-on-2-Parameters/m-p/1608990#M45224</link>
      <description>&lt;P&gt;I don't no where you are trying this? but you can simplify like below as condition and use Suppress when value is null or tick mark to the Include null values?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(YEAR=2018 and Flag='Y', ORDER)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 16:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Permanently-Filter-Data-Based-on-2-Parameters/m-p/1608990#M45224</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-08-02T16:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently Filter Data Based on 2 Parameters</title>
      <link>https://community.qlik.com/t5/App-Development/Permanently-Filter-Data-Based-on-2-Parameters/m-p/1608993#M45225</link>
      <description>&lt;P&gt;I was over complicating things too much!&lt;/P&gt;&lt;P&gt;Thank you very much! Your solution got me exactly what I was looking for.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 16:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Permanently-Filter-Data-Based-on-2-Parameters/m-p/1608993#M45225</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2019-08-02T16:29:16Z</dc:date>
    </item>
  </channel>
</rss>

