<?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: adding FY suffix to year field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/adding-FY-suffix-to-year-field/m-p/898404#M312569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joe it worked perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 14:30:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-20T14:30:06Z</dc:date>
    <item>
      <title>adding FY suffix to year field</title>
      <link>https://community.qlik.com/t5/QlikView/adding-FY-suffix-to-year-field/m-p/898402#M312567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have the following field in my script to work out the fiscal year. What I want to do is add a suffix of 'FY' to the years so for instance they would read 2013 FY. I believe this is achieved using the dual function but cant quite get it to work. My field is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,If(Month($(vDateField)) &amp;gt;= 10, Year($(vDateField)) + 1, Year($(vDateField))) as FISCAL_YEAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 13:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-FY-suffix-to-year-field/m-p/898402#M312567</guid>
      <dc:creator />
      <dc:date>2015-05-20T13:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: adding FY suffix to year field</title>
      <link>https://community.qlik.com/t5/QlikView/adding-FY-suffix-to-year-field/m-p/898403#M312568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sid,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if you need it as a dual, just append the text to the first parameter and the base number in the second.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;Dual(If(Month($(vDateField)) &amp;gt;= 10, Year($(vDateField)) + 1, Year($(vDateField))) &amp;amp; ' FY', &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Month($(vDateField)) &amp;gt;= 10, Year($(vDateField)) + 1, Year($(vDateField)))) AS &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FISCAL_YEAR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; 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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;hope that helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Joe&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 14:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-FY-suffix-to-year-field/m-p/898403#M312568</guid>
      <dc:creator />
      <dc:date>2015-05-20T14:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: adding FY suffix to year field</title>
      <link>https://community.qlik.com/t5/QlikView/adding-FY-suffix-to-year-field/m-p/898404#M312569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joe it worked perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 14:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-FY-suffix-to-year-field/m-p/898404#M312569</guid>
      <dc:creator />
      <dc:date>2015-05-20T14:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: adding FY suffix to year field</title>
      <link>https://community.qlik.com/t5/QlikView/adding-FY-suffix-to-year-field/m-p/898405#M312570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no worries glad to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 14:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-FY-suffix-to-year-field/m-p/898405#M312570</guid>
      <dc:creator />
      <dc:date>2015-05-20T14:39:01Z</dc:date>
    </item>
  </channel>
</rss>

