<?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: Exclusion Calculation Total with Filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclusion-Calculation-Total-with-Filter/m-p/1506569#M457450</link>
    <description>&lt;P&gt;That is because you are ignoring&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ActualApprovalDt selection in your set analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i changed below to get the value you want&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=count(DISTINCT {&amp;lt;&lt;BR /&gt;[Report Month] = {"$(=Date(max([Report Month])))"},&lt;BR /&gt;//ActualApprovalDt = {"*"},&lt;BR /&gt;//ID = e({&amp;lt;ActualStartDate = {"*"}&amp;gt;}),&lt;BR /&gt;[Record Type] = {"Y"},&lt;BR /&gt;Name = {"*"}&lt;BR /&gt;&amp;gt;}&lt;BR /&gt;ID&lt;BR /&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Nov 2018 18:50:10 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2018-11-14T18:50:10Z</dc:date>
    <item>
      <title>Exclusion Calculation Total with Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Exclusion-Calculation-Total-with-Filter/m-p/1506544#M457449</link>
      <description>&lt;P&gt;Hello community&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; a text box with a calculation with the intention on displaying the 'current' month's total records where there is a date on one field and not in another.&amp;nbsp; See following:&lt;/P&gt;&lt;P&gt;=count(DISTINCT {&amp;lt;&lt;BR /&gt;[Report Month] = {"$(=Date(max([Report Month])))"},&lt;BR /&gt;ActualApprovalDt = {"*"},&lt;BR /&gt;ID = e({&amp;lt;ActualStartDate = {"*"}&amp;gt;}),&lt;BR /&gt;[Record Type] = {"Y"},&lt;BR /&gt;Name = {"*"}&lt;BR /&gt;&amp;gt;}&lt;BR /&gt;ID&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;The total.. when no selections are applied is accurate ('18').&amp;nbsp; HOWEVER, when a user selects multiple filters (Actual Approval Date - 11/2 and 11/9) the total updates to an incorrect number ('34').&amp;nbsp; The number should be '6'.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclusion-Calculation-Total-with-Filter/m-p/1506544#M457449</guid>
      <dc:creator>brettaustin</dc:creator>
      <dc:date>2024-11-16T05:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exclusion Calculation Total with Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Exclusion-Calculation-Total-with-Filter/m-p/1506569#M457450</link>
      <description>&lt;P&gt;That is because you are ignoring&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ActualApprovalDt selection in your set analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i changed below to get the value you want&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=count(DISTINCT {&amp;lt;&lt;BR /&gt;[Report Month] = {"$(=Date(max([Report Month])))"},&lt;BR /&gt;//ActualApprovalDt = {"*"},&lt;BR /&gt;//ID = e({&amp;lt;ActualStartDate = {"*"}&amp;gt;}),&lt;BR /&gt;[Record Type] = {"Y"},&lt;BR /&gt;Name = {"*"}&lt;BR /&gt;&amp;gt;}&lt;BR /&gt;ID&lt;BR /&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 18:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclusion-Calculation-Total-with-Filter/m-p/1506569#M457450</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-11-14T18:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exclusion Calculation Total with Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Exclusion-Calculation-Total-with-Filter/m-p/1506623#M457451</link>
      <description>&lt;P&gt;So, when 11/9 and 11/12 is selected, why would you want to see 6 and not 5? ID E151 seems to have an ActualStartDate associated with it, isn't it?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 823px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/237i088F219F8B46716B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you agree 5 is the right answer, you can try this&lt;/P&gt;&lt;PRE&gt;=count(DISTINCT {&amp;lt;
	[Report Month] = {"$(=Date(max([Report Month])))"},
	ActualApprovalDt *= {"*"},
	ID *= e({&amp;lt;ActualStartDate *= {"*"}&amp;gt;}),
	[Record Type] = {"Y"},
	Name = {"*"}
	&amp;gt;}
	ID
	)&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Nov 2018 20:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclusion-Calculation-Total-with-Filter/m-p/1506623#M457451</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-14T20:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exclusion Calculation Total with Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Exclusion-Calculation-Total-with-Filter/m-p/1506721#M457452</link>
      <description>&lt;P&gt;1.. Yes 5. I miscounted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Yes.. it works.&amp;nbsp; THANK YOU!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 23:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclusion-Calculation-Total-with-Filter/m-p/1506721#M457452</guid>
      <dc:creator>brettaustin</dc:creator>
      <dc:date>2018-11-14T23:53:02Z</dc:date>
    </item>
  </channel>
</rss>

