<?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 Finding QoQ% in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Finding-QoQ/m-p/163680#M36686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you load a Quarter dimension in your script then it is a straightforward matter to compare Quarters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Quarters_Map:&lt;BR /&gt;Mapping Load * Inline [&lt;BR /&gt;M, Q&lt;BR /&gt;1,Q1&lt;BR /&gt;2,Q1&lt;BR /&gt;3,Q1&lt;BR /&gt;4,Q2&lt;BR /&gt;5,Q2&lt;BR /&gt;6,Q2&lt;BR /&gt;7,Q3&lt;BR /&gt;8,Q3&lt;BR /&gt;9,Q3&lt;BR /&gt;10,Q4&lt;BR /&gt;11,Q4&lt;BR /&gt;12,Q4&lt;BR /&gt;];&lt;BR /&gt;// Adjust the month-quarter link as required&lt;BR /&gt;&lt;BR /&gt;MyDateData:&lt;BR /&gt;Load&lt;BR /&gt;...&lt;BR /&gt;Date,&lt;BR /&gt;ApplyMap('Quaters_Map', Month(Date)) As Quarter,&lt;BR /&gt;Year(Date) &amp;amp; '-' &amp;amp; ApplyMap('Quaters_Map', Month(Date)) As RollingQuarter,&lt;BR /&gt;...&lt;BR /&gt;;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Nov 2009 18:41:27 GMT</pubDate>
    <dc:creator>stephencredmond</dc:creator>
    <dc:date>2009-11-24T18:41:27Z</dc:date>
    <item>
      <title>Finding QoQ%</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-QoQ/m-p/163679#M36685</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 a straight table which contains something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date Value&lt;/P&gt;&lt;P&gt;1-Nov 345&lt;/P&gt;&lt;P&gt;1OCt 456&lt;/P&gt;&lt;P&gt;1sept 123&lt;/P&gt;&lt;P&gt;1 Aug 123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to find to the QOQ% how can I do that&lt;/P&gt;&lt;P&gt;I tried the method to left join and add months and storing values.&lt;/P&gt;&lt;P&gt;Is there any good logic to do so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 18:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-QoQ/m-p/163679#M36685</guid>
      <dc:creator />
      <dc:date>2009-11-24T18:11:54Z</dc:date>
    </item>
    <item>
      <title>Finding QoQ%</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-QoQ/m-p/163680#M36686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you load a Quarter dimension in your script then it is a straightforward matter to compare Quarters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Quarters_Map:&lt;BR /&gt;Mapping Load * Inline [&lt;BR /&gt;M, Q&lt;BR /&gt;1,Q1&lt;BR /&gt;2,Q1&lt;BR /&gt;3,Q1&lt;BR /&gt;4,Q2&lt;BR /&gt;5,Q2&lt;BR /&gt;6,Q2&lt;BR /&gt;7,Q3&lt;BR /&gt;8,Q3&lt;BR /&gt;9,Q3&lt;BR /&gt;10,Q4&lt;BR /&gt;11,Q4&lt;BR /&gt;12,Q4&lt;BR /&gt;];&lt;BR /&gt;// Adjust the month-quarter link as required&lt;BR /&gt;&lt;BR /&gt;MyDateData:&lt;BR /&gt;Load&lt;BR /&gt;...&lt;BR /&gt;Date,&lt;BR /&gt;ApplyMap('Quaters_Map', Month(Date)) As Quarter,&lt;BR /&gt;Year(Date) &amp;amp; '-' &amp;amp; ApplyMap('Quaters_Map', Month(Date)) As RollingQuarter,&lt;BR /&gt;...&lt;BR /&gt;;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 18:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-QoQ/m-p/163680#M36686</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-11-24T18:41:27Z</dc:date>
    </item>
    <item>
      <title>Finding QoQ%</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-QoQ/m-p/163681#M36687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Date# function to convert your date as DDMMYYYY and then extract quarter as :&lt;/P&gt;&lt;P&gt;Quarter(Date#(date,'DDMMYYYY'))&lt;/P&gt;&lt;P&gt;This will give you QTR values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 19:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-QoQ/m-p/163681#M36687</guid>
      <dc:creator />
      <dc:date>2009-11-24T19:35:21Z</dc:date>
    </item>
    <item>
      <title>Finding QoQ%</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-QoQ/m-p/163682#M36688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;How?&lt;/P&gt;&lt;P&gt;There is no Quarter function in QlikView. There is QuarterName, QuarterEnd, QuarterStart, but no Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 19:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-QoQ/m-p/163682#M36688</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-11-24T19:54:24Z</dc:date>
    </item>
    <item>
      <title>SV:Re: Finding QoQ%</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-QoQ/m-p/163683#M36689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of creating an entire mapping table just for quarter you can use the monthnumber divided by 3, &lt;B&gt;rounded up&lt;/B&gt; to get the quarter. Comparing quarter to quarter can then be done using either set-analysis, flags marking previous quarters or if-expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 21:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-QoQ/m-p/163683#M36689</guid>
      <dc:creator />
      <dc:date>2009-11-24T21:47:00Z</dc:date>
    </item>
    <item>
      <title>SV:Re: Finding QoQ%</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-QoQ/m-p/163684#M36690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jakob,&lt;/P&gt;&lt;P&gt;That only works if your financial year is Jan-Dec. Many companies do not.&lt;/P&gt;&lt;P&gt;The Mapping table is a more flexible way of doing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 22:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-QoQ/m-p/163684#M36690</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-11-24T22:47:26Z</dc:date>
    </item>
  </channel>
</rss>

