<?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: Grouped Bar chart Month by Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouped-Bar-chart-Month-by-Month/m-p/1727572#M722843</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;, I wasn't sure what you meant by adding 1 dimension as a group and 1 as a bar.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this is what I did and it works now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed my two dimensions for month and Year FROM:&amp;nbsp;&lt;/P&gt;&lt;P&gt;=date(monthname([cat.created]))&lt;/P&gt;&lt;P&gt;=date(yearname([cat.created])&lt;/P&gt;&lt;P&gt;TO:&lt;/P&gt;&lt;P&gt;CreatedYear&lt;/P&gt;&lt;P&gt;CreatedMonth&lt;/P&gt;&lt;P&gt;(in the data load script I added: Month ([cat.created]) AS CreatedMonth, Year ([cat.created]) AS CreatedYear&lt;/P&gt;&lt;P&gt;And the expression didn't change: [Cat.Tickets]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The graph works now &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jul 2020 08:34:33 GMT</pubDate>
    <dc:creator>VisualUK</dc:creator>
    <dc:date>2020-07-14T08:34:33Z</dc:date>
    <item>
      <title>Grouped Bar chart Month by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Grouped-Bar-chart-Month-by-Month/m-p/1727017#M722835</link>
      <description>&lt;P&gt;hi All (newbie here),&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am&amp;nbsp; trying to show a grouped bar chart comparing ticket numbers monthly for the pats 3 years (2018, 19 and 20).&lt;/P&gt;&lt;P&gt;So Far, I have only managed to show all the months but Year after year - Meaning:&lt;/P&gt;&lt;P&gt;Jan... Dec 2018, Jan...Dec 2019, Jan... June 2020&lt;/P&gt;&lt;P&gt;My dimension is:&amp;nbsp;date(Monthname([CAT.Created]),'MMM')&lt;/P&gt;&lt;P&gt;My Expression is:&amp;nbsp;Count({1&amp;lt;CAT_Ticket_ID&amp;gt;}CAT_Ticket_ID) - cannot be impacted by other user's selections&lt;/P&gt;&lt;P&gt;Dimension sort added is:&amp;nbsp;&lt;SPAN&gt;num(month(CAT.Created)) + year(CAT.Created)/100000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am getting the following bar chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Jan, Feb, Mar&amp;nbsp; &amp;nbsp; (2018) || Jan, Feb, Mar, ... (2019) || Jan, Feb, Mar.... (2020)&lt;/P&gt;&lt;P&gt;What i would like seeing is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Jan '18, Jan '19, Jan'20 || Feb'18, Feb'19, Feb '20... and so on&lt;/P&gt;&lt;P&gt;any help highly appreciated...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouped-Bar-chart-Month-by-Month/m-p/1727017#M722835</guid>
      <dc:creator>VisualUK</dc:creator>
      <dc:date>2024-11-16T18:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped Bar chart Month by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Grouped-Bar-chart-Month-by-Month/m-p/1727020#M722837</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you tested &lt;EM&gt;=date([CAT.Created],'MMMYY')&amp;nbsp; &lt;/EM&gt;in stead of date(Monthname([CAT.Created]),'MMM') ?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2020 10:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouped-Bar-chart-Month-by-Month/m-p/1727020#M722837</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-07-11T10:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped Bar chart Month by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Grouped-Bar-chart-Month-by-Month/m-p/1727067#M722838</link>
      <description>&lt;P&gt;Its depend on how you wanna display data, if you go with granular level Drill down chart, if you wanna display for all months for each year need to create clear dimension values like Jan-18,Jan-19,Jan-20.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you would like to show overall month dimension then they can have Year filter on it, So try to understand the difference and tool limitation over it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 06:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouped-Bar-chart-Month-by-Month/m-p/1727067#M722838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-12T06:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped Bar chart Month by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Grouped-Bar-chart-Month-by-Month/m-p/1727112#M722839</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/56648"&gt;@Taoufiq_Zarra&lt;/a&gt;, I havent tested that combination, I will try and let you know. Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 15:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouped-Bar-chart-Month-by-Month/m-p/1727112#M722839</guid>
      <dc:creator>VisualUK</dc:creator>
      <dc:date>2020-07-12T15:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped Bar chart Month by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Grouped-Bar-chart-Month-by-Month/m-p/1727113#M722840</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;, Thanks for your reply. To clarify I would like to display the data&lt;SPAN&gt;&amp;nbsp;for all months for each year. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does that mean&amp;nbsp;I&amp;nbsp;need to create dimension values like Jan-18,Jan-19,Jan-20?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I saw another post (for Qlik Sense) where this coding was not necessary and they were simply sorting the dimension. Please see this link for reference: &amp;nbsp;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Group-Bar-Chart-Month-wise/td-p/1575698" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Group-Bar-Chart-Month-wise/td-p/1575698&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 15:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouped-Bar-chart-Month-by-Month/m-p/1727113#M722840</guid>
      <dc:creator>VisualUK</dc:creator>
      <dc:date>2020-07-12T15:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped Bar chart Month by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Grouped-Bar-chart-Month-by-Month/m-p/1727118#M722842</link>
      <description>&lt;P&gt;Hi if you looking for below chart then follow below steps.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Group chart.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/37330iA30E2E5966D31DBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Group chart.png" alt="Group chart.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step&amp;nbsp; 1: Add two dimensions year and month in the dimensions. Month in group and Year as Bar&lt;/P&gt;&lt;P&gt;Step 2: Add your Expressions.&lt;/P&gt;&lt;P&gt;Step 3: Goto Apperance --&amp;gt; Colors and legend --&amp;gt; show legend OFF&lt;/P&gt;&lt;P&gt;Step 4: Done&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pavan Nallani &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 15:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouped-Bar-chart-Month-by-Month/m-p/1727118#M722842</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-12T15:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped Bar chart Month by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Grouped-Bar-chart-Month-by-Month/m-p/1727572#M722843</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;, I wasn't sure what you meant by adding 1 dimension as a group and 1 as a bar.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this is what I did and it works now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed my two dimensions for month and Year FROM:&amp;nbsp;&lt;/P&gt;&lt;P&gt;=date(monthname([cat.created]))&lt;/P&gt;&lt;P&gt;=date(yearname([cat.created])&lt;/P&gt;&lt;P&gt;TO:&lt;/P&gt;&lt;P&gt;CreatedYear&lt;/P&gt;&lt;P&gt;CreatedMonth&lt;/P&gt;&lt;P&gt;(in the data load script I added: Month ([cat.created]) AS CreatedMonth, Year ([cat.created]) AS CreatedYear&lt;/P&gt;&lt;P&gt;And the expression didn't change: [Cat.Tickets]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The graph works now &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 08:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouped-Bar-chart-Month-by-Month/m-p/1727572#M722843</guid>
      <dc:creator>VisualUK</dc:creator>
      <dc:date>2020-07-14T08:34:33Z</dc:date>
    </item>
  </channel>
</rss>

