<?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: QuarterYear selection for YoY in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QuarterYear-selection-for-YoY/m-p/756252#M269269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally users will select Year and Qtr and look at YoY,&lt;BR /&gt;in case, they select QtrYear, then also YoY should be displayed.&lt;/P&gt;&lt;P&gt;this is my concern.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sheela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 08:25:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-18T08:25:46Z</dc:date>
    <item>
      <title>QuarterYear selection for YoY</title>
      <link>https://community.qlik.com/t5/QlikView/QuarterYear-selection-for-YoY/m-p/756247#M269264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;i have a table with YoY% (comparison between 2 years), I have a field called QtrYear which will have values like 2014/Q1, 2014/Q2, 2014/Q3 etc.&lt;/P&gt;&lt;P&gt;Now, if I select 2014/Q1 from QtrYear field, table should display YoY% for 2014Q1 vs 2013Q1.&lt;/P&gt;&lt;P&gt;Kindly let me know how this can be done.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sheela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QuarterYear-selection-for-YoY/m-p/756247#M269264</guid>
      <dc:creator />
      <dc:date>2014-11-17T07:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: QuarterYear selection for YoY</title>
      <link>https://community.qlik.com/t5/QlikView/QuarterYear-selection-for-YoY/m-p/756248#M269265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to created a field with Q1, Q2, Q3, Q4 values and select this filed to have you need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QuarterYear-selection-for-YoY/m-p/756248#M269265</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-11-17T07:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: QuarterYear selection for YoY</title>
      <link>https://community.qlik.com/t5/QlikView/QuarterYear-selection-for-YoY/m-p/756249#M269266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Enrique,&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;I do have separate Qtr field in the application, but I wanted to know if YoY% can be calculated even when selecting values from QtrYear field.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sheela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QuarterYear-selection-for-YoY/m-p/756249#M269266</guid>
      <dc:creator />
      <dc:date>2014-11-17T07:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: QuarterYear selection for YoY</title>
      <link>https://community.qlik.com/t5/QlikView/QuarterYear-selection-for-YoY/m-p/756250#M269267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try something like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Year-Qtr:&amp;nbsp;&amp;nbsp; sum({&amp;lt;YearQtr={'$(=maxstring(YearQtr))'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;Previous Year-Qtr:&amp;nbsp; sum({&amp;lt;YearQtr={'$(=((left(MaxString(YearQtr),4)-1)&amp;amp;right(MaxString(YearQtr),2)))'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify these expressions as per your requirement...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 08:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QuarterYear-selection-for-YoY/m-p/756250#M269267</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-11-17T08:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: QuarterYear selection for YoY</title>
      <link>https://community.qlik.com/t5/QlikView/QuarterYear-selection-for-YoY/m-p/756251#M269268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Pradeep,&lt;/P&gt;&lt;P&gt;thanks for your reply, but this does not seem to work.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sheela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 07:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QuarterYear-selection-for-YoY/m-p/756251#M269268</guid>
      <dc:creator />
      <dc:date>2014-11-18T07:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: QuarterYear selection for YoY</title>
      <link>https://community.qlik.com/t5/QlikView/QuarterYear-selection-for-YoY/m-p/756252#M269269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally users will select Year and Qtr and look at YoY,&lt;BR /&gt;in case, they select QtrYear, then also YoY should be displayed.&lt;/P&gt;&lt;P&gt;this is my concern.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sheela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 08:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QuarterYear-selection-for-YoY/m-p/756252#M269269</guid>
      <dc:creator />
      <dc:date>2014-11-18T08:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: QuarterYear selection for YoY</title>
      <link>https://community.qlik.com/t5/QlikView/QuarterYear-selection-for-YoY/m-p/756253#M269270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calculate start month and end month and use addmonths() function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 08:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QuarterYear-selection-for-YoY/m-p/756253#M269270</guid>
      <dc:creator />
      <dc:date>2014-11-18T08:49:47Z</dc:date>
    </item>
  </channel>
</rss>

