<?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 Creation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YTD-Creation/m-p/1317463#M408779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to use flag on the data model?&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Sep 2017 13:16:02 GMT</pubDate>
    <dc:creator>tomasz_tru</dc:creator>
    <dc:date>2017-09-16T13:16:02Z</dc:date>
    <item>
      <title>YTD Creation</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Creation/m-p/1317458#M408774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlixperts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Financial year is between Oct- Sep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to store all the months in between the YTD Start and Current month-1 in a variable to use the same in a set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Eg: YTDStart : OCT&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;&amp;nbsp; Current Month : July&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to store all the Months between Oct to June (CurrentMonth-1) in a variable like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vYTD:'Oct','Nov','Dec','Jan','Feb','Mar','Apr','May','Jun'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is much appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 07:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Creation/m-p/1317458#M408774</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-07-31T07:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Creation</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Creation/m-p/1317459#M408775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 07:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Creation/m-p/1317459#M408775</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-09-01T07:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Creation</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Creation/m-p/1317460#M408776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steps followed&lt;/P&gt;&lt;P&gt;1) I think you need to set up Fiscal Year for Oct - Sep&lt;/P&gt;&lt;P&gt;2) The variable should be this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Month = {"&amp;gt;=$(=Min(Month)) &amp;lt;= $(=Max(Month)-1)"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or use NumberField for them and replace Month to NumberField&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 07:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Creation/m-p/1317460#M408776</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-01T07:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Creation</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Creation/m-p/1317461#M408777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Few months back.. i have created a Qtr wise in the script itself.. May be this logic will be helpful in urs..&lt;/P&gt;&lt;P&gt;My year is like 201601.. 201602&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left(mnthclosetime,4)+ if(right(mnthclosetime,2)&amp;gt;=11,1,0)&amp;amp;'-'&amp;amp; 'Q' &amp;amp; ceil(match(Month(makedate(left(mnthclosetime,4),right(mnthclosetime,2),'01')),'Nov','Dec','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct')/3) as Year_Subs_Quarter,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 07:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Creation/m-p/1317461#M408777</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-09-01T07:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Creation</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Creation/m-p/1317462#M408778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this expression to give the Fin Year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Ceil(Month(Date) / 3)&amp;lt;4,Year(Date)-1 &amp;amp; '/' &amp;amp; Year(Date), Year(Date) &amp;amp; '/' &amp;amp; Text(Year(Date)+1) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Date = 01/09/2017 the expression returns 2016/2017.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS This is probably simpler:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if (Month(Date) &amp;lt;10,Year(Date)-1 &amp;amp; '/' &amp;amp; Year(Date), Year(Date) &amp;amp; '/' &amp;amp; Text(Year(Date)+1) )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 07:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Creation/m-p/1317462#M408778</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-09-01T07:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Creation</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Creation/m-p/1317463#M408779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to use flag on the data model?&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 13:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Creation/m-p/1317463#M408779</guid>
      <dc:creator>tomasz_tru</dc:creator>
      <dc:date>2017-09-16T13:16:02Z</dc:date>
    </item>
  </channel>
</rss>

