<?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 Cumulative measure by one Dim for pivot table that has multiple Dims in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-measure-by-one-Dim-for-pivot-table-that-has-multiple/m-p/1670380#M455983</link>
    <description>&lt;P&gt;Hello...&lt;/P&gt;&lt;P&gt;I have a normal sum as shown in first column and cumulative sum over a date as shown in second column&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="images (1).png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27608i09FBB21B28B81083/image-size/medium?v=v2&amp;amp;px=400" role="button" title="images (1).png" alt="images (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and there are more details under that date...&lt;/P&gt;&lt;P&gt;the problem that the measure sum cumulatively under those dimensions when be expanded which will not be logical...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="images (2).png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27609iECBD60F251B052C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="images (2).png" alt="images (2).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what I want is to make that cumulative sum to be repeated for all children of that date..&lt;/P&gt;&lt;P&gt;is that possible...&lt;/P&gt;&lt;P&gt;this what I the measure say:&amp;nbsp;&lt;/P&gt;&lt;P&gt;RangeSum(Above(Count({$&amp;lt;COMPLETE_STATUS_DESC={'something'},F_CENS_ID={1}&amp;gt;} distinct UNIT_ID ), 0, RowNo()))&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:12:55 GMT</pubDate>
    <dc:creator>radissoufan</dc:creator>
    <dc:date>2024-11-16T19:12:55Z</dc:date>
    <item>
      <title>Cumulative measure by one Dim for pivot table that has multiple Dims</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-measure-by-one-Dim-for-pivot-table-that-has-multiple/m-p/1670380#M455983</link>
      <description>&lt;P&gt;Hello...&lt;/P&gt;&lt;P&gt;I have a normal sum as shown in first column and cumulative sum over a date as shown in second column&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="images (1).png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27608i09FBB21B28B81083/image-size/medium?v=v2&amp;amp;px=400" role="button" title="images (1).png" alt="images (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and there are more details under that date...&lt;/P&gt;&lt;P&gt;the problem that the measure sum cumulatively under those dimensions when be expanded which will not be logical...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="images (2).png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27609iECBD60F251B052C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="images (2).png" alt="images (2).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what I want is to make that cumulative sum to be repeated for all children of that date..&lt;/P&gt;&lt;P&gt;is that possible...&lt;/P&gt;&lt;P&gt;this what I the measure say:&amp;nbsp;&lt;/P&gt;&lt;P&gt;RangeSum(Above(Count({$&amp;lt;COMPLETE_STATUS_DESC={'something'},F_CENS_ID={1}&amp;gt;} distinct UNIT_ID ), 0, RowNo()))&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-measure-by-one-Dim-for-pivot-table-that-has-multiple/m-p/1670380#M455983</guid>
      <dc:creator>radissoufan</dc:creator>
      <dc:date>2024-11-16T19:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative measure by one Dim for pivot table that has multiple Dims</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-measure-by-one-Dim-for-pivot-table-that-has-multiple/m-p/1670412#M455984</link>
      <description>&lt;P&gt;May be use dimensionality() function to use two different expressions for two different levels.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(Dimensionality() = 2,
Count(TOTAL &amp;lt;Date&amp;gt; {$&amp;lt;COMPLETE_STATUS_DESC={'something'},F_CENS_ID={1}&amp;gt;} distinct UNIT_ID ),
RangeSum(Above(Count({$&amp;lt;COMPLETE_STATUS_DESC={'something'},F_CENS_ID={1}&amp;gt;} distinct UNIT_ID ), 0, RowNo()))
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 29 Jan 2020 12:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-measure-by-one-Dim-for-pivot-table-that-has-multiple/m-p/1670412#M455984</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-01-29T12:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative measure by one Dim for pivot table that has multiple Dims</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-measure-by-one-Dim-for-pivot-table-that-has-multiple/m-p/1678653#M455985</link>
      <description>&lt;P&gt;Did Sunny's post get you what you needed for you use case?&amp;nbsp; If so, do not forget to return to your thread and on his post, use the Accept as Solution button to give him credit for the help and let other Members know this suggestion worked for this use case.&amp;nbsp; If you are still working on things, please leave an update and if figured out some other solution, please consider posting that in a new comment, then use the button to mark that as the solution in that case to close out the thread.&lt;/P&gt;
&lt;P&gt;The only other thing I have is the Design Blog area, here is the base URL from where you can search the posts in that area, most of them are how-to related from our internal experts, you may find some ideas there too.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 16:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-measure-by-one-Dim-for-pivot-table-that-has-multiple/m-p/1678653#M455985</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-02-24T16:36:08Z</dc:date>
    </item>
  </channel>
</rss>

