<?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 write the expression for YTD calculation ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274867#M871270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Before(Sum({&amp;lt;[Fiscal Period]&amp;gt;} Aggr(if(Only({&amp;lt;[Fiscal Period]&amp;gt;}Measure)='Quantity', SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'A'}, [Fiscal Period]&amp;gt;} Quantity), if(Only({&amp;lt;[Fiscal Period]&amp;gt;}Measure)='Value', SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'A'}, [Fiscal Period]&amp;gt;} [Sales Value]), if(Only({&amp;lt;[Fiscal Period]&amp;gt;}Measure)='AIMS Units', SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'AIMS_SALES'}, [Fiscal Period]&amp;gt;} [Quantity]), SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'AIMS_SALES'}, [Fiscal Period]&amp;gt;} [Sales Value])))) , Measure, [Calendar Month], Month)), 0, ColumnNo())) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144262_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Nov 2016 12:09:26 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-11-18T12:09:26Z</dc:date>
    <item>
      <title>How to write the expression for YTD calculation ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274864#M871267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the expression below for the Actual Sales calculation :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(if(Measure='Quantity',SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'A'} &amp;gt;} Quantity),if(Measure='Value',SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'A'} &amp;gt;} [Sales Value]),if(Measure='AIMS Units',SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'AIMS_SALES'} &amp;gt;} [Quantity]),SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'AIMS_SALES'} &amp;gt;} [Sales Value])))),Measure,[Calendar Month],Month))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the YTD Report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="144255" alt="new.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144255_new.PNG" style="height: 281px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Total Units&lt;/P&gt;&lt;P&gt;for sep should sum sales for month Jul,Aug and Sep ? and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;So, If I select [Fiscal Period]=3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;The report should , show from Jul to Sep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;and the Total Units should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Jul&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aug&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sep&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;5041&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5041 +8124&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;5041 +8124+5072&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;And if I dont select any [Fiscal Period ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;The output :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Jul&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aug&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sep&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jun&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;5041&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5041 +8124&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;5041 +8124+5072 .........&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;5041 +8124+5072 .........&amp;nbsp; +9007&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 15px 0 -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/1162300" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3778c7; background-color: #f3f3f3;" target="_blank"&gt;How to write the expression for YTD calculation ?&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274864#M871267</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression for YTD calculation ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274865#M871268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;RangeSum(Before(&lt;/SPAN&gt;Sum(Aggr(if(Measure='Quantity', SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'A'} &amp;gt;} Quantity), if(Measure='Value', SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'A'} &amp;gt;} [Sales Value]), if(Measure='AIMS Units', SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'AIMS_SALES'} &amp;gt;} [Quantity]), SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'AIMS_SALES'} &amp;gt;} [Sales Value])))) , Measure, [Calendar Month], Month))&lt;SPAN style="color: #ff0000;"&gt;, 0, ColumnNo()))&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144261_Capture.PNG" style="height: 102px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 11:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274865#M871268</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-18T11:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression for YTD calculation ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274866#M871269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ,Yes, it working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I select Specify [Fiscal Period] =3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Result needs to be :&lt;/P&gt;&lt;P&gt;The Total Units = 18237&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it showing 5072&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="next.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144256_next.PNG" style="height: 558px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 12:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274866#M871269</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2016-11-18T12:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression for YTD calculation ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274867#M871270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Before(Sum({&amp;lt;[Fiscal Period]&amp;gt;} Aggr(if(Only({&amp;lt;[Fiscal Period]&amp;gt;}Measure)='Quantity', SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'A'}, [Fiscal Period]&amp;gt;} Quantity), if(Only({&amp;lt;[Fiscal Period]&amp;gt;}Measure)='Value', SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'A'}, [Fiscal Period]&amp;gt;} [Sales Value]), if(Only({&amp;lt;[Fiscal Period]&amp;gt;}Measure)='AIMS Units', SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'AIMS_SALES'}, [Fiscal Period]&amp;gt;} [Quantity]), SUM({&amp;lt;[Calendar Month]={'&amp;lt;=$(=Max([Calendar Month]))'},[Type Indicator] = {'AIMS_SALES'}, [Fiscal Period]&amp;gt;} [Sales Value])))) , Measure, [Calendar Month], Month)), 0, ColumnNo())) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144262_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 12:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274867#M871270</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-18T12:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression for YTD calculation ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274868#M871271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to remove this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="possible.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144266_possible.PNG" style="height: 101px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 12:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274868#M871271</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2016-11-18T12:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression for YTD calculation ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274869#M871272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might be related to the version of QlikView you are using. Can you check to see if 'Suppress Zero Values' is checked on the presentation tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 12:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274869#M871272</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-18T12:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression for YTD calculation ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274870#M871273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Suppress.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144267_Suppress.PNG" style="height: 511px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 12:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274870#M871273</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2016-11-18T12:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression for YTD calculation ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274871#M871274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So then this is due to the the version of QV you are using. Unfortunately, I won't be able to replicate your issue and hence won't be able to provide a solution which might work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 12:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274871#M871274</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-18T12:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression for YTD calculation ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274872#M871275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 12:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274872#M871275</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2016-11-18T12:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression for YTD calculation ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274873#M871276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 12:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274873#M871276</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-18T12:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression for YTD calculation ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274874#M871277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please can you help to get the Prev Yr Actuals .&lt;/P&gt;&lt;P&gt;See the question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1162399"&gt;How to write the following expression ?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1162399"&gt;How to write the following expression ?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 12:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression-for-YTD-calculation/m-p/1274874#M871277</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2016-11-18T12:31:01Z</dc:date>
    </item>
  </channel>
</rss>

