<?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: Last 2 Quarters data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-2-Quarters-data/m-p/655246#M1058866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe the attached can help too :&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2014 15:15:20 GMT</pubDate>
    <dc:creator>giakoum</dc:creator>
    <dc:date>2014-10-03T15:15:20Z</dc:date>
    <item>
      <title>Last 2 Quarters data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-2-Quarters-data/m-p/655242#M1058862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement in which I have to take bring data only for the current and last&amp;nbsp; quarters&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; . My quarters are like s1-2014, s2-2014,s3-2014 and s4-2014.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If my current quarter is s4-2014. I have to take only data for s4-2014 and s3-2014.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; Thanks in advance.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Simson &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-2-Quarters-data/m-p/655242#M1058862</guid>
      <dc:creator>simsondevadoss</dc:creator>
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Last 2 Quarters data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-2-Quarters-data/m-p/655243#M1058863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 12:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-2-Quarters-data/m-p/655243#M1058863</guid>
      <dc:creator>carvalguil</dc:creator>
      <dc:date>2014-10-03T12:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Last 2 Quarters data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-2-Quarters-data/m-p/655244#M1058864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have 2 ways to do it.&lt;/P&gt;&lt;P&gt;Either when you load your script you set a flag (flag = 1) for current and previous quarters &lt;BR /&gt;and then you use it in your expression or calculated dimension&lt;/P&gt;&lt;P&gt;Either you use a conditrion straight in calculated dimension ((or may be in expression, i don't know your needs) based on specific variables like for example&lt;/P&gt;&lt;P&gt;if (yourQuaterFieldName = $(CurrentQuarter) or yourQuaterFieldName = $(PreviousQuarter),&amp;nbsp; Expr)&lt;/P&gt;&lt;P&gt;you can use set analysis as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 13:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-2-Quarters-data/m-p/655244#M1058864</guid>
      <dc:creator />
      <dc:date>2014-10-03T13:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Last 2 Quarters data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-2-Quarters-data/m-p/655245#M1058865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to filter out in data model .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Simson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 14:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-2-Quarters-data/m-p/655245#M1058865</guid>
      <dc:creator>simsondevadoss</dc:creator>
      <dc:date>2014-10-03T14:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Last 2 Quarters data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-2-Quarters-data/m-p/655246#M1058866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe the attached can help too :&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 15:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-2-Quarters-data/m-p/655246#M1058866</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-10-03T15:15:20Z</dc:date>
    </item>
  </channel>
</rss>

