<?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 master calender and chart issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/master-calender-and-chart-issue/m-p/178522#M45694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example. Here's the basic approach:&lt;/P&gt;&lt;P&gt;1. In script, if any values are missing, create a new table with all values of the dimension you want to see the zeroes for&lt;BR /&gt;2. On dimensions tab, show all values&lt;BR /&gt;3. On presentation tab, uncheck suppress zero-values, uncheck suppress missing&lt;BR /&gt;4. On axes tab, checkmark continuous, set static min to min(Dimension), static max to max(Dimension)&lt;/P&gt;&lt;P&gt;In practice, I usually subtract a small amount from the min and add a small amount to the max so that symbols will show and so that if only a single value is selected, it still has some idea what sort of X-axis scale I want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jan 2011 01:00:26 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2011-01-21T01:00:26Z</dc:date>
    <item>
      <title>master calender and chart issue</title>
      <link>https://community.qlik.com/t5/QlikView/master-calender-and-chart-issue/m-p/178521#M45693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i havea master calender with all months of past 5 years. My data only contains in some months no data (for example no one got hired that month).&lt;/P&gt;&lt;P&gt;if that is the case, i still need to see that month (there will be an empty spot in the a bar chart).&lt;/P&gt;&lt;P&gt;how can i do this?&lt;/P&gt;&lt;P&gt;when i select only two years .. and then i check 'suppres zero-values' all months will be shown, but also from the years that are not selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 00:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calender-and-chart-issue/m-p/178521#M45693</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2011-01-21T00:51:33Z</dc:date>
    </item>
    <item>
      <title>master calender and chart issue</title>
      <link>https://community.qlik.com/t5/QlikView/master-calender-and-chart-issue/m-p/178522#M45694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example. Here's the basic approach:&lt;/P&gt;&lt;P&gt;1. In script, if any values are missing, create a new table with all values of the dimension you want to see the zeroes for&lt;BR /&gt;2. On dimensions tab, show all values&lt;BR /&gt;3. On presentation tab, uncheck suppress zero-values, uncheck suppress missing&lt;BR /&gt;4. On axes tab, checkmark continuous, set static min to min(Dimension), static max to max(Dimension)&lt;/P&gt;&lt;P&gt;In practice, I usually subtract a small amount from the min and add a small amount to the max so that symbols will show and so that if only a single value is selected, it still has some idea what sort of X-axis scale I want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 01:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calender-and-chart-issue/m-p/178522#M45694</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-01-21T01:00:26Z</dc:date>
    </item>
    <item>
      <title>master calender and chart issue</title>
      <link>https://community.qlik.com/t5/QlikView/master-calender-and-chart-issue/m-p/178523#M45695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;evening John .. Thanks for your reply .. seems all good .. only 1 issue .. when i change your chart from line to bar .. its all stacked .. how can i unstack?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 01:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calender-and-chart-issue/m-p/178523#M45695</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2011-01-21T01:18:23Z</dc:date>
    </item>
    <item>
      <title>master calender and chart issue</title>
      <link>https://community.qlik.com/t5/QlikView/master-calender-and-chart-issue/m-p/178524#M45696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, the continuous X-axis is apparently incompatible with "grouped" bars. With a group, the position along the X axis indicates the group. But with a continuous X-axis, everything in the group is placed at the same point, so they overlap. It's not even stacked. It's just useless junk.&lt;/P&gt;&lt;P&gt;It also doesn't seem to want to display the bars unless you have some slack on either side, so you'll need something like min(Date)-.5 and max(Date)+.5, which is what I'd normally do anyway.&lt;/P&gt;&lt;P&gt;If you don't need a second dimension, simply removing the second dimension at that point makes the bars display OK.&lt;/P&gt;&lt;P&gt;If you DO need a second dimension, then you'll have to stack them on the Style tab. Grouped doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 01:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calender-and-chart-issue/m-p/178524#M45696</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-01-21T01:33:58Z</dc:date>
    </item>
    <item>
      <title>master calender and chart issue</title>
      <link>https://community.qlik.com/t5/QlikView/master-calender-and-chart-issue/m-p/178525#M45697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need 1 dimension and 2 expressions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 01:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calender-and-chart-issue/m-p/178525#M45697</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2011-01-21T01:40:20Z</dc:date>
    </item>
    <item>
      <title>master calender and chart issue</title>
      <link>https://community.qlik.com/t5/QlikView/master-calender-and-chart-issue/m-p/178526#M45698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, same problem, same solution. You can't show the bars grouped on a continuous axis - they just overlay each other. You need to stack them. If that won't do because you NEED them grouped instead of stacked, I don't know how to handle it. Perhaps a line chart instead of a bar chart? Sorry, no idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 02:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calender-and-chart-issue/m-p/178526#M45698</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-01-21T02:15:10Z</dc:date>
    </item>
    <item>
      <title>master calender and chart issue</title>
      <link>https://community.qlik.com/t5/QlikView/master-calender-and-chart-issue/m-p/178527#M45699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how about this one ..&lt;/P&gt;&lt;P&gt;or use a IF statement with Date in the dimension.&lt;/P&gt;&lt;P&gt;something like this :=IF(RIGHT(Date,4)=GetFieldSelections(Year),Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 09:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calender-and-chart-issue/m-p/178527#M45699</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2011-01-21T09:54:35Z</dc:date>
    </item>
  </channel>
</rss>

