<?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 Achieve this in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393689#M819082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this post&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4531"&gt;The As-Of Table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4252"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Aug 2017 13:45:02 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-08-28T13:45:02Z</dc:date>
    <item>
      <title>How to Achieve this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393680#M819073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attaching files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yu see the qvw file I am calculating YTD in script for month wise.that is working fine. but if I take age as dimension it is not working&lt;/P&gt;&lt;P&gt;its showing wrong values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&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-Achieve-this/m-p/1393680#M819073</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate YTD in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393681#M819074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create YTD Flag like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YearToDate(Period1,0,4)*-1 as Flag&lt;/P&gt;&lt;P&gt;FROM table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use expression like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Flag={1}&amp;gt;} Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 13:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393681#M819074</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-28T13:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate YTD in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393682#M819075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will it work if I select a month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 13:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393682#M819075</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2017-08-28T13:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate YTD in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393683#M819076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Supppose if I select July 2017 it shud show value summing up from April 2017 to July 2017&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 13:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393683#M819076</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2017-08-28T13:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate YTD in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393684#M819077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. It will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; monthname(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Period1) as MonthYear,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YearToDate(Period1,0,4)*-1 as Flag&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 13:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393684#M819077</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-28T13:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate YTD in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393685#M819078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But why you want Apr 17 to Jul 17 when jul 17 is selected, it should ideally display only Jul 17 no?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 13:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393685#M819078</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-28T13:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Achieve this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393686#M819079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes if I select july 17 it shud sum up value from apr 17 to till date and show&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 13:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393686#M819079</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2017-08-28T13:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Achieve this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393687#M819080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can exclude the selection of your other periods for YTD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; monthname(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Period1) as MonthYear,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YearToDate(Period1,0,4)*-1 as Flag&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM table;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;expression&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Flag={1},&lt;STRONG&gt;MonthYear&lt;/STRONG&gt;&amp;gt;}Leavers)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 13:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393687#M819080</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-28T13:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Achieve this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393688#M819081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 13:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393688#M819081</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2017-08-28T13:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Achieve this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393689#M819082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this post&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4531"&gt;The As-Of Table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4252"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 13:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393689#M819082</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-08-28T13:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Achieve this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393690#M819083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use below expression, instead of creating Flag in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Period1={"&amp;gt;=$(=Yearstart(today(),0,4))&amp;lt;=$(=max(Period1))"},&lt;STRONG&gt;Year&lt;/STRONG&gt;,&lt;STRONG&gt;MonthYear&lt;/STRONG&gt;&amp;gt;}Leavers)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 13:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Achieve-this/m-p/1393690#M819083</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-28T13:48:22Z</dc:date>
    </item>
  </channel>
</rss>

