<?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: Quarter / Month Bands in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391624#M423053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then directly you can use calculated Dimension instead of doing this in load sript&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2017 08:04:29 GMT</pubDate>
    <dc:creator>shraddha_g</dc:creator>
    <dc:date>2017-11-29T08:04:29Z</dc:date>
    <item>
      <title>Quarter / Month Bands</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391620#M423049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create Month / Quarter bands from date.&amp;nbsp; Following is my test data and wants graph as attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;Date&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top: none;"&gt;1-Jan-16&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top: none;"&gt;1-Feb-16&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;80&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top: none;"&gt;1-Mar-16&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top: none;"&gt;1-Jan-17&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top: none;"&gt;1-Feb-17&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top: none;"&gt;1-Mar-17&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Milind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 07:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391620#M423049</guid>
      <dc:creator>milindnikumbh</dc:creator>
      <dc:date>2017-11-29T07:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter / Month Bands</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391621#M423050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a month and year field in the script like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Date) as Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date) as Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qty&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ...;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then create a bar chart like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Qty)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 07:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391621#M423050</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-29T07:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter / Month Bands</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391622#M423051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny for your prompt reply. Loading data in this way is the only way for this ?&amp;nbsp; I had date in fact table and also calander data is also there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 08:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391622#M423051</guid>
      <dc:creator>milindnikumbh</dc:creator>
      <dc:date>2017-11-29T08:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter / Month Bands</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391623#M423052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Month and Quarter Fields in Load Script as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(Date(Date#(Date,'D-MMM-YY'))) as Month,&lt;/P&gt;&lt;P&gt;Dual('Q'&amp;amp;Ceil(Month(Date(Date#(Date,'D-MMM-YY')))/3),Ceil(Month(Date(Date#(Date,'D-MMM-YY')))/3)) as Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use these fields in Chart as Dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 08:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391623#M423052</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-29T08:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter / Month Bands</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391624#M423053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then directly you can use calculated Dimension instead of doing this in load sript&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 08:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391624#M423053</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-29T08:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter / Month Bands</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391625#M423054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shraddha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. But I want Two Jan side by side. It will be great if you check the attachment.&lt;/P&gt;&lt;P&gt;I am not able to club two Jan ( Jan-16/Jan-17 side by side)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get my point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 08:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391625#M423054</guid>
      <dc:creator>milindnikumbh</dc:creator>
      <dc:date>2017-11-29T08:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter / Month Bands</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391626#M423055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Dimensions as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st - Month(Date(Date#(Date,'D-MMM-YY')))&amp;nbsp; for Month&lt;/P&gt;&lt;P&gt;2nd -. Year(Date(Date#(Date,'D-MMM-YY'))) for Years&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Measure - Sum(Qty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way you will get 2 bars at JAN showing one for 2016 and another for 2017&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 08:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391626#M423055</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-29T08:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter / Month Bands</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391627#M423056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 08:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Month-Bands/m-p/1391627#M423056</guid>
      <dc:creator>milindnikumbh</dc:creator>
      <dc:date>2017-11-29T08:45:40Z</dc:date>
    </item>
  </channel>
</rss>

