<?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 Fiscal Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/681121#M1068085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a [Invoice Date] in the format of [DD/MM/YYYY] and I need to create a button for fiscal year for 2013 - 14, the fiscal year starts from 1st Oct 2013 - till date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Sep 2014 07:51:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-01T07:51:40Z</dc:date>
    <item>
      <title>Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/681121#M1068085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a [Invoice Date] in the format of [DD/MM/YYYY] and I need to create a button for fiscal year for 2013 - 14, the fiscal year starts from 1st Oct 2013 - till date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 07:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/681121#M1068085</guid>
      <dc:creator />
      <dc:date>2014-09-01T07:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/681122#M1068086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is this button for? any kind of selection?&lt;/P&gt;&lt;P&gt;do u want to show the fiscal year's data in a chart?&lt;/P&gt;&lt;P&gt;where do u want this selection to be reflected?&lt;/P&gt;&lt;P&gt;pls clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 07:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/681122#M1068086</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-09-01T07:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/681123#M1068087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sundar,&lt;/P&gt;&lt;P&gt;Thanks for your reply I have created a Straight table the dimention is MonthName([Invoice Date]) and when I press the button the reflection should be made in in the Straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The button action should group the data from 1st Oct 2013 - 31st Sep 2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its clear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 08:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/681123#M1068087</guid>
      <dc:creator />
      <dc:date>2014-09-01T08:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/681124#M1068088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try with YearName()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;YearName(date,0,10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 08:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/681124#M1068088</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-09-01T08:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/681125#M1068089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is kidn of work around, am not sure if ther is a easier way.&lt;/P&gt;&lt;P&gt;In the back end u would have the date field whose data is to be calculated. Create a field in the back end looking for condition if(date(date_field)=1 and month(date_field)='Oct' , 1 , 0 ) as fiscal_start_flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pull data which has&amp;nbsp; fiscal_start_flag=1 in a temp table, then find the max and save it to a variable in the back end and drop the temp tables.&lt;/P&gt;&lt;P&gt;This is to calculate the latest fiscal year start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is only to a single object then i would suggest set analysis, Create a button or text box with name show this fiscal year.&amp;nbsp; Set a variable in the actions tab of the created button. Create a calcuated dimenion like&lt;/P&gt;&lt;P&gt;if(Variable_created=1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(num(date_field&amp;gt;variable_backend&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , month(datefield)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 08:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/681125#M1068089</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-09-01T08:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/681126#M1068090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First arrive a Fiscal Date fields separately in script, based on the button click change your dimensions in List box, Charts etc.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;YearName(date,0,10) AS FiscalYear&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 08:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/681126#M1068090</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-01T08:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/681127#M1068091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly, go through the Attached Qvw.&lt;/P&gt;&lt;P&gt;Hope, it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aviral Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 08:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/681127#M1068091</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-09-01T08:39:45Z</dc:date>
    </item>
  </channel>
</rss>

