<?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 apply RangeSum in a Synthetic Dimension? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90981#M6053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the examples from the discussion I have mentioned are working correctly since they aren't using&lt;/P&gt;&lt;P&gt;"RangeSum(above(total Sum([Monthly budget]),0,RowNo(total))"&lt;/P&gt;&lt;P&gt;in their measure calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case it seems that the use of 'total' makes it to sum over the both dimensions: first over the Fiscal Month dimension and a second time over the ValueList dimension.&lt;/P&gt;&lt;P&gt;Does that make sense?&lt;/P&gt;&lt;P&gt;And if it does, can it changed to only sum only once?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way: the source data is shown to the right of the line charts on the screenshot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jul 2018 15:22:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-02T15:22:42Z</dc:date>
    <item>
      <title>How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90975#M6047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;I am using RangeSum in a Synthetic Dimension but the result isn't the same as using RangeSum in a normal Measure Expression.&lt;/P&gt;&lt;P&gt;The Expression I am using in the Synthetic Dimension is:&lt;/P&gt;&lt;P&gt;If(ValueList('Measure Expression','Dummy')='Measure Expression', RangeSum(above(total Sum([Monthly budget]),0,RowNo(total))))&lt;/P&gt;&lt;P&gt;I would like to have the result as with the RangeSum in the normal Measure Expression:&lt;/P&gt;&lt;P&gt;RangeSum(above(total Sum([Monthly budget]),0,RowNo(total)))&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206479_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 09:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90975#M6047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-28T09:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90976#M6048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have two dimensions in your chart? ValueList and FiscalMonth?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 16:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90976#M6048</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-28T16:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90977#M6049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have two dimensions in my chart; the first dimension is the Fiscal Month and the second dimension is the ValueList.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 07:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90977#M6049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-29T07:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90978#M6050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the role of ValueList()? Can you replace ValueList with an Island Table dimension which is created in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 14:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90978#M6050</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-29T14:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90979#M6051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the ValueList since it gives me the possibility to color trend lines in a line graph.&lt;/P&gt;&lt;P&gt;The following discussion gave me the idea to use Synthetic Dimensions for this purpose: &lt;A href="https://community.qlik.com/message/1410096"&gt;Colored conditional line-charts in dimensions with high number of categories&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I am not familiar with Island Table dimensions so I don't know if that is an alternative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 16:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90979#M6051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-29T16:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90980#M6052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it should work the same way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 17:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90980#M6052</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-29T17:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90981#M6053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the examples from the discussion I have mentioned are working correctly since they aren't using&lt;/P&gt;&lt;P&gt;"RangeSum(above(total Sum([Monthly budget]),0,RowNo(total))"&lt;/P&gt;&lt;P&gt;in their measure calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case it seems that the use of 'total' makes it to sum over the both dimensions: first over the Fiscal Month dimension and a second time over the ValueList dimension.&lt;/P&gt;&lt;P&gt;Does that make sense?&lt;/P&gt;&lt;P&gt;And if it does, can it changed to only sum only once?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way: the source data is shown to the right of the line charts on the screenshot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 15:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90981#M6053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-02T15:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90982#M6054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this without total... but the order of dimensions matter... so if this doesn't work.. then you will have to use island field with Aggr() function in your expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;RangeSum(above(Sum([Monthly budget]), 0, RowNo())&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 23:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90982#M6054</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-04T23:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90983#M6055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;Thank you for the feedback.&lt;/P&gt;&lt;P&gt;I will have to try out the Island field with Aggr() function since the expression without total gives the monthly value, not the accumulated value.&lt;/P&gt;&lt;P&gt;If you have any suggestions for study material for the Island field with Aggr() function, I am very interested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 06:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90983#M6055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-11T06:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90984#M6056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will see if I can find any example... but if you are able to provide some mocked up data (dummy) I can show how it can be done with your data....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 10:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90984#M6056</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-11T10:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90985#M6057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example on how Data Island can replace ValueList()&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/248696"&gt;Referring from aggr() to ValueList() value&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 10:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90985#M6057</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-11T10:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90986#M6058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;Thanks very much for your support.&lt;/P&gt;&lt;P&gt;I would like to insert the qvf file of the app that I have used in the original question of this discussion so you "can show how it can be done with" my data, but I can't see how I can insert the qvf file. It seems only Pictures, Movies and Links can be inserted. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Pim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 07:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90986#M6058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-31T07:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90987#M6059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 11:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90987#M6059</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-31T11:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90988#M6060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still couldn’t find the “Use advanced editor” option so I am responding ‘directly on the post’ in this way.&lt;/P&gt;&lt;P&gt;I have attached the qvf file that I used for my original question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards / Met vriendelijke groet,&lt;/P&gt;&lt;P&gt;Pim Dorresteijn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yokogawa Europe B.V. is registered in the commercial register of the chamber of commerce under file number 31024364.&lt;/P&gt;&lt;P&gt;DISCLAIMER&lt;/P&gt;&lt;P&gt;The content of this email, including any attachments, is confidential and may be privileged. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and you are kindly requested to notify the sender immediately and delete this message. Yokogawa is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 12:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90988#M6060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-31T12:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90989#M6061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Fiscal Month",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Monthly budget"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [lib://Data Sources/Synthetic Dimension with RangeSum.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is [Simple source data]);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Measure Expression&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dummy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart Dimensions&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fiscal Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(If(Dim = 'Measure Expression', RangeSum(Above(Sum([Monthly budget]), 0, RowNo()))), Dim, [Fiscal Month])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 12:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90989#M6061</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-31T12:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90990#M6062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution indeed gives the desired result on this test/try out/development app.&lt;/P&gt;&lt;P&gt;However the line graph that I finally need shall have &lt;SPAN style="font-size: 10pt;"&gt;calendar dates with continuous scale as dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I now noticed that in this case there isn't an option to define a second dimension.&lt;/P&gt;&lt;P&gt;So in de end neither an synthetic dimension nor a data island can be used......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your support.&lt;/P&gt;&lt;P&gt;I appreciate it very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 14:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90990#M6062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-09T14:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply RangeSum in a Synthetic Dimension?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90991#M6063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to implement that in your sample file to show what you mean? You might be right, but I am just interested in seeing what you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 17:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-apply-RangeSum-in-a-Synthetic-Dimension/m-p/90991#M6063</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-09T17:34:58Z</dc:date>
    </item>
  </channel>
</rss>

