<?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 Loading customized data for quarter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-customized-data-for-quarter/m-p/165928#M38070</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;When we use the quarter function in Qlikview, we get months 1,2,3 as Q1 ... 4,5,6 as Q2 etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to load months 4,5,6 as Q1 ... 7,8,9 as Q2 ... 10,11,12 as Q3 and 1,2,3 as Q4.. I want to do this in the load script..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sakshat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Oct 2010 16:05:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-30T16:05:13Z</dc:date>
    <item>
      <title>Loading customized data for quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-customized-data-for-quarter/m-p/165928#M38070</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;When we use the quarter function in Qlikview, we get months 1,2,3 as Q1 ... 4,5,6 as Q2 etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to load months 4,5,6 as Q1 ... 7,8,9 as Q2 ... 10,11,12 as Q3 and 1,2,3 as Q4.. I want to do this in the load script..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sakshat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Oct 2010 16:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-customized-data-for-quarter/m-p/165928#M38070</guid>
      <dc:creator />
      <dc:date>2010-10-30T16:05:13Z</dc:date>
    </item>
    <item>
      <title>Loading customized data for quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-customized-data-for-quarter/m-p/165929#M38071</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;Just to add, I have tried using the If statement and LOAD INLINE...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;though the If statement works, it is too long... Any shorter way to do this would be great!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Oct 2010 16:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-customized-data-for-quarter/m-p/165929#M38071</guid>
      <dc:creator />
      <dc:date>2010-10-30T16:09:38Z</dc:date>
    </item>
    <item>
      <title>Loading customized data for quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-customized-data-for-quarter/m-p/165930#M38072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will work, if Month is a numeric representation of month:&lt;BR /&gt;ceil((mod((Month+9),12))/3)&lt;BR /&gt;If you base it on date, it will be:&lt;BR /&gt;ceil((mod((month(Date)+9),12))/3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Oct 2010 17:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-customized-data-for-quarter/m-p/165930#M38072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-30T17:39:13Z</dc:date>
    </item>
    <item>
      <title>Loading customized data for quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-customized-data-for-quarter/m-p/165931#M38073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. This formula works for all months except month 3 &lt;IMG alt="Sad" src="http://community.qlik.com/emoticons/emotion-6.gif" /&gt; ..... there it evaluates to Q0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Sakshat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Oct 2010 18:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-customized-data-for-quarter/m-p/165931#M38073</guid>
      <dc:creator />
      <dc:date>2010-10-30T18:28:44Z</dc:date>
    </item>
    <item>
      <title>Loading customized data for quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-customized-data-for-quarter/m-p/165932#M38074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, try this:&lt;BR /&gt;ceil((mod(Month+&lt;STRONG&gt;8&lt;/STRONG&gt;,12)&lt;STRONG&gt;+1&lt;/STRONG&gt;)/3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Oct 2010 19:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-customized-data-for-quarter/m-p/165932#M38074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-30T19:02:05Z</dc:date>
    </item>
    <item>
      <title>Loading customized data for quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-customized-data-for-quarter/m-p/165933#M38075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome ... this works &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt; .. thanks a ton!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Oct 2010 19:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-customized-data-for-quarter/m-p/165933#M38075</guid>
      <dc:creator />
      <dc:date>2010-10-30T19:25:44Z</dc:date>
    </item>
  </channel>
</rss>

