<?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: Help in data display between a range of Quarters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-in-data-display-between-a-range-of-Quarters/m-p/542945#M548593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve it by defining a couple of variables and using set analysis in your expressions.&lt;/P&gt;&lt;P&gt;In attached .qvw file I have done it for last 2 quarters but if you want you can continue in same way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ersan Alkan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2014 17:20:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-21T17:20:33Z</dc:date>
    <item>
      <title>Help in data display between a range of Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-data-display-between-a-range-of-Quarters/m-p/542944#M548592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&amp;nbsp; I am trying to create a table to display values between specified Quarter's only. For instance , If i select Q1-2013 , the table should display seperate columns from Q1-2012 to Q1-2013 (last 5 quarters values) .&amp;nbsp; Can somebody help me out here ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 11:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-data-display-between-a-range-of-Quarters/m-p/542944#M548592</guid>
      <dc:creator />
      <dc:date>2014-01-21T11:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help in data display between a range of Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-data-display-between-a-range-of-Quarters/m-p/542945#M548593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve it by defining a couple of variables and using set analysis in your expressions.&lt;/P&gt;&lt;P&gt;In attached .qvw file I have done it for last 2 quarters but if you want you can continue in same way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ersan Alkan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 17:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-data-display-between-a-range-of-Quarters/m-p/542945#M548593</guid>
      <dc:creator />
      <dc:date>2014-01-21T17:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help in data display between a range of Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-data-display-between-a-range-of-Quarters/m-p/542946#M548594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ersan ... that was helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 06:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-data-display-between-a-range-of-Quarters/m-p/542946#M548594</guid>
      <dc:creator />
      <dc:date>2014-01-22T06:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help in data display between a range of Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-data-display-between-a-range-of-Quarters/m-p/542947#M548595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(&amp;lt;YearDimension=, MonthDimension=, QuarterDimension=, WeekDimension=,&lt;/P&gt;&lt;P&gt;DateDimensionName={'&amp;gt;=$(=QuarterStart(Max(DateDimension), -4))&amp;lt;=$(=Date(Max(Date)))}&amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace YearDimension, MonthDimension, QuarterDimension, WeekDimension, DateDimensionName with your corresponding field names if any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Wed, 22 Jan 2014 07:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-data-display-between-a-range-of-Quarters/m-p/542947#M548595</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-22T07:12:50Z</dc:date>
    </item>
  </channel>
</rss>

