<?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 show all values in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231994#M83666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want to scroll, and it's OK to not see every day's data, you could average the daily value by week or by month. So use Week or Month as your dimension, and as an example, avg(aggr(sum(Sales),Date)) as your expression. The reason to not just use sum(Sales)/7 for weeks is that you might just select a month, for instance, and then your first and last week would likely have an incorrectly low average due to not having enough days of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Nov 2009 02:04:01 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2009-11-05T02:04:01Z</dc:date>
    <item>
      <title>How show all values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231991#M83663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I need view all values in a Chart, but i can't &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; I have a table with all days from 1/1/2009 to 12/31/2009 and the chart show me only to May, then I have to enlarge this to see more values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 22:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231991#M83663</guid>
      <dc:creator />
      <dc:date>2009-11-04T22:36:02Z</dc:date>
    </item>
    <item>
      <title>How show all values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231992#M83664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm guessing that you have too many data points, and they can't all fit on the chart... A few possible solutions:&lt;/P&gt;&lt;P&gt;1. Either determine a fixed number of data points to show on the screen, and allow "Horizontal Scroll-bar" (those settings are on the "Presentation" tab)&lt;/P&gt;&lt;P&gt;2. Or, if your dates are proper Date fields, you can declare your axis as "continuous" QlikView will then scale the chart appropriately, but only one date in a month, or in a quarter (depending on the available space) will be shown. I'm assuming that you are referring to a line chart... This setting in on the Axis tab.&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 22:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231992#M83664</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-11-04T22:50:36Z</dc:date>
    </item>
    <item>
      <title>How show all values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231993#M83665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thaks &lt;STRONG&gt;&lt;/STRONG&gt;&lt;STRONG&gt;Oleg&lt;/STRONG&gt; I have already tried this options, I'm looking for other option maybe don't show all points in the chart, but see the first point and the last one and some values between. If I choose "continuos" then the chart shows me falses values and that does not help &lt;IMG alt="Tongue Tied" src="http://community.qlik.com/emoticons/emotion-7.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 23:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231993#M83665</guid>
      <dc:creator />
      <dc:date>2009-11-04T23:07:05Z</dc:date>
    </item>
    <item>
      <title>How show all values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231994#M83666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want to scroll, and it's OK to not see every day's data, you could average the daily value by week or by month. So use Week or Month as your dimension, and as an example, avg(aggr(sum(Sales),Date)) as your expression. The reason to not just use sum(Sales)/7 for weeks is that you might just select a month, for instance, and then your first and last week would likely have an incorrectly low average due to not having enough days of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 02:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231994#M83666</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-11-05T02:04:01Z</dc:date>
    </item>
    <item>
      <title>How show all values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231995#M83667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;For my problem the idea to use continuous is great. I have an additional question. Do you know how I can force the line to show the zero values, also when there is no order data available? See the screenshot below at 14 november.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/3225.2009_2D00_11_2D00_26_5F00_122051.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/3225.2009_2D00_11_2D00_26_5F00_122051.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 18:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231995#M83667</guid>
      <dc:creator />
      <dc:date>2009-11-26T18:22:05Z</dc:date>
    </item>
    <item>
      <title>How show all values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231996#M83668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think that you have to builta consecutive calendar with all day, join with the data and insert the expression to show "0", if the value is NULL.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 04:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231996#M83668</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-11-27T04:27:23Z</dc:date>
    </item>
    <item>
      <title>How show all values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231997#M83669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oke. I gonna try that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 15:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231997#M83669</guid>
      <dc:creator />
      <dc:date>2009-12-14T15:47:45Z</dc:date>
    </item>
    <item>
      <title>How show all values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231998#M83670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have solved this by using a join:&lt;/P&gt;&lt;P&gt;&lt;B&gt;//add the missing calendar values&lt;BR /&gt;&lt;/B&gt;RIGHT &lt;B&gt;JOIN&lt;/B&gt; (&lt;I&gt;Orders&lt;/I&gt;)&lt;BR /&gt;&lt;B&gt;LOAD&lt;/B&gt; %DateKey&lt;BR /&gt;&lt;B&gt;RESIDENT&lt;/B&gt; Calendar;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2009 16:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231998#M83670</guid>
      <dc:creator />
      <dc:date>2009-12-15T16:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: How show all values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231999#M83671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The join trick still only works if you don't select a dimension value. See example. By left joining all weeks with the fact table QlikView still doesn't know the dimension keys so this doesn't really solve anything. Another solution could be to do something when building the fact table. make a 0 revenue record for all dimension keys. &lt;/P&gt;&lt;P&gt;One could argue if a Fact table design should be influenced by the presentation layer... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 10:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/231999#M83671</guid>
      <dc:creator />
      <dc:date>2012-05-04T10:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: How show all values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/232000#M83672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;When I use "C&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ontinuous" option in axes, I &lt;/SPAN&gt;am getting the date in numbers(in the chart) though the Date field which is in Dimension is in proper date format. Could you please help on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 08:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/232000#M83672</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2015-02-11T08:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: How show all values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/232001#M83673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have achieved it by changing the date format in the Number tab. Thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 08:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/232001#M83673</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2015-02-11T08:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: How show all values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/232002#M83674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem. I resolved it checking "Show All Bars" at the presentation bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 12:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-show-all-values-in-chart/m-p/232002#M83674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-18T12:54:35Z</dc:date>
    </item>
  </channel>
</rss>

