<?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 How to create a graph with 2 dimensions on the X axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163853#M36778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answers,&lt;/P&gt;&lt;P&gt;I have a last question : what is the purpose of the parameters "primary dimension label orientation" and "secondary dimension label orientation" (where we can choose '-', '/' or '|' ) in the Axis tab of a graph properties ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Oct 2010 10:28:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-29T10:28:31Z</dc:date>
    <item>
      <title>How to create a graph with 2 dimensions on the X axis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163848#M36773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;let's say I want to display the year and the month on the X axis of a line graph&lt;/P&gt;&lt;P&gt;I would like to have the years displayed, and the the months displayed above the year&lt;/P&gt;&lt;P&gt;I tried to create this graph, with the 2 dimensions&lt;/P&gt;&lt;P&gt;but only the month dimension is displayed, I can't find the option to display the 2 dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me ?&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 21:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163848#M36773</guid>
      <dc:creator />
      <dc:date>2010-10-28T21:46:02Z</dc:date>
    </item>
    <item>
      <title>How to create a graph with 2 dimensions on the X axis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163849#M36774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, I don't think QlikView allows you to have more than one dimension on the X axis. A workaround here would be to create a YearMonth field so that both pieces of information are in a single field. Something like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;date(monthstart(YourDate),'YYYY MMM') as YearMonth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 21:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163849#M36774</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-10-28T21:55:10Z</dc:date>
    </item>
    <item>
      <title>How to create a graph with 2 dimensions on the X axis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163850#M36775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="padding-left:30px;"&gt;I agree with John and just because I've had a couple stubborn users that insisted on only seeing one Year label you can do something like the following:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;if(Month(YourDate)=1,date(monthstart(YourDate),'YYYY MMM',date(makedate(Year,Month),'MMM'))) as YearMonth&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Of course, this only looks good if you don't filter months.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 22:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163850#M36775</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-10-28T22:10:03Z</dc:date>
    </item>
    <item>
      <title>How to create a graph with 2 dimensions on the X axis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163851#M36776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Karl Pover wrote:Of course, this only looks good if you don't filter months.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Couldn't you override the display? Generally I'm against calculated dimensions, but go ahead and create the raw YearMonth field, and then you just need a way to display the year on only the minimum YearMonth for the given year. Hmmmm... OK, this seems to work:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;=aggr(date(YearMonth,if(Month=min(total &amp;lt;Year&amp;gt; Month),'YYYY MMM',' MMM')),Year,YearMonth)&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 22:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163851#M36776</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-10-28T22:29:24Z</dc:date>
    </item>
    <item>
      <title>How to create a graph with 2 dimensions on the X axis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163852#M36777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very nice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 01:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163852#M36777</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-10-29T01:03:30Z</dc:date>
    </item>
    <item>
      <title>How to create a graph with 2 dimensions on the X axis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163853#M36778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answers,&lt;/P&gt;&lt;P&gt;I have a last question : what is the purpose of the parameters "primary dimension label orientation" and "secondary dimension label orientation" (where we can choose '-', '/' or '|' ) in the Axis tab of a graph properties ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 10:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163853#M36778</guid>
      <dc:creator />
      <dc:date>2010-10-29T10:28:31Z</dc:date>
    </item>
    <item>
      <title>How to create a graph with 2 dimensions on the X axis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163854#M36779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They make the value, such as "2010 Jan" show either horizontally, at an angle, or vertically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 16:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163854#M36779</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-10-29T16:37:31Z</dc:date>
    </item>
    <item>
      <title>How to create a graph with 2 dimensions on the X axis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163855#M36780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I understood that, but why "primary" and "secondary" if we have only one level displayed ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Oct 2010 14:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163855#M36780</guid>
      <dc:creator />
      <dc:date>2010-10-31T14:58:08Z</dc:date>
    </item>
    <item>
      <title>How to create a graph with 2 dimensions on the X axis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163856#M36781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have just 2 expressions and 2 dimensions you can make the secondary dimension appear. It doesn't look good in the line graph (that's why we didn't mention that above), but it looks decent in a bar graph.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Oct 2010 18:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163856#M36781</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-10-31T18:12:56Z</dc:date>
    </item>
    <item>
      <title>How to create a graph with 2 dimensions on the X axis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163857#M36782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, i had a try and it actually works with bars&lt;/P&gt;&lt;P&gt;I can't understand the differences with lines but it's like that ...&lt;/P&gt;&lt;P&gt;hope this will evolve in future versions&lt;/P&gt;&lt;P&gt;thanks for all your answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 16:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-graph-with-2-dimensions-on-the-X-axis/m-p/163857#M36782</guid>
      <dc:creator />
      <dc:date>2010-11-01T16:04:20Z</dc:date>
    </item>
  </channel>
</rss>

