<?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: How to ignore this filter in set analysis ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956569#M78863</link>
    <description>&lt;P&gt;you may want to try&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;{&amp;lt;ATA=&amp;gt;}&lt;BR /&gt;&lt;BR /&gt;if you add 1, it means ignore ALL filters but you may want to ignore only specific filters&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2022 15:04:35 GMT</pubDate>
    <dc:creator>edwin</dc:creator>
    <dc:date>2022-07-15T15:04:35Z</dc:date>
    <item>
      <title>How to ignore this filter in set analysis ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956517#M78855</link>
      <description>&lt;P&gt;I know the question have been asked in many times, but none of the solutions I've found give me the expected result.&lt;BR /&gt;&lt;BR /&gt;I have 2 tables, and the only filter in my analysis is a date range: 2021-01-01 to 2022-01-01&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Derek_T_0-1657893842721.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84305i4CEC775B9C6E76C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Derek_T_0-1657893842721.png" alt="Derek_T_0-1657893842721.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Derek_T_1-1657893854886.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84306i3BCA026396ECA96B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Derek_T_1-1657893854886.png" alt="Derek_T_1-1657893854886.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I haven't shown all the date because their value are irrelevant, only the boundary matters.&lt;BR /&gt;&lt;BR /&gt;What I'm trying to build is the table below, the trick is "MAX_DATE" and "AVG_AC_COUNT" should be unaffected by the ATA, only the "SUM_AMOUNT" should be impacted.&lt;BR /&gt;&lt;BR /&gt;I've tried many combinations of set modifiers, but I always end up with the "MAX_DATE" and "AVG_AC_COUNT" being affected by the ATA where they should only be affected by the date range selected by the user.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Derek_T_2-1657894143870.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84308i73D5A23A1E7BE0B0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Derek_T_2-1657894143870.png" alt="Derek_T_2-1657894143870.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks !&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 14:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956517#M78855</guid>
      <dc:creator>Derek_T</dc:creator>
      <dc:date>2022-07-15T14:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore this filter in set analysis ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956555#M78858</link>
      <description>&lt;P&gt;in your expressions for AVG_AC_COUNT and MAX_DATE, add the set analysis modifier ATA=&lt;/P&gt;
&lt;P&gt;this means for this expression ignore ATA filter&lt;/P&gt;
&lt;P&gt;since you want SUM_AMOUNT to consider ATA filter, then dont add this into that expression&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 14:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956555#M78858</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2022-07-15T14:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore this filter in set analysis ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956560#M78859</link>
      <description>&lt;P&gt;Thanks Edwin,&lt;BR /&gt;&lt;BR /&gt;could you elaborate the code a bit more please, I've tried passing ATA but I don't know how to exactly, I've tried:&lt;BR /&gt;{1&amp;lt;ATA={*}&amp;gt;} but it does not work.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 14:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956560#M78859</guid>
      <dc:creator>Derek_T</dc:creator>
      <dc:date>2022-07-15T14:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore this filter in set analysis ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956567#M78862</link>
      <description>&lt;P&gt;to ignore ATA the set analysis should be&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;{1&amp;lt;ATA=&amp;gt;}&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 15:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956567#M78862</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2022-07-15T15:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore this filter in set analysis ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956569#M78863</link>
      <description>&lt;P&gt;you may want to try&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;{&amp;lt;ATA=&amp;gt;}&lt;BR /&gt;&lt;BR /&gt;if you add 1, it means ignore ALL filters but you may want to ignore only specific filters&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 15:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956569#M78863</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2022-07-15T15:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore this filter in set analysis ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956616#M78873</link>
      <description>&lt;P&gt;Thanks Edwin, I've tried both and it does not work.&lt;BR /&gt;Here's the formula for the cumulative amount:&amp;nbsp; Avg({1&amp;lt;ATA=&amp;gt;}AC_COUNT) /&amp;nbsp;Avg({&amp;lt;ATA=&amp;gt;}AC_COUNT)&lt;BR /&gt;&lt;BR /&gt;But I still get completely different number by ATA, which does not make sense since each AC (Aircraft) is composed of the same set of ATAs, so the count of AC / ATA should remains the same.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 17:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956616#M78873</guid>
      <dc:creator>Derek_T</dc:creator>
      <dc:date>2022-07-15T17:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore this filter in set analysis ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956629#M78878</link>
      <description>&lt;P&gt;The solution was to ignore the dimensions ATA:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Avg(TOTAL AC_COUNT)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 17:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956629#M78878</guid>
      <dc:creator>Derek_T</dc:creator>
      <dc:date>2022-07-15T17:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore this filter in set analysis ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956695#M78888</link>
      <description>&lt;P&gt;you may want to test that.&amp;nbsp; without set analysis, there is no ignored filters&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 21:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1956695#M78888</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2022-07-15T21:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore this filter in set analysis ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1957073#M78916</link>
      <description>&lt;P&gt;You're right, being new to Qlik my choice of words was incorrect, it's not a "filter" I was trying to ignore but a "dimensions" in a table. Thank you !&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 12:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1957073#M78916</guid>
      <dc:creator>Derek_T</dc:creator>
      <dc:date>2022-07-18T12:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore this filter in set analysis ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1957215#M78929</link>
      <description>&lt;P&gt;not intending to belabor this but filter and dimensions are interchangeable.&amp;nbsp; a dimension when selected IS a filter.&amp;nbsp; what i am saying is that without set analysis, you are not ignoring filters nor dimensions.&amp;nbsp; however, if this works for you then maybe you never had an issue in the first place.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 15:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-this-filter-in-set-analysis/m-p/1957215#M78929</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2022-07-18T15:04:38Z</dc:date>
    </item>
  </channel>
</rss>

