<?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: YTD Formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417929#M819612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this will select the date but wat abt ytd in this formula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Aug 2017 12:08:10 GMT</pubDate>
    <dc:creator>gautik92</dc:creator>
    <dc:date>2017-08-17T12:08:10Z</dc:date>
    <item>
      <title>YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417926#M819609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a line chart where ill be having month as dimension&lt;/P&gt;&lt;P&gt;I need to show 24 months from aug back to 24 months&lt;/P&gt;&lt;P&gt;Measure is YTD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea?&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/YTD-Formula/m-p/1417926#M819609</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417927#M819610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this? and you can use which field you want degrade. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;DateField = {"&amp;gt;=$(=AddYears(Max(Month),-2)) &amp;lt;=$(=Max(Month))"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 09:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417927#M819610</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T09:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417928#M819611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gowtham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;Date= {"&amp;gt;=$(=Addmonths(Max(Month),-24)) &amp;lt;=$(=Max(Month))"}&amp;gt;}Value)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Arvind Patil&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 10:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417928#M819611</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-08-17T10:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417929#M819612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this will select the date but wat abt ytd in this formula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 12:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417929#M819612</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2017-08-17T12:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417930#M819613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simply define the YearStart() in your first operator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;DateField = {"&amp;gt;=$(=YearStart(AddYears(Max(Month),-2))) &amp;lt;=$(=Max(Month))"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 12:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417930#M819613</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T12:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417931#M819614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;DateField = {"&amp;gt;=$(=YearStart(AddYears(Max(&lt;STRONG style="font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;DateField&lt;/STRONG&gt;),-2))) &amp;lt;=$(=Max(&lt;STRONG style="font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;DateField&lt;/STRONG&gt;))"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 12:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417931#M819614</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T12:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417932#M819615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use this it will take year start I don't want like that ur first expression looks good it fetches date from aug 15 to july 17 but I need to sum the data lik for aug 15 I need to sum data from april 15-august15&lt;/P&gt;&lt;P&gt;same like for all the months &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 12:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417932#M819615</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2017-08-17T12:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417933#M819616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If second expression doesn't help then why do you call name it as YTD? Do you know the definition of YTD? And you says, you need last 24 months? But here for Aug 15 it is indicating to me 5 months data only when select on month as Aug 15. I am not sure, I followed you this moment&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 12:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417933#M819616</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T12:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417934#M819617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anil thanks for your reply&lt;/P&gt;&lt;P&gt;I have attached a data please check&lt;/P&gt;&lt;P&gt;in that ill be having sum in the second column and third column is having ytd&lt;/P&gt;&lt;P&gt;if you see the third column till apr 15 the value will be fine but after apr 15 its summing up with the old data&lt;/P&gt;&lt;P&gt;but my output should be like if its apr 15 it shud show sum(Leaver)and may shud sum up apr 15 and may 15 and so on .Please&amp;nbsp; check the file I have attached.&lt;/P&gt;&lt;P&gt;my third column formula is&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Period1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;YearStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Period1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0,4),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;VOLUNTARY_LEAVER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;VOLUNTARY_LEAVER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0,12))) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 13:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417934#M819617</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2017-08-17T13:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417935#M819618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using straight table use Full Accumulation radio button to achieve. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is in pivot table then use like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rangesum(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Below(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;DateField = {"&amp;gt;=$(=YearStart(AddYears(Max(Month),-2))) &amp;lt;=$(=Max(Month))"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&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; ,0),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Above(Sales,1,RowNo(TOTAL)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 13:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417935#M819618</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T13:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417936#M819619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to show it in line chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 14:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417936#M819619</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2017-08-17T14:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417937#M819620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the same formula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 14:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417937#M819620</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T14:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417938#M819621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not working in straight table itslef&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 14:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417938#M819621</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2017-08-17T14:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417939#M819622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please share QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 14:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417939#M819622</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T14:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417940#M819623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 14:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417940#M819623</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2017-08-17T14:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417941#M819624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need this not the YTD? Please change title to How to achieve this? Because, you need to refine the data from and fiscal year. May be look the links?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3138"&gt;Fiscal Year&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7094"&gt;Fiscal and Standard Calendar generation&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 14:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417941#M819624</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T14:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417942#M819625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And, Can you confirm till how many months you need accumulate? I am expecting bucket like (From 5th month - Which month)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 14:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417942#M819625</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T14:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417943#M819626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If month is august then april to august if it is march then from last year april to march same like that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 06:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417943#M819626</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2017-08-18T06:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Formula</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417944#M819627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please read first document and implement same. You will deserve this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 06:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Formula/m-p/1417944#M819627</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-18T06:50:09Z</dc:date>
    </item>
  </channel>
</rss>

