<?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: How to set dimensions for x-axis in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769539#M1020562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Onno,&lt;/P&gt;&lt;P&gt;it works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Massimo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2015 10:10:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-24T10:10:58Z</dc:date>
    <item>
      <title>How to set dimensions for x-axis in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769531#M1020554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table which represents the quantities of sold product for each month in different years from 2010 up to 2014&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TABLE.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81542_TABLE.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I would like to have in QV the same chart I have with excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="EXCEL CHART.png" class="image-1 jive-image" src="/legacyfs/online/81543_EXCEL CHART.png" style="width: 620px; height: 214px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what I can have is like the below example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV CHART.png" class="image-1 jive-image" src="/legacyfs/online/81544_QV CHART.png" style="width: 620px; height: 205px;" /&gt;&lt;/P&gt;&lt;P&gt;where there is not a single line but it is referred to each month.&lt;/P&gt;&lt;P&gt;My set is:&lt;/P&gt;&lt;P&gt;dimensions:&lt;/P&gt;&lt;P&gt;Year&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;My_year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;My_month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quantità&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I have something like excel chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Massimo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 12:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769531#M1020554</guid>
      <dc:creator />
      <dc:date>2015-03-23T12:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to set dimensions for x-axis in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769532#M1020555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest to create a YearMonth field in the script and use that in your chart instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add this to your MasterCalendar (or any table you are using the date from):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 24pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;MonthStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;DateField&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;), 'MMM-YYYY') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;MonthYear&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would that work for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 13:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769532#M1020555</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-23T13:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to set dimensions for x-axis in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769533#M1020556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Onno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my script I set the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Month&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;My_month&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Year&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;My_year&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since Mese is stated as JAN-2014, FEB-2014, etc.&lt;/P&gt;&lt;P&gt;Where and how I can use your suggest?&lt;/P&gt;&lt;P&gt;I apologise for that but I am not an expert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 14:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769533#M1020556</guid>
      <dc:creator />
      <dc:date>2015-03-23T14:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to set dimensions for x-axis in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769534#M1020557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Month(Mese) &amp;amp; '-' &amp;amp; Year(Mese) as MonthYear in your script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 14:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769534#M1020557</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-23T14:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to set dimensions for x-axis in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769535#M1020558</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 try loading an extra column as&lt;/P&gt;&lt;P&gt;date#(MESE&amp;amp;'-'ANNO ,'MMM-YYYY') AS [MON-YYYY]&lt;/P&gt;&lt;P&gt;and using that column in the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 14:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769535#M1020558</guid>
      <dc:creator />
      <dc:date>2015-03-23T14:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to set dimensions for x-axis in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769536#M1020559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Month&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;My_month&lt;/SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;MonthStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Mese&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;), 'MMM-YYYY') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;MonthYear,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;My_year&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 18:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769536#M1020559</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-23T18:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to set dimensions for x-axis in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769537#M1020560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What Zeeshanuddin suggests would be a calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculated dimensions are bad for performance, so if you have the choice to add the MonthYear field to your script and use that instead, it would be better for performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 18:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769537#M1020560</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-23T18:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to set dimensions for x-axis in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769538#M1020561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would result in month numbers instead of month abbreviations (the 3 letters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Massimo, take what you like &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 18:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769538#M1020561</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-23T18:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to set dimensions for x-axis in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769539#M1020562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Onno,&lt;/P&gt;&lt;P&gt;it works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Massimo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 10:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-dimensions-for-x-axis-in-chart/m-p/769539#M1020562</guid>
      <dc:creator />
      <dc:date>2015-03-24T10:10:58Z</dc:date>
    </item>
  </channel>
</rss>

