<?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 future dates in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147620#M375371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this in your calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Dates &amp;gt;Today(), Dates)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure to check '&lt;STRONG&gt;Suppress When Value Is Null&lt;/STRONG&gt;' on the dimension tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2016 09:36:23 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-06-08T09:36:23Z</dc:date>
    <item>
      <title>Display future dates in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147618#M375369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to create a chart where data is displayed only for future dates&lt;/P&gt;&lt;P&gt;i.e.&amp;nbsp; Dates&amp;gt; today()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I write an expression to achieve this?&lt;/P&gt;&lt;P&gt;I tried something like &lt;SPAN style="font-size: 10pt;"&gt;Date &amp;gt; &lt;SPAN style="color: #0000ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;today&lt;/SPAN&gt;(),'YYYY-MM-DD') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;This did not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please suggest a solution&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 08:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147618#M375369</guid>
      <dc:creator />
      <dc:date>2016-06-08T08:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display future dates in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147619#M375370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add to the previous post- The expression is to be added in the dimension section of a bar chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 08:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147619#M375370</guid>
      <dc:creator />
      <dc:date>2016-06-08T08:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Display future dates in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147620#M375371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this in your calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Dates &amp;gt;Today(), Dates)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure to check '&lt;STRONG&gt;Suppress When Value Is Null&lt;/STRONG&gt;' on the dimension tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147620#M375371</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-08T09:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Display future dates in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147621#M375372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another thing to note here is that your Dates field need to be read as dual in order for this to work. Use Date#() in the script to make sure Dates are read as dual if they are not. Check the following links for more help on this topic&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147621#M375372</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-08T09:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Display future dates in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147622#M375373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ensure that date formats are compatible on both side of the operator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147622#M375373</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-06-08T09:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Display future dates in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147623#M375374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK, If statement do not require you to have same formats. Its only an issue when using set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147623#M375374</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-08T09:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Display future dates in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147624#M375375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soumya,&lt;/P&gt;&lt;P&gt;It might be work for your future date.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Today()+1,'DD/MM/YYYY')&lt;/STRONG&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147624#M375375</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-06-08T09:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Display future dates in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147625#M375376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh ok, thanks for pointing it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147625#M375376</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-06-08T09:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Display future dates in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147626#M375377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the replies.&lt;/P&gt;&lt;P&gt;I applied a condition as (given below) on the measure and the chart now displays values only for future dates&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),'YYYY-MM-DD') &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 12:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147626#M375377</guid>
      <dc:creator />
      <dc:date>2016-06-08T12:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display future dates in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147627#M375378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can replicate this using set analysis as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;DATE &lt;SPAN style="color: #ff0000;"&gt;*&lt;/SPAN&gt;= {"=$(='&amp;gt;' &amp;amp; Date(Today(),'YYYY-MM-DD'))"}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To filter based on selection in DATE selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;=Sum({&amp;lt;DATE = {"=$(='&amp;gt;' &amp;amp; Date(Today(),'YYYY-MM-DD'))"}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To always display future dates based on selection in DATE field&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 12:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-future-dates-in-chart/m-p/1147627#M375378</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-08T12:45:44Z</dc:date>
    </item>
  </channel>
</rss>

