<?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: Show only today and older on X-axis of Line chart (exclude future dates)? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-only-today-and-older-on-X-axis-of-Line-chart-exclude-future/m-p/1152053#M899436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure, I have not tried, but may be you can use the expression like in the image below in Axes tab of chart properties. Dimension axis, check continuous and set date field static min and static max. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131208_Capture.PNG" style="height: 541px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jul 2016 21:17:29 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2016-07-13T21:17:29Z</dc:date>
    <item>
      <title>Show only today and older on X-axis of Line chart (exclude future dates)?</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-today-and-older-on-X-axis-of-Line-chart-exclude-future/m-p/1152052#M899435</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;I have a chart where I am tracking sales by [DateBusinessDay]. However, it is currently showing every day, including future days, for the month but I wish to show only today and previous days for the month. The future dates with no sales yet just makes the chart "too busy" and does not really add any value seeing those future dates blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a condition or something I can put in place to show only dates of today and older for my chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-today-and-older-on-X-axis-of-Line-chart-exclude-future/m-p/1152052#M899435</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show only today and older on X-axis of Line chart (exclude future dates)?</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-today-and-older-on-X-axis-of-Line-chart-exclude-future/m-p/1152053#M899436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure, I have not tried, but may be you can use the expression like in the image below in Axes tab of chart properties. Dimension axis, check continuous and set date field static min and static max. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131208_Capture.PNG" style="height: 541px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-today-and-older-on-X-axis-of-Line-chart-exclude-future/m-p/1152053#M899436</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-07-13T21:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Show only today and older on X-axis of Line chart (exclude future dates)?</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-today-and-older-on-X-axis-of-Line-chart-exclude-future/m-p/1152054#M899437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The conditional enablement of the dimension is evaluated once per chart, I believe this is not what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a calculated dimension, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( DateBusinessDay &amp;lt;= Today(), DateBusinessday)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[and enable 'Suppress When Value is NULL' on dimension tab]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use set analysis in all your expression's aggregation functions to filter your dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-today-and-older-on-X-axis-of-Line-chart-exclude-future/m-p/1152054#M899437</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-07-13T21:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Show only today and older on X-axis of Line chart (exclude future dates)?</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-today-and-older-on-X-axis-of-Line-chart-exclude-future/m-p/1152055#M899438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you, this seems to be working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 01:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-today-and-older-on-X-axis-of-Line-chart-exclude-future/m-p/1152055#M899438</guid>
      <dc:creator />
      <dc:date>2016-07-14T01:48:34Z</dc:date>
    </item>
  </channel>
</rss>

