<?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: Display Axes even if there is no data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Axes-even-if-there-is-no-data/m-p/401868#M559306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think if you are using Chart then go to presentation tab and uncheck Suppress Zero values and Check on Zero on bars&lt;/P&gt;&lt;P&gt;or if you are using pivot or straight table then only uncheck the suppress zero value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 May 2013 11:46:16 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-05-28T11:46:16Z</dc:date>
    <item>
      <title>Display Axes even if there is no data</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Axes-even-if-there-is-no-data/m-p/401865#M559303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a little help. I have some transaction data which has a date component:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan 2013 - 20 units&lt;/P&gt;&lt;P&gt;Feb 2013 - 50 units&lt;/P&gt;&lt;P&gt;Mar 2013 - 60 units&lt;/P&gt;&lt;P&gt;Apr 2013 - 15 units&lt;/P&gt;&lt;P&gt;and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i have this in a chart it all works fine, but i have a situation where I would like to display the whole year on the x-axis even though there is no data yet for May to Dec 2013. Is there a way to get the x-axis to show all the months regardless of having data or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 16:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Axes-even-if-there-is-no-data/m-p/401865#M559303</guid>
      <dc:creator />
      <dc:date>2013-05-23T16:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Display Axes even if there is no data</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Axes-even-if-there-is-no-data/m-p/401866#M559304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try to create an inline table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Calendar]:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month_ID, Month Year, Quarter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Jan 2013,Q1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, Feb 2013, Q1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Mar 2013, Q1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, Ap 2013, Q2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, May 2013, Q2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, Jun 2013, Q2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, Jul 2013, Q3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8, Aug 2013, Q3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9, Sep 2013, Q3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10, Oct2013, Q4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11, Nov 2013, Q4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12, Dec2013, Q4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then load ur table &lt;/P&gt;&lt;P&gt;join (Calendar)&lt;/P&gt;&lt;P&gt;load&amp;nbsp; * from &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use the monthyear as the dimension&amp;nbsp; on the x-axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 16:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Axes-even-if-there-is-no-data/m-p/401866#M559304</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2013-05-23T16:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Display Axes even if there is no data</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Axes-even-if-there-is-no-data/m-p/401867#M559305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response. I already have a table like this which i use for the x-axis, but it only shows the months that have data, I need all the months to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 11:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Axes-even-if-there-is-no-data/m-p/401867#M559305</guid>
      <dc:creator />
      <dc:date>2013-05-28T11:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Display Axes even if there is no data</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Axes-even-if-there-is-no-data/m-p/401868#M559306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think if you are using Chart then go to presentation tab and uncheck Suppress Zero values and Check on Zero on bars&lt;/P&gt;&lt;P&gt;or if you are using pivot or straight table then only uncheck the suppress zero value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 11:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Axes-even-if-there-is-no-data/m-p/401868#M559306</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-28T11:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Display Axes even if there is no data</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Axes-even-if-there-is-no-data/m-p/401869#M559307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant thanks a mil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 12:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Axes-even-if-there-is-no-data/m-p/401869#M559307</guid>
      <dc:creator />
      <dc:date>2013-05-28T12:20:38Z</dc:date>
    </item>
  </channel>
</rss>

