<?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: How to convert non aggregated function into aggregated function in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-convert-non-aggregated-function-into-aggregated-function/m-p/1831938#M190332</link>
    <description>&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;Still it is returning Zero values except for "Ram" same as above issue&lt;/P&gt;</description>
    <pubDate>Sat, 28 Aug 2021 11:30:03 GMT</pubDate>
    <dc:creator>128718</dc:creator>
    <dc:date>2021-08-28T11:30:03Z</dc:date>
    <item>
      <title>How to convert non aggregated function into aggregated function</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-convert-non-aggregated-function-into-aggregated-function/m-p/1831725#M190267</link>
      <description>&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;I am having the below expression which is working fine and having right values in KPI,&lt;/P&gt;&lt;P&gt;sum(aggr(max({&amp;lt;[Type]={'S01'},[num]={0}&amp;gt;}[Days]),[ID]))/count([ID])&lt;/P&gt;&lt;P&gt;Now I want to pull this measure into pivot table. Since the nested aggr and island dimension is creating trouble I want the expression changed into non aggregated measure.&lt;/P&gt;&lt;P&gt;sum( distinct {&amp;lt;[ID]={"=max({&amp;lt;[Type]={'S01'},[num]={0}&amp;gt;}Days)"}&amp;gt;}[ID])/count([ID])&lt;/P&gt;&lt;P&gt;While using the above expression it is returning huge value.&lt;/P&gt;&lt;P&gt;Please help me to attain the target.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 10:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-convert-non-aggregated-function-into-aggregated-function/m-p/1831725#M190267</guid>
      <dc:creator>128718</dc:creator>
      <dc:date>2021-08-27T10:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert non aggregated function into aggregated function</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-convert-non-aggregated-function-into-aggregated-function/m-p/1831735#M190269</link>
      <description>&lt;P&gt;What are your pivot table dimensions?&amp;nbsp; Replace your pivot table dimensions in the aggr parameter where you have ID&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum(aggr(max({&amp;lt;[Type]={'S01'},[num]={0}&amp;gt;}[Days]),&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;[ID]&lt;/STRONG&gt;&lt;/FONT&gt;))/count([ID])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 11:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-convert-non-aggregated-function-into-aggregated-function/m-p/1831735#M190269</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-08-27T11:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert non aggregated function into aggregated function</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-convert-non-aggregated-function-into-aggregated-function/m-p/1831745#M190273</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the below codes&lt;/P&gt;&lt;P&gt;In load editor:&lt;/P&gt;&lt;P&gt;ListofColumns:&lt;BR /&gt;Load * INLINE [&lt;BR /&gt;Name&lt;BR /&gt;Ram,&lt;BR /&gt;Raju,&lt;BR /&gt;John,&lt;BR /&gt;Mike&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Dim:&lt;BR /&gt;Load * INLINE [&lt;BR /&gt;Dim&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;In sheet:&lt;/P&gt;&lt;P&gt;Dimension1:Name&lt;/P&gt;&lt;P&gt;Dimension2:pick(Dim,Country,Product)&lt;/P&gt;&lt;P&gt;Measure:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum(aggr(max({&amp;lt;[Type]={'S01'},[num]={0}&amp;gt;}[Days]),Dim,Name,ID))/count([ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am getting value only for the first dimension(Name-'Ram',Dim-'Country')&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="128718_1-1630064654626.png" style="width: 314px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60882i3C1270006554E6E1/image-dimensions/314x686?v=v2" width="314" height="686" role="button" title="128718_1-1630064654626.png" alt="128718_1-1630064654626.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please guide me to find the solution&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 11:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-convert-non-aggregated-function-into-aggregated-function/m-p/1831745#M190273</guid>
      <dc:creator>128718</dc:creator>
      <dc:date>2021-08-27T11:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert non aggregated function into aggregated function</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-convert-non-aggregated-function-into-aggregated-function/m-p/1831758#M190277</link>
      <description>&lt;P&gt;What if you make your measure like below.&amp;nbsp; I don't think you're going to be able to have 1 aggr function using this Dim column like that&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;pick(Dim,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum(aggr(max({&amp;lt;[Type]={'S01'},[num]={0}&amp;gt;}[Days]),Name,Country, ID)),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum(aggr(max({&amp;lt;[Type]={'S01'},[num]={0}&amp;gt;}[Days]),Name,Product, ID))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/count([ID])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 12:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-convert-non-aggregated-function-into-aggregated-function/m-p/1831758#M190277</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-08-27T12:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert non aggregated function into aggregated function</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-convert-non-aggregated-function-into-aggregated-function/m-p/1831938#M190332</link>
      <description>&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;Still it is returning Zero values except for "Ram" same as above issue&lt;/P&gt;</description>
      <pubDate>Sat, 28 Aug 2021 11:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-convert-non-aggregated-function-into-aggregated-function/m-p/1831938#M190332</guid>
      <dc:creator>128718</dc:creator>
      <dc:date>2021-08-28T11:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert non aggregated function into aggregated function</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-convert-non-aggregated-function-into-aggregated-function/m-p/1831939#M190333</link>
      <description>&lt;P&gt;Is there definitely data for these other Names for&amp;nbsp;&lt;SPAN&gt;[Type]={'S01'},[num]={0}?&amp;nbsp; Calculation does look ok to me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are you able to send a fuller data set, it was a bit limited what you sent.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Aug 2021 14:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-convert-non-aggregated-function-into-aggregated-function/m-p/1831939#M190333</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-08-28T14:08:56Z</dc:date>
    </item>
  </channel>
</rss>

