<?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: Expression Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/838506#M998308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if My data contain 1999-2000, than in that case it will become harcoded..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;abhay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 05:14:51 GMT</pubDate>
    <dc:creator>abhaysingh</dc:creator>
    <dc:date>2015-06-29T05:14:51Z</dc:date>
    <item>
      <title>Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/838504#M998306</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;&lt;/P&gt;&lt;P&gt;My Calendar contain&lt;/P&gt;&lt;P&gt;Fiscal Year&lt;/P&gt;&lt;P&gt;2011-2012,&lt;/P&gt;&lt;P&gt;2012-2013,&lt;/P&gt;&lt;P&gt;2013-2014,&lt;/P&gt;&lt;P&gt;2014-2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want the output like&lt;/P&gt;&lt;P&gt;11-12&lt;/P&gt;&lt;P&gt;12-13,&lt;/P&gt;&lt;P&gt;13-14&lt;/P&gt;&lt;P&gt;14-15&lt;/P&gt;&lt;P&gt;evaluating FY by yearname(Date,0,4) as F_Year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i can do this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Abhay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 05:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/838504#M998306</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2015-06-29T05:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/838505#M998307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should do it:&lt;/P&gt;&lt;P&gt;Replace(YearName(Date, 0, 4), '20', '') as F_Year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 05:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/838505#M998307</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-29T05:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/838506#M998308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if My data contain 1999-2000, than in that case it will become harcoded..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;abhay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 05:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/838506#M998308</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2015-06-29T05:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/838507#M998310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the script where the fiscal year is generated you can add the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join &lt;BR /&gt;Load [Fiscal Year],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mid([Fiscal Year],3,2) &amp;amp; '-' &amp;amp; Mid([Fiscal Year],8,2) as FormatedFiscalYear&lt;/P&gt;&lt;P&gt;Resident &amp;lt;TableName&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 05:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/838507#M998310</guid>
      <dc:creator>svenkita</dc:creator>
      <dc:date>2015-06-29T05:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/838508#M998313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *,Right(SubField([Fiscal Year],'-',1),2)&amp;amp;'-'&amp;amp;Right(SubField([Fiscal Year],'-',2),2) as [New Fiscal Year];&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Fiscal Year&lt;/P&gt;&lt;P&gt;2011-2012&lt;/P&gt;&lt;P&gt;2012-2013&lt;/P&gt;&lt;P&gt;2013-2014&lt;/P&gt;&lt;P&gt;2014-2015&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 05:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/838508#M998313</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-06-29T05:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/838509#M998316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use This:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Right&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Fiscal Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'-',1),2) &amp;amp; '-' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Fiscal Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'-',2),2) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 05:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/838509#M998316</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2015-06-29T05:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/838510#M998317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this. Considering only four digit years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Mid(YearName(Date,0,4),3,3)&amp;amp;Right(YearName(Date,0,4),2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KKR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 05:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/838510#M998317</guid>
      <dc:creator />
      <dc:date>2015-06-29T05:31:20Z</dc:date>
    </item>
  </channel>
</rss>

