<?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: Ignore filtering in set formula with variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-filtering-in-set-formula-with-variable/m-p/2045342#M1222858</link>
    <description>&lt;P&gt;Hi, like this?&lt;/P&gt;
&lt;P&gt;Max(&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;{1}&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;Total &lt;/STRONG&gt;Aggr(&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;{1} &lt;/FONT&gt;&lt;/STRONG&gt;$(v_NPV), ID))&lt;/P&gt;</description>
    <pubDate>Mon, 06 Mar 2023 22:18:32 GMT</pubDate>
    <dc:creator>BrunPierre</dc:creator>
    <dc:date>2023-03-06T22:18:32Z</dc:date>
    <item>
      <title>Ignore filtering in set formula with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-filtering-in-set-formula-with-variable/m-p/2045335#M1222857</link>
      <description>&lt;P&gt;Hello Awesome folks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working with a max formula where I want to keep the max value regardless of the filters applied.&lt;/P&gt;
&lt;P&gt;max( Total aggr($(v_NPV),ID))&lt;/P&gt;
&lt;P&gt;I have found that {1} is supposed to do the trick, but I can not figure out how to make it work.&lt;/P&gt;
&lt;P&gt;Any tips?&lt;/P&gt;
&lt;P&gt;Thanks as always!&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2023 14:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-filtering-in-set-formula-with-variable/m-p/2045335#M1222857</guid>
      <dc:creator>data_RN</dc:creator>
      <dc:date>2023-03-04T14:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore filtering in set formula with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-filtering-in-set-formula-with-variable/m-p/2045342#M1222858</link>
      <description>&lt;P&gt;Hi, like this?&lt;/P&gt;
&lt;P&gt;Max(&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;{1}&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;Total &lt;/STRONG&gt;Aggr(&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;{1} &lt;/FONT&gt;&lt;/STRONG&gt;$(v_NPV), ID))&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 22:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-filtering-in-set-formula-with-variable/m-p/2045342#M1222858</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-03-06T22:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore filtering in set formula with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-filtering-in-set-formula-with-variable/m-p/2045376#M1222861</link>
      <description>&lt;P&gt;Well, it works if I try to filter by ID, but if I apply any other filter, it becomes filtered &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2023 12:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-filtering-in-set-formula-with-variable/m-p/2045376#M1222861</guid>
      <dc:creator>data_RN</dc:creator>
      <dc:date>2023-03-05T12:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore filtering in set formula with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-filtering-in-set-formula-with-variable/m-p/2045380#M1222862</link>
      <description>&lt;P&gt;The "TOTAL" keyword instructs Qlik to ignore all dimension values. The dimensions required to interact with the expression must be specified.&lt;/P&gt;
&lt;P&gt;Max(TOTAL&amp;lt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;DIM1,DIM2,DIM3&lt;/STRONG&gt;&lt;/FONT&gt;&amp;gt;Aggr($(v_NPV),ID))&lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2023 14:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-filtering-in-set-formula-with-variable/m-p/2045380#M1222862</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-03-05T14:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore filtering in set formula with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-filtering-in-set-formula-with-variable/m-p/2045907#M1222866</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16737"&gt;@BrunPierre&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;With a fresh head, I found that it works with the TOTAL in place:&lt;/P&gt;
&lt;P&gt;max( {1}Total aggr({1}$(v_NPV),ID))&lt;/P&gt;
&lt;P&gt;Thanks so much for getting me there &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 21:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-filtering-in-set-formula-with-variable/m-p/2045907#M1222866</guid>
      <dc:creator>data_RN</dc:creator>
      <dc:date>2023-03-06T21:08:26Z</dc:date>
    </item>
  </channel>
</rss>

