<?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 Ignoring selections in AGGR in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ignoring-selections-in-AGGR/m-p/1844251#M69855</link>
    <description>&lt;P&gt;I am trying to work out query to select the latest month one of our offices had a new starter. After a bit of effort I managed to get the below to work, but I cant work how to get it to ignore when the month is selected on a filter or chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Read similar posts but just cant seem to figure it out. Might be I have not worked out the best way to the find out the month. Any help would be much appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;max({$&amp;lt;Month&amp;gt;}Aggr(if(sum({$&amp;lt;[Data Collection Requirement]={"New Starters"},[Month]&amp;gt;} [All Count])&amp;gt;0,Month),Month))&lt;/P&gt;</description>
    <pubDate>Fri, 08 Oct 2021 14:09:15 GMT</pubDate>
    <dc:creator>mrmoster</dc:creator>
    <dc:date>2021-10-08T14:09:15Z</dc:date>
    <item>
      <title>Ignoring selections in AGGR</title>
      <link>https://community.qlik.com/t5/App-Development/Ignoring-selections-in-AGGR/m-p/1844251#M69855</link>
      <description>&lt;P&gt;I am trying to work out query to select the latest month one of our offices had a new starter. After a bit of effort I managed to get the below to work, but I cant work how to get it to ignore when the month is selected on a filter or chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Read similar posts but just cant seem to figure it out. Might be I have not worked out the best way to the find out the month. Any help would be much appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;max({$&amp;lt;Month&amp;gt;}Aggr(if(sum({$&amp;lt;[Data Collection Requirement]={"New Starters"},[Month]&amp;gt;} [All Count])&amp;gt;0,Month),Month))&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 14:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignoring-selections-in-AGGR/m-p/1844251#M69855</guid>
      <dc:creator>mrmoster</dc:creator>
      <dc:date>2021-10-08T14:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring selections in AGGR</title>
      <link>https://community.qlik.com/t5/App-Development/Ignoring-selections-in-AGGR/m-p/1844270#M69858</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This will fix your issue.&amp;nbsp; remember you'll need to ignore month in all references.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;max({$&amp;lt;Month&amp;gt;}Aggr(if(sum({$&amp;lt;[Data Collection Requirement]={"New Starters"},[Month]&amp;gt;} [All Count])&amp;gt;0, &lt;FONT color="#FF0000"&gt;only({&amp;lt;Month&amp;gt;}&lt;/FONT&gt; Month&lt;FONT color="#FF0000"&gt;)&lt;/FONT&gt;),Month))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 14:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignoring-selections-in-AGGR/m-p/1844270#M69858</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-10-08T14:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring selections in AGGR</title>
      <link>https://community.qlik.com/t5/App-Development/Ignoring-selections-in-AGGR/m-p/1845375#M69939</link>
      <description>&lt;P&gt;Thanks for the fix, knew I was missing out filter somewhere!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 09:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignoring-selections-in-AGGR/m-p/1845375#M69939</guid>
      <dc:creator>mrmoster</dc:creator>
      <dc:date>2021-10-12T09:16:14Z</dc:date>
    </item>
  </channel>
</rss>

