<?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: Show two dimensions on x-axis of a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319293#M117691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erica,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know how to add dummy variable ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhawal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Oct 2014 21:46:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-18T21:46:50Z</dc:date>
    <item>
      <title>Show two dimensions on x-axis of a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319288#M117686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is ther any way to show two dimension(For eg, Year and Quarter) both on x-axis of a bar chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2012 15:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319288#M117686</guid>
      <dc:creator />
      <dc:date>2012-02-26T15:22:17Z</dc:date>
    </item>
    <item>
      <title>Show two dimensions on x-axis of a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319289#M117687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kakarottoo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a normal bar chart, if you have 2 dimensions qlikview will compare them side by side, either stacked or grouped in different colours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you add a third dimension, however, qlikview will show the first two on the x axis. In the image below I ahve added a third "dummy" dimension where the calculation is "=1" and this forces the year and month onthe the x axis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2 dimns x axis.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/11669_2+dimns+x+axis.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is this what you need?&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;Erica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2012 16:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319289#M117687</guid>
      <dc:creator />
      <dc:date>2012-02-26T16:40:25Z</dc:date>
    </item>
    <item>
      <title>Show two dimensions on x-axis of a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319290#M117688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to get different colors on the bars that are grouped? hence, one color for january another one for february etc.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 11:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319290#M117688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-11T11:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show two dimensions on x-axis of a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319291#M117689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Borgannika&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 ways to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you remove the dummy dimension, month will no longer be displayed on the X - axis but will return to the legend, meaning each month is a different colour. However there are issues if you have missing data, (will need to display all values, ie not suppressed for 0's) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The alternative is to use the expression list to define a colour depending on the month. In the expression tab, expand the expression that has the bars that you are interested in. under "background colour" enter a formula not dissimilar to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick([Month Number],Red(), blue(), lightred().....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will take the number of the nth month and match it to the nth colour in&amp;nbsp; the list. EG above, february would be blue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; kakarotoo: an alternative is to use "text on Axis" checked as an expression then use that expression to display the month. I completely forgot about this functionality!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erica Whalley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 18:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319291#M117689</guid>
      <dc:creator />
      <dc:date>2012-06-12T18:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Show two dimensions on x-axis of a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319292#M117690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erica,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to hide the values 2010 and 2011 in the chart?&lt;/P&gt;&lt;P&gt;I need to hide the second dimension at the x-axis.&lt;/P&gt;&lt;P&gt;how we can do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 04:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319292#M117690</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2012-09-27T04:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Show two dimensions on x-axis of a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319293#M117691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erica,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know how to add dummy variable ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhawal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2014 21:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319293#M117691</guid>
      <dc:creator />
      <dc:date>2014-10-18T21:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Show two dimensions on x-axis of a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319294#M117692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what if I want to show 3 variables on X-axis , as shown below -&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3 dimensions.PNG.png" class="jive-image" src="/legacyfs/online/69493_3 dimensions.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 16:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319294#M117692</guid>
      <dc:creator />
      <dc:date>2014-10-22T16:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Show two dimensions on x-axis of a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319295#M117693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hi Dhawal, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If still relevant...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;In the dimension tab there is a button next to the Edit button 'Add Calculated Dimension'. Click on that and enter =1. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;It will add the 'dummy' dimension which is a calculated dimension. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hila.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319295#M117693</guid>
      <dc:creator />
      <dc:date>2014-10-23T12:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Show two dimensions on x-axis of a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319296#M117694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I solved that but now I am having problem to show 3 dimensions on X-axis. Please let me know if you know this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/640079?et=watches.email.thread#640079" title="http://community.qlik.com/message/640079?et=watches.email.thread#640079"&gt;how to show 3 dimensions on x-axis ? As shown b... | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="69564" alt="3 dimensions.PNG.png" class="jive-image" src="/legacyfs/online/69564_3 dimensions.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 15:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319296#M117694</guid>
      <dc:creator />
      <dc:date>2014-10-23T15:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Show two dimensions on x-axis of a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319297#M117695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey erica,&lt;/P&gt;&lt;P&gt;i have two fields that i want to show in two charts like yours. is it possible?&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;P&gt;best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 14:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/319297#M117695</guid>
      <dc:creator />
      <dc:date>2016-01-11T14:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Show two dimensions on x-axis of a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/1702923#M451323</link>
      <description>&lt;P&gt;Hi, I developed the Bar chart similarly. How can I show the Colors over Two different Categories are Changing with Filters?With Dummy Dimension Colors are not Changing.&lt;/P&gt;&lt;P&gt;Thanks in Advance!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 04:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-dimensions-on-x-axis-of-a-chart/m-p/1702923#M451323</guid>
      <dc:creator>manozpph</dc:creator>
      <dc:date>2020-05-18T04:54:26Z</dc:date>
    </item>
  </channel>
</rss>

