<?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: selections in filter should not affect table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/selections-in-filter-should-not-affect-table/m-p/2526298#M1226607</link>
    <description>&lt;P&gt;I believe you would need to add the ignore field into the Max expressions as well or just apply outer set analysis so it filters down in the entire measure.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Year=, Month=, Quarter=, Period=&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;Period={"&amp;gt;=$(=Date(AddMonths(Max(Date#(Period, 'YYYYMM')), -11), 'YYYYMM')) &amp;lt;=$(=Max(Period))"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Aug 2025 13:41:18 GMT</pubDate>
    <dc:creator>TheLazyDeveloper</dc:creator>
    <dc:date>2025-08-05T13:41:18Z</dc:date>
    <item>
      <title>selections in filter should not affect table</title>
      <link>https://community.qlik.com/t5/QlikView/selections-in-filter-should-not-affect-table/m-p/2526281#M1226605</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've below 6 filters in my app&lt;/P&gt;&lt;P&gt;Year&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Quarter&lt;/P&gt;&lt;P&gt;Period&lt;/P&gt;&lt;P&gt;Business&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;And I've below set analysis expression in a table to calculate 12 month rolling using the &lt;STRONG&gt;Period&lt;/STRONG&gt; field.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;Period={"&amp;gt;=$(=Date(AddMonths(Max(Date#(Period, 'YYYYMM')), -11), 'YYYYMM')) &amp;lt;=$(=Max(Period))"}&amp;gt;}Sales).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So my requirement is if I make selection in &lt;STRONG&gt;Year, Month, Quarter, Period&lt;/STRONG&gt; filters it should not effect the table. I tried below expression but it is not working.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;Year=, Month=, Quarter=, Period=,Period={"&amp;gt;=$(=Date(AddMonths(Max(Date#(Period, 'YYYYMM')), -11), 'YYYYMM')) &amp;lt;=$(=Max(Period))"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Could you please help me on that.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;V&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 11:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selections-in-filter-should-not-affect-table/m-p/2526281#M1226605</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2025-08-05T11:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: selections in filter should not affect table</title>
      <link>https://community.qlik.com/t5/QlikView/selections-in-filter-should-not-affect-table/m-p/2526298#M1226607</link>
      <description>&lt;P&gt;I believe you would need to add the ignore field into the Max expressions as well or just apply outer set analysis so it filters down in the entire measure.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Year=, Month=, Quarter=, Period=&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;Period={"&amp;gt;=$(=Date(AddMonths(Max(Date#(Period, 'YYYYMM')), -11), 'YYYYMM')) &amp;lt;=$(=Max(Period))"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 13:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selections-in-filter-should-not-affect-table/m-p/2526298#M1226607</guid>
      <dc:creator>TheLazyDeveloper</dc:creator>
      <dc:date>2025-08-05T13:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: selections in filter should not affect table</title>
      <link>https://community.qlik.com/t5/QlikView/selections-in-filter-should-not-affect-table/m-p/2526304#M1226608</link>
      <description>&lt;P&gt;I tried with the expression which you recommended but it is still the same.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 15:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selections-in-filter-should-not-affect-table/m-p/2526304#M1226608</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2025-08-05T15:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: selections in filter should not affect table</title>
      <link>https://community.qlik.com/t5/QlikView/selections-in-filter-should-not-affect-table/m-p/2526307#M1226609</link>
      <description>&lt;P&gt;This expression is working, if we ignore fields inside max expressions.&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;STRONG&gt;Year&lt;/STRONG&gt;=,&lt;STRONG&gt;Month&lt;/STRONG&gt;=,&lt;STRONG&gt;Quarter=&lt;/STRONG&gt;,&lt;STRONG&gt;Period=&lt;/STRONG&gt;,&lt;STRONG&gt;Period&lt;/STRONG&gt;={"&amp;gt;=$(=Date(AddMonths(Max({&amp;lt;&lt;STRONG&gt;Year&lt;/STRONG&gt;=,&lt;STRONG&gt;Month&lt;/STRONG&gt;=,&lt;STRONG&gt;Quarter=&lt;/STRONG&gt;,&lt;STRONG&gt;Period=&lt;/STRONG&gt;,&lt;STRONG&gt;Period&lt;/STRONG&gt;=&amp;gt;}Date#(&lt;STRONG&gt;Period&lt;/STRONG&gt;, 'YYYYMM')), -11), 'YYYYMM')) &amp;lt;=$(=Max({&amp;lt;&lt;STRONG&gt;Year&lt;/STRONG&gt;=,&lt;STRONG&gt;Month&lt;/STRONG&gt;=,&lt;STRONG&gt;Quarter=&lt;/STRONG&gt;,&lt;STRONG&gt;Period=&lt;/STRONG&gt;,&lt;STRONG&gt;Period=&lt;/STRONG&gt;&amp;gt;}&lt;STRONG&gt;Period&lt;/STRONG&gt;))"}&amp;gt;}&lt;STRONG&gt;Sales&lt;/STRONG&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 15:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selections-in-filter-should-not-affect-table/m-p/2526307#M1226609</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2025-08-05T15:41:16Z</dc:date>
    </item>
  </channel>
</rss>

