<?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: Year converstion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Year-converstion/m-p/959298#M329366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there are some null values in your Year field, check for that rows, or try below script&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; font-size: 13px;"&gt;If(Len(Trim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Year)) &amp;gt; 0, &lt;/SPAN&gt;'FY'&amp;amp;- Year(YearName(Year, 1, 7)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2015 02:45:53 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-10-26T02:45:53Z</dc:date>
    <item>
      <title>Year converstion</title>
      <link>https://community.qlik.com/t5/QlikView/Year-converstion/m-p/959296#M329364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;I have one question, i have one date filed we need to convert to FY-Year like below way:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103022_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;above FY list box i have converted based on : ='FY'&amp;amp;- Year(YearName(Year, 1, 7)) , but my question is FY came extra, i no need this one&lt;/P&gt;&lt;P&gt;how to remove this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Munna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 02:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-converstion/m-p/959296#M329364</guid>
      <dc:creator>Srinivas</dc:creator>
      <dc:date>2015-10-26T02:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Year converstion</title>
      <link>https://community.qlik.com/t5/QlikView/Year-converstion/m-p/959297#M329365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Len(Trim(Year(DateField))) &amp;gt; 0, &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'FY-'&amp;amp; Year(DateField))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 02:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-converstion/m-p/959297#M329365</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-26T02:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Year converstion</title>
      <link>https://community.qlik.com/t5/QlikView/Year-converstion/m-p/959298#M329366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there are some null values in your Year field, check for that rows, or try below script&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; font-size: 13px;"&gt;If(Len(Trim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Year)) &amp;gt; 0, &lt;/SPAN&gt;'FY'&amp;amp;- Year(YearName(Year, 1, 7)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 02:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-converstion/m-p/959298#M329366</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-10-26T02:45:53Z</dc:date>
    </item>
  </channel>
</rss>

