<?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: Aggr on a graph - incorrect values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Aggr-on-a-graph-incorrect-values/m-p/49118#M3318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need to add Mes Ano as one of the dimension to your aggr function....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2018 17:25:00 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-04-03T17:25:00Z</dc:date>
    <item>
      <title>Aggr on a graph - incorrect values</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-on-a-graph-incorrect-values/m-p/49117#M3317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a KPI that shows average travel days (Días promedio de viaje).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="KPI.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198323_KPI.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Its formula is&lt;/P&gt;&lt;P&gt;&lt;IMG alt="formula.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/198324_formula.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I take the same expression and remove the date filters to use it in a chart by month year t&lt;SPAN style="font-size: 10pt;"&gt;he values are not the same as the ones showed on the KPI (as I expected)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Graph.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/198325_Graph.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The weird thing is when I filter a month the graph shows the same nuber as the KPI. It suggests me an issue with the Key and the dates but I am not finding what exactly can be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="why.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/198326_why.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this would be very appreciated.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Josefina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 17:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-on-a-graph-incorrect-values/m-p/49117#M3317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-03T17:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr on a graph - incorrect values</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-on-a-graph-incorrect-values/m-p/49118#M3318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need to add Mes Ano as one of the dimension to your aggr function....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 17:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-on-a-graph-incorrect-values/m-p/49118#M3318</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-03T17:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr on a graph - incorrect values</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-on-a-graph-incorrect-values/m-p/49119#M3319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dimension on the graph is mes año&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 17:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-on-a-graph-incorrect-values/m-p/49119#M3319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-03T17:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr on a graph - incorrect values</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-on-a-graph-incorrect-values/m-p/49120#M3320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, can you add that to the Aggr() function also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg({&amp;lt;....&amp;gt;}Aggr( ....., movil, [Mes Ano]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 17:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-on-a-graph-incorrect-values/m-p/49120#M3320</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-03T17:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr on a graph - incorrect values</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-on-a-graph-incorrect-values/m-p/49121#M3321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked! Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 17:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-on-a-graph-incorrect-values/m-p/49121#M3321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-03T17:31:29Z</dc:date>
    </item>
  </channel>
</rss>

