<?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 Requesting help with Aggregation Value to repeat in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Requesting-help-with-Aggregation-Value-to-repeat/m-p/1927110#M1218832</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;I am new to QlikView and I need your help. I am looking to see how I can repeat my aggregated expression value for each row regardless of association. I see the aggregated value does not repeat for all the rows as shown image. Any help would be greatly appreciated. The desired state is to see 496 repeat itself for all rows from the below example.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Original State" style="width: 201px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78785i2ECC17E057F2DDD0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Current_State.JPG" alt="Original State" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Original State&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="State with Formula" style="width: 365px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78787iA950B1634FA3645E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Current_State2.JPG" alt="State with Formula" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;State with Formula&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Requested State" style="width: 203px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78786i3C9AEF87689E21CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Requested_State.JPG" alt="Requested State" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Requested State&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mirza&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2022 21:23:42 GMT</pubDate>
    <dc:creator>Mirza_Faran</dc:creator>
    <dc:date>2022-05-05T21:23:42Z</dc:date>
    <item>
      <title>Requesting help with Aggregation Value to repeat</title>
      <link>https://community.qlik.com/t5/QlikView/Requesting-help-with-Aggregation-Value-to-repeat/m-p/1927110#M1218832</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;I am new to QlikView and I need your help. I am looking to see how I can repeat my aggregated expression value for each row regardless of association. I see the aggregated value does not repeat for all the rows as shown image. Any help would be greatly appreciated. The desired state is to see 496 repeat itself for all rows from the below example.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Original State" style="width: 201px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78785i2ECC17E057F2DDD0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Current_State.JPG" alt="Original State" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Original State&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="State with Formula" style="width: 365px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78787iA950B1634FA3645E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Current_State2.JPG" alt="State with Formula" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;State with Formula&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Requested State" style="width: 203px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78786i3C9AEF87689E21CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Requested_State.JPG" alt="Requested State" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Requested State&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mirza&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 21:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requesting-help-with-Aggregation-Value-to-repeat/m-p/1927110#M1218832</guid>
      <dc:creator>Mirza_Faran</dc:creator>
      <dc:date>2022-05-05T21:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting help with Aggregation Value to repeat</title>
      <link>https://community.qlik.com/t5/QlikView/Requesting-help-with-Aggregation-Value-to-repeat/m-p/1927124#M1218833</link>
      <description>&lt;P&gt;Aggr() has a DISTINCT/NODISTINCT keyword for which the default is DISTINCT.&amp;nbsp; You will need to add the NODISTINCT keyword.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Sum(Aggr(&lt;STRONG&gt;NODISTINCT&lt;/STRONG&gt; Sum(DISTINCT Value), ABC))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/aggr.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/aggr.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;By the way, TOTAL in the Sum() may be a better solution to this.&amp;nbsp; You would not need Aggr()&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Sum(&lt;STRONG&gt;TOTAL&lt;/STRONG&gt; Value)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 22:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requesting-help-with-Aggregation-Value-to-repeat/m-p/1927124#M1218833</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-05-05T22:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting help with Aggregation Value to repeat</title>
      <link>https://community.qlik.com/t5/QlikView/Requesting-help-with-Aggregation-Value-to-repeat/m-p/1927129#M1218834</link>
      <description>&lt;P&gt;Thanks Rob, will try the solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 23:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requesting-help-with-Aggregation-Value-to-repeat/m-p/1927129#M1218834</guid>
      <dc:creator>Mirza_Faran</dc:creator>
      <dc:date>2022-05-05T23:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting help with Aggregation Value to repeat</title>
      <link>https://community.qlik.com/t5/QlikView/Requesting-help-with-Aggregation-Value-to-repeat/m-p/1930599#M1218955</link>
      <description>&lt;P&gt;Thanks Rob, that worked.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 18:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requesting-help-with-Aggregation-Value-to-repeat/m-p/1930599#M1218955</guid>
      <dc:creator>Mirza_Faran</dc:creator>
      <dc:date>2022-05-13T18:55:29Z</dc:date>
    </item>
  </channel>
</rss>

