<?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: Creating multiple charts based on single date dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093199#M464158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="trellis.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123885_trellis.PNG" style="height: 225px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Is this something you are looking for? &lt;/P&gt;&lt;P&gt;It has divided into months and you can compare dates in each month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 May 2016 00:36:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-08T00:36:44Z</dc:date>
    <item>
      <title>Creating multiple charts based on single date dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093190#M464149</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;Please help me for this scenario. I have a date dimension column where I have dates for 1 year. I have another column for sales at the day level. I want to create 12 chart which means 1 chart per month in the year to compare the trend of sales. This will help me to know which week of the month or date range of the month or days of the month the sales increases or dips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 05:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093190#M464149</guid>
      <dc:creator />
      <dc:date>2016-05-07T05:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple charts based on single date dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093191#M464150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From this Sample Data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14626211651444838" jivemacro_uid="_14626211651444838"&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, Sales&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/01/2016, 334&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/01/2016, 4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/01/2016, 4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 566&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 78&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 78&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/03/2016, 89&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/03/2016, 887&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/03/2016, 12&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 22&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 334&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/03/2016, 4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/03/2016, 4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/03/2016, 566&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 78&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 78&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 89&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 887&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 12&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 22&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 334&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2016, 4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/03/2016, 4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/03/2016, 566&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 29/02/2016, 78&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 29/02/2016, 78&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 29/02/2016, 89&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 29/02/2016, 887&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Chart by creating a Drill Down group as,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14626211943453404 jive_text_macro" jivemacro_uid="_14626211943453404" modifiedtitle="true"&gt;
&lt;P&gt;MonthName(Date)&lt;/P&gt;
&lt;P&gt;&amp;amp;&lt;/P&gt;
&lt;P&gt;Week(Date)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There by using this as a Chart dimension and by using sales as expression.When you select Month , you can drill down to its weeks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dates-Yearly-Monthly-Weekly Chart- Sales 215946.PNG" class="jive-image image-1" src="/legacyfs/online/123854_Dates-Yearly-Monthly-Weekly Chart- Sales 215946.PNG" style="height: 333px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 11:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093191#M464150</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-05-07T11:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple charts based on single date dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093192#M464151</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 believe you are looking for Trellis chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached the below image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;IMG alt="Trellis Chart.png" class="jive-image image-1" src="/legacyfs/online/123867_Trellis Chart.png" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 14:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093192#M464151</guid>
      <dc:creator>rrsrini2907</dc:creator>
      <dc:date>2016-05-07T14:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple charts based on single date dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093193#M464152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why you want to create the 12 charts. One chart is enough to do the analysis that you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just create the Calendar which will have Year, Month, Week, Quarters. You can display all these fields in listbox and just do the selections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123868_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 15:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093193#M464152</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-07T15:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple charts based on single date dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093194#M464153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your chart shows one bar per month. What I was looking for is that each chart should display one chart for month at the day level data and for 12 charts for 12 months. The reason is that I want to visually know the ups and downs for all 12 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 17:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093194#M464153</guid>
      <dc:creator />
      <dc:date>2016-05-07T17:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple charts based on single date dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093195#M464154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm aware of trellis chart. I tried that also. For each of the month the bars are getting displayed for that particular month and for other months it was blank. So it display 12 months of data horizontally but display bars for only that particular month data. I do not want to see the data for other months without bars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 17:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093195#M464154</guid>
      <dc:creator />
      <dc:date>2016-05-07T17:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple charts based on single date dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093196#M464155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, This is a good one. But I want to see the trend at the day level to compare for each month so that I can understand pattern in the ups and downs and narrow down the date or week or weeks or range of days in the month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 17:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093196#M464155</guid>
      <dc:creator />
      <dc:date>2016-05-07T17:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple charts based on single date dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093197#M464156</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;Can you please make your requirement on excel or Make a sample of it.&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;With your Requirement as a Plot Diagram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 17:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093197#M464156</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-05-07T17:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple charts based on single date dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093198#M464157</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;one solution could be to create two calculated dimensions Day and Month:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_215946_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123894_QlikCommunity_Thread_215946_Pic1.JPG" style="height: 356px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_215946_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/123895_QlikCommunity_Thread_215946_Pic2.JPG" style="height: 398px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible,you should create Day and Month fields in the script already.&lt;/P&gt;&lt;P&gt;See also: &lt;A href="https://community.qlik.com/qlik-blogpost/2802"&gt;The Master Calendar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 23:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093198#M464157</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-05-07T23:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple charts based on single date dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093199#M464158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="trellis.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123885_trellis.PNG" style="height: 225px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Is this something you are looking for? &lt;/P&gt;&lt;P&gt;It has divided into months and you can compare dates in each month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 May 2016 00:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093199#M464158</guid>
      <dc:creator />
      <dc:date>2016-05-08T00:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple charts based on single date dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093200#M464159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, This looks good as an alternate solution. But what I'm looking for is the one which Saikrishna Madhireddy has created using trellies. But I do not want to see the blank dates from other months. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093200#M464159</guid>
      <dc:creator />
      <dc:date>2016-05-12T12:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple charts based on single date dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093201#M464160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saikrishna, I have already tried this. But I do not want to see the blank dates from other months. For example, for Jan chart, it currently display dates from other months in the x axis with no bars which I do not want to see. Please let me know if there is a way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 13:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-multiple-charts-based-on-single-date-dimension/m-p/1093201#M464160</guid>
      <dc:creator />
      <dc:date>2016-05-12T13:00:22Z</dc:date>
    </item>
  </channel>
</rss>

