<?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 Add YTD, MTD, HTD, QTD, Q1, Q2, Q3, Q4 in master calendar using Fiscal Year in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Add-YTD-MTD-HTD-QTD-Q1-Q2-Q3-Q4-in-master-calendar-using-Fiscal/m-p/99771#M6616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help to Add YTD, MTD, HTD, QTD, Q1, Q2, Q3, Q4 in master calendar using Fiscal Year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main reason in calculating it in Master Calendar is to use them as a Dimensions in UI. My fiscal year starts from 1st November.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read so many blogs but everywhere it is used as a Measure in UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help me in it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;DC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Aug 2018 11:27:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-18T11:27:34Z</dc:date>
    <item>
      <title>Add YTD, MTD, HTD, QTD, Q1, Q2, Q3, Q4 in master calendar using Fiscal Year</title>
      <link>https://community.qlik.com/t5/App-Development/Add-YTD-MTD-HTD-QTD-Q1-Q2-Q3-Q4-in-master-calendar-using-Fiscal/m-p/99771#M6616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help to Add YTD, MTD, HTD, QTD, Q1, Q2, Q3, Q4 in master calendar using Fiscal Year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main reason in calculating it in Master Calendar is to use them as a Dimensions in UI. My fiscal year starts from 1st November.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read so many blogs but everywhere it is used as a Measure in UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help me in it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;DC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Aug 2018 11:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-YTD-MTD-HTD-QTD-Q1-Q2-Q3-Q4-in-master-calendar-using-Fiscal/m-p/99771#M6616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-18T11:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add YTD, MTD, HTD, QTD, Q1, Q2, Q3, Q4 in master calendar using Fiscal Year</title>
      <link>https://community.qlik.com/t5/App-Development/Add-YTD-MTD-HTD-QTD-Q1-Q2-Q3-Q4-in-master-calendar-using-Fiscal/m-p/99772#M6617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use these:&lt;/P&gt;&lt;P&gt;InYearToDate()&lt;/P&gt;&lt;P&gt;InMonthToDate()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/inyeartodate.htm" rel="nofollow" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/inyeartodate.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; (ceil(WildMatch(month(Date),'Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec','Jan','Feb','Mar')/3)) as QTD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Table:&lt;/P&gt;&lt;P&gt; LOAD Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Peek('Year')=Year, RangeSum(Peek('SalesYTD'), Sales), Sales) as SalesYTD&lt;/P&gt;&lt;P&gt;Resident ABC&lt;/P&gt;&lt;P&gt;OrderBy Year, Month;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-blog-small" data-containerid="2588" data-containertype="37" data-objectid="3619" data-objecttype="38" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/03/03/ytd"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2014/03/03/ytd&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Aug 2018 13:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-YTD-MTD-HTD-QTD-Q1-Q2-Q3-Q4-in-master-calendar-using-Fiscal/m-p/99772#M6617</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-18T13:10:18Z</dc:date>
    </item>
  </channel>
</rss>

