<?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 selection with Aggr in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-selection-with-Aggr/m-p/1679816#M449986</link>
    <description>&lt;P&gt;And to ignore the selection in the top expression?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2020 11:46:33 GMT</pubDate>
    <dc:creator>vvvvvvizard</dc:creator>
    <dc:date>2020-02-27T11:46:33Z</dc:date>
    <item>
      <title>Ignore selection with Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selection-with-Aggr/m-p/1677068#M449809</link>
      <description>&lt;P&gt;How do add ignore selection field "Reconsiler" to this expression&lt;/P&gt;&lt;P&gt;Count( Aggr( nodistinct&lt;BR /&gt;if([Reviewer.RP_WorkDayNumber] - [Reviewer.Due_Date]&amp;gt;0,[Reviewer.RP_WorkDayNumber] - [Reviewer.Due_Date])&lt;BR /&gt;,[When Reviewer Attested]) )&lt;BR /&gt;+&lt;BR /&gt;Count({&amp;lt;AccountState={'Pending Reviewer'}&amp;gt;} AccNumber)&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selection-with-Aggr/m-p/1677068#M449809</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2024-11-16T01:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selection with Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selection-with-Aggr/m-p/1677453#M449842</link>
      <description>&lt;P&gt;if you want to ignore the selection, use the below condition&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;AccountState={'Pending Reviewer'},Reconsiler=&amp;gt;} AccNumber)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;it will ignore the&amp;nbsp;Reconsiler field selection in count of Account Number&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 10:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selection-with-Aggr/m-p/1677453#M449842</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2020-02-20T10:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selection with Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selection-with-Aggr/m-p/1679816#M449986</link>
      <description>&lt;P&gt;And to ignore the selection in the top expression?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 11:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selection-with-Aggr/m-p/1679816#M449986</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2020-02-27T11:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selection with Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selection-with-Aggr/m-p/1679843#M449987</link>
      <description>&lt;P&gt;Try as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count(&lt;STRONG&gt;Only({&amp;lt;Reconsiler&amp;gt;}&lt;/STRONG&gt;&amp;nbsp; Aggr( nodistinct&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if(&lt;STRONG&gt;only({&amp;lt;Reconsiler&amp;gt;}&lt;/STRONG&gt;[Reviewer.RP_WorkDayNumber] - [Reviewer.Due_Date]&lt;STRONG&gt;)&lt;/STRONG&gt;&amp;gt;0,[Reviewer.RP_WorkDayNumber] - [Reviewer.Due_Date])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;,[When Reviewer Attested]) )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Count({&amp;lt;AccountState={'Pending Reviewer'},&lt;STRONG&gt;Reconsiler=&lt;/STRONG&gt;&amp;gt;} AccNumber)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kavita&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 12:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selection-with-Aggr/m-p/1679843#M449987</guid>
      <dc:creator>kavita25</dc:creator>
      <dc:date>2020-02-27T12:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selection with Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selection-with-Aggr/m-p/1679860#M449990</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;Reconsiler&amp;gt;} Aggr(NODISTINCT
    Only({&amp;lt;Reconsiler&amp;gt;} RangeMax([Reviewer.RP_WorkDayNumber] - [Reviewer.Due_Date], 0))
, [When Reviewer Attested]))

+

Count({&amp;lt;AccountState = {'Pending Reviewer'}, Reconsiler&amp;gt;} AccNumber)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 27 Feb 2020 13:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selection-with-Aggr/m-p/1679860#M449990</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-27T13:24:28Z</dc:date>
    </item>
  </channel>
</rss>

