<?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 Bar Chart with Static X Axis (Months) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Static-X-Axis-Months/m-p/304421#M1179582</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;Unchecking "Suppress Zero-Values" in Presentation tab works perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2012 08:07:44 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2012-01-25T08:07:44Z</dc:date>
    <item>
      <title>Bar Chart with Static X Axis (Months)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Static-X-Axis-Months/m-p/304418#M1179579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table of data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;SalesGuy&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Person A&lt;/TD&gt;&lt;TD&gt;1/1/2012&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;59&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Person B&lt;/TD&gt;&lt;TD&gt;1/2/2012&lt;/TD&gt;&lt;TD&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Person C&lt;/TD&gt;&lt;TD&gt;2/1/2012&lt;/TD&gt;&lt;TD&gt;423&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Person A&lt;/TD&gt;&lt;TD&gt;3/1/2012&lt;/TD&gt;&lt;TD&gt;234&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar chart which shows the total sales for each month, with Month(Date) as the Dimension, and Sum(Sales) as an expression. It looks good!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want this chart to change when i click a ListBox of my SalesGuys, so it shows the clicked persons sales. Problem is, if SalesGuy A doesnt sell anything in March, the months will redraw as JFAMJJASOND, when I want JFMAMJJASOND and 0 for March. Its not obvious that the month has been omitted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoe can I fix this, to force all months to be shown?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried "Show All Values" and Surpressing nulls etc with no luck.&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>Tue, 24 Jan 2012 22:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Static-X-Axis-Months/m-p/304418#M1179579</guid>
      <dc:creator />
      <dc:date>2012-01-24T22:35:05Z</dc:date>
    </item>
    <item>
      <title>Bar Chart with Static X Axis (Months)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Static-X-Axis-Months/m-p/304419#M1179580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Try Unchecking "Suppress Zero-Values" under Presentation tab. Thats the only other thing I can think of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 02:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Static-X-Axis-Months/m-p/304419#M1179580</guid>
      <dc:creator />
      <dc:date>2012-01-25T02:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with Static X Axis (Months)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Static-X-Axis-Months/m-p/304420#M1179581</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;See attached, is this what you are looking for ?&lt;/P&gt;&lt;P&gt;In addition to what Sandeep recommends you also need to check "Show all values" check box for the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 03:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Static-X-Axis-Months/m-p/304420#M1179581</guid>
      <dc:creator />
      <dc:date>2012-01-25T03:10:43Z</dc:date>
    </item>
    <item>
      <title>Bar Chart with Static X Axis (Months)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Static-X-Axis-Months/m-p/304421#M1179582</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;Unchecking "Suppress Zero-Values" in Presentation tab works perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 08:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Static-X-Axis-Months/m-p/304421#M1179582</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-01-25T08:07:44Z</dc:date>
    </item>
    <item>
      <title>Bar Chart with Static X Axis (Months)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Static-X-Axis-Months/m-p/304422#M1179583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I fixed it, perhaps it was a basic question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to add Month(Date) as OffMonth to the script. Using that as my dimension, as opposed to Month (Date) works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 19:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Static-X-Axis-Months/m-p/304422#M1179583</guid>
      <dc:creator />
      <dc:date>2012-01-25T19:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with Static X Axis (Months)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Static-X-Axis-Months/m-p/304423#M1179584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I know this is a older post, but I have a Question.&lt;/P&gt;&lt;P&gt;When I try to use a average trend line in your archive, this is the result:&lt;IMG __jive_id="35189" class="jive-image-thumbnail jive-image" onclick="" alt="3-19-2013 9-36-50 AM.png" src="/legacyfs/online/35189_3-19-2013 9-36-50 AM.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Why this happens&lt;/SPAN&gt;?, &lt;SPAN class="hps"&gt;the total result&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is divided by&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;4 and not&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;by 3 (&lt;/SPAN&gt;January, February, March).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Is there a way&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;takes&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;only the number&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of values ​​that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;really&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;exist&lt;/SPAN&gt;?.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 15:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Static-X-Axis-Months/m-p/304423#M1179584</guid>
      <dc:creator />
      <dc:date>2013-03-19T15:41:15Z</dc:date>
    </item>
  </channel>
</rss>

