<?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: Hide future days in the chart in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Hide-future-days-in-the-chart/m-p/2144415#M1625</link>
    <description>&lt;P&gt;I suggest to use conditional dimension.&lt;/P&gt;
&lt;P&gt;ex:&amp;nbsp;if(day(today())&amp;gt;Days,Days)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Arunesh&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2023 14:58:11 GMT</pubDate>
    <dc:creator>aruneshgupta</dc:creator>
    <dc:date>2023-12-05T14:58:11Z</dc:date>
    <item>
      <title>Hide future days in the chart</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Hide-future-days-in-the-chart/m-p/2144329#M1622</link>
      <description>&lt;P&gt;Hi, everyone!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have this chart that shows me the production volume by day.&lt;/P&gt;
&lt;P&gt;I want to hide the future days, showing just the ones from day 1 to today.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I know I can hide zeros, but it's important to show the past days that the production volume was zero.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any tip?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chart.jpg" style="width: 758px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121043i86A2CDE7FBD6B155/image-size/large?v=v2&amp;amp;px=999" role="button" title="chart.jpg" alt="chart.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Eduardo.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 22:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Hide-future-days-in-the-chart/m-p/2144329#M1622</guid>
      <dc:creator>duscaranari</dc:creator>
      <dc:date>2025-03-19T22:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hide future days in the chart</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Hide-future-days-in-the-chart/m-p/2144415#M1625</link>
      <description>&lt;P&gt;I suggest to use conditional dimension.&lt;/P&gt;
&lt;P&gt;ex:&amp;nbsp;if(day(today())&amp;gt;Days,Days)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Arunesh&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 14:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Hide-future-days-in-the-chart/m-p/2144415#M1625</guid>
      <dc:creator>aruneshgupta</dc:creator>
      <dc:date>2023-12-05T14:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hide future days in the chart</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Hide-future-days-in-the-chart/m-p/2144506#M1626</link>
      <description>&lt;P&gt;Hy Arunesh, I hope you are well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I first tried to place that expression in the "show dimension if" box, with no luck.&lt;/P&gt;
&lt;P&gt;Then I placed it in the "field" box, and it worked.&lt;/P&gt;
&lt;P&gt;Thank you so much for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Eduardo.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chart fix.jpg" style="width: 453px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121072i01D14BEB0CE3347E/image-dimensions/453x478?v=v2" width="453" height="478" role="button" title="chart fix.jpg" alt="chart fix.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 18:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Hide-future-days-in-the-chart/m-p/2144506#M1626</guid>
      <dc:creator>duscaranari</dc:creator>
      <dc:date>2023-12-05T18:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hide future days in the chart</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Hide-future-days-in-the-chart/m-p/2144511#M1627</link>
      <description>&lt;P&gt;Great&amp;nbsp;&lt;SPAN&gt;Eduardo!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 18:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Hide-future-days-in-the-chart/m-p/2144511#M1627</guid>
      <dc:creator>aruneshgupta</dc:creator>
      <dc:date>2023-12-05T18:47:49Z</dc:date>
    </item>
  </channel>
</rss>

