<?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: Cumulative Sum Across Date Output Expression Not Working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum-Across-Date-Output-Expression-Not-Working/m-p/1792806#M62052</link>
    <description>&lt;P&gt;You can use the rangesum function to get similar results as using Modifier-&amp;gt;Accumulation.&amp;nbsp; Something like:&lt;/P&gt;&lt;P&gt;rangesum(above(total Count(distinct {&amp;lt;[Interaction]={'Contact Created'}&amp;gt;} Email), 0, rowno(Total))) /&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count(distinct {&amp;lt;[Interaction]={'click'}&amp;gt;+&amp;lt;[Interaction]={'visited'}&amp;gt;} Email)&lt;/P&gt;</description>
    <pubDate>Fri, 19 Mar 2021 09:40:11 GMT</pubDate>
    <dc:creator>GaryGiles</dc:creator>
    <dc:date>2021-03-19T09:40:11Z</dc:date>
    <item>
      <title>Cumulative Sum Across Date Output Expression Not Working</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum-Across-Date-Output-Expression-Not-Working/m-p/1792621#M62031</link>
      <description>&lt;P&gt;Hi&amp;nbsp; - I've got a chart where I've used the modifier to show the cumulative total by month of the set analysis. I need to do some further calculations on that number by month but the output expression doesn't work. Does anyone know how I can replicate what the chart/modifier is doing?&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="qliksensechart.PNG" style="width: 972px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51403i9EF522B743E25D7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="qliksensechart.PNG" alt="qliksensechart.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The end result I'm looking for is to be able to divide the 2nd column by the 3rd&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Sum-Across-Date-Output-Expression-Not-Working/m-p/1792621#M62031</guid>
      <dc:creator>azmeister3000</dc:creator>
      <dc:date>2024-11-16T00:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum Across Date Output Expression Not Working</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum-Across-Date-Output-Expression-Not-Working/m-p/1792806#M62052</link>
      <description>&lt;P&gt;You can use the rangesum function to get similar results as using Modifier-&amp;gt;Accumulation.&amp;nbsp; Something like:&lt;/P&gt;&lt;P&gt;rangesum(above(total Count(distinct {&amp;lt;[Interaction]={'Contact Created'}&amp;gt;} Email), 0, rowno(Total))) /&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count(distinct {&amp;lt;[Interaction]={'click'}&amp;gt;+&amp;lt;[Interaction]={'visited'}&amp;gt;} Email)&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 09:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Sum-Across-Date-Output-Expression-Not-Working/m-p/1792806#M62052</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-03-19T09:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum Across Date Output Expression Not Working</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum-Across-Date-Output-Expression-Not-Working/m-p/1792808#M62053</link>
      <description>&lt;P&gt;hmmm getting a missing ( error&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 09:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Sum-Across-Date-Output-Expression-Not-Working/m-p/1792808#M62053</guid>
      <dc:creator>azmeister3000</dc:creator>
      <dc:date>2021-03-19T09:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum Across Date Output Expression Not Working</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum-Across-Date-Output-Expression-Not-Working/m-p/1792809#M62054</link>
      <description>&lt;P&gt;Sorry, I missed the closing '}' on the set analysis in the first expression.&amp;nbsp; Try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rangesum(above(total Count(distinct {&amp;lt;[Interaction]={'Contact Created'}&amp;gt;} Email), 0, rowno(Total))) /&lt;/P&gt;&lt;P&gt;Count(distinct {&amp;lt;[Interaction]={'click'}&amp;gt;+&amp;lt;[Interaction]={'visited'}&amp;gt;} Email)&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 09:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Sum-Across-Date-Output-Expression-Not-Working/m-p/1792809#M62054</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-03-19T09:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum Across Date Output Expression Not Working</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum-Across-Date-Output-Expression-Not-Working/m-p/1792812#M62055</link>
      <description>&lt;P&gt;Not sure why I was - working good!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 09:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Sum-Across-Date-Output-Expression-Not-Working/m-p/1792812#M62055</guid>
      <dc:creator>azmeister3000</dc:creator>
      <dc:date>2021-03-19T09:38:14Z</dc:date>
    </item>
  </channel>
</rss>

