<?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: Monthly result in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Monthly-result/m-p/1297067#M826888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny! That works&lt;/P&gt;&lt;P&gt;Can you explain to me how the aggr function is working here? I haven't used this one yet. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jul 2017 18:53:11 GMT</pubDate>
    <dc:creator>joshrussin</dc:creator>
    <dc:date>2017-07-12T18:53:11Z</dc:date>
    <item>
      <title>Monthly result</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-result/m-p/1297065#M826886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attached expression gives me the correct result of monthly gains/losses when a specific area is chosen in a filter. When none or all are selected I get an unknown number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(Sum({$&amp;lt;Date_Dash={"$(=FirstWorkDate(Today()-1,1,$(vHolidays)))"}, Status_Dash={'Completed'}&amp;gt;} Processed_Dash - Daily_Target_Dash))&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Date_Dash={"$(=FirstWorkDate(Today()-1,1,$(vHolidays)))"}, Status_Dash={'Completed'}&amp;gt;}Ave_Cost_Dash))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vHolidays is a variable to account for holidays&lt;/P&gt;&lt;P&gt;&lt;IMG alt="data.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170025_data.PNG" style="width: 620px; height: 106px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get the results in a text box.&lt;/P&gt;&lt;P&gt;The correct result when nothing or all are clicked should be "-3,188.95", I am actually getting "-8,240,678"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-result/m-p/1297065#M826886</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly result</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-result/m-p/1297066#M826887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&lt;SPAN style="color: #ff0000;"&gt;Sum(Aggr(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(Sum({$&amp;lt;Date_Dash={"$(=FirstWorkDate(Today()-1,1,$(vHolidays)))"}, Status_Dash={'Completed'}&amp;gt;} Processed_Dash - Daily_Target_Dash))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(sum({$&amp;lt;Date_Dash={"$(=FirstWorkDate(Today()-1,1,$(vHolidays)))"}, Status_Dash={'Completed'}&amp;gt;}Ave_Cost_Dash))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000;"&gt;,Date_Dash, Program_Dash, Status_Dash))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 17:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-result/m-p/1297066#M826887</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-12T17:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly result</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-result/m-p/1297067#M826888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny! That works&lt;/P&gt;&lt;P&gt;Can you explain to me how the aggr function is working here? I haven't used this one yet. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 18:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-result/m-p/1297067#M826888</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-12T18:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly result</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-result/m-p/1297068#M826889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aggr() function is used for various reasons, but one of those is to get the sum of rows. So based on your chart, I think you wanted to get the sum of rows. So I used your expressions and wrapped it around with the Sum(Aggr())...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(Expression, ChartDimensionsSeparatedByComma))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 22:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-result/m-p/1297068#M826889</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-12T22:23:30Z</dc:date>
    </item>
  </channel>
</rss>

