<?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: Hiding past hours from last week in comparison to same day in last week chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hiding-past-hours-from-last-week-in-comparison-to-same-day-in/m-p/1609179#M736189</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;You have to have native dimension with cyclic numeric hours (0, 1, 2... 23). And&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;CreateDate&lt;/STRONG&gt; dimension must be Timestamp. Depending on what you want to limit: max hour based on loaded records or current time, you can use Now() or&lt;FONT color="#000000"&gt;&amp;nbsp;Max(CreateDate). Your expr looks like like:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;SPAN&gt;=Count({&amp;lt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;SPAN&gt;CreateDate={"&amp;gt;=$(=daystart(today()-7))&amp;lt;=$(=dayend(today()-7))"}, &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;SPAN&gt;HoursDim={"&amp;lt;=$(=Hour(Max(CreateDate)))"}&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080"&gt;&lt;SPAN&gt;// OR HoursDim={"&amp;lt;=$(=Hour(Now()))"}&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;SPAN&gt;&amp;gt;} ID)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Aug 2019 05:09:20 GMT</pubDate>
    <dc:creator>Zhandos_Shotan</dc:creator>
    <dc:date>2019-08-05T05:09:20Z</dc:date>
    <item>
      <title>Hiding past hours from last week in comparison to same day in last week chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-past-hours-from-last-week-in-comparison-to-same-day-in/m-p/1607292#M736185</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a chart that compares my current status to the same day last week (-7d).&lt;/P&gt;&lt;P&gt;but my problem is the data that shows in the chart, as you can see I have data for upcoming hours from last week but I need to show them when it's time arrives&amp;nbsp; not before them:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Annotation 2019-07-30 104037.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16173iB73F6E394B264284/image-size/large?v=v2&amp;amp;px=999" role="button" title="Annotation 2019-07-30 104037.png" alt="Annotation 2019-07-30 104037.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-past-hours-from-last-week-in-comparison-to-same-day-in/m-p/1607292#M736185</guid>
      <dc:creator>milad-saeedi</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding past hours from last week in comparison to same day in last week chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-past-hours-from-last-week-in-comparison-to-same-day-in/m-p/1607296#M736186</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;In your "7 days ago" expression add set analysis, something like:&lt;/P&gt;&lt;P&gt;Sum(&amp;nbsp; &amp;nbsp;&lt;FONT color="#339966"&gt;{&amp;lt;HourDim={"&amp;lt;=$(=Max(HourDim))"}&amp;gt;}&amp;nbsp;&lt;/FONT&gt; &amp;nbsp;Value)&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 06:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-past-hours-from-last-week-in-comparison-to-same-day-in/m-p/1607296#M736186</guid>
      <dc:creator>Zhandos_Shotan</dc:creator>
      <dc:date>2019-07-30T06:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding past hours from last week in comparison to same day in last week chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-past-hours-from-last-week-in-comparison-to-same-day-in/m-p/1607298#M736187</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can achieve this by adding NOW() function in set analysis.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 06:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-past-hours-from-last-week-in-comparison-to-same-day-in/m-p/1607298#M736187</guid>
      <dc:creator>Vengatesh</dc:creator>
      <dc:date>2019-07-30T06:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding past hours from last week in comparison to same day in last week chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-past-hours-from-last-week-in-comparison-to-same-day-in/m-p/1608394#M736188</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your kind reply,&lt;/P&gt;&lt;P&gt;could you please edit my expression as you think it's true?&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;CreateDate={"&amp;gt;=$(=daystart(today()-7))&amp;lt;=$(=dayend(today()-7))"}&amp;gt;} ID)&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 09:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-past-hours-from-last-week-in-comparison-to-same-day-in/m-p/1608394#M736188</guid>
      <dc:creator>milad-saeedi</dc:creator>
      <dc:date>2019-08-01T09:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding past hours from last week in comparison to same day in last week chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-past-hours-from-last-week-in-comparison-to-same-day-in/m-p/1609179#M736189</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;You have to have native dimension with cyclic numeric hours (0, 1, 2... 23). And&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;CreateDate&lt;/STRONG&gt; dimension must be Timestamp. Depending on what you want to limit: max hour based on loaded records or current time, you can use Now() or&lt;FONT color="#000000"&gt;&amp;nbsp;Max(CreateDate). Your expr looks like like:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;SPAN&gt;=Count({&amp;lt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;SPAN&gt;CreateDate={"&amp;gt;=$(=daystart(today()-7))&amp;lt;=$(=dayend(today()-7))"}, &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;SPAN&gt;HoursDim={"&amp;lt;=$(=Hour(Max(CreateDate)))"}&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080"&gt;&lt;SPAN&gt;// OR HoursDim={"&amp;lt;=$(=Hour(Now()))"}&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;SPAN&gt;&amp;gt;} ID)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 05:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-past-hours-from-last-week-in-comparison-to-same-day-in/m-p/1609179#M736189</guid>
      <dc:creator>Zhandos_Shotan</dc:creator>
      <dc:date>2019-08-05T05:09:20Z</dc:date>
    </item>
  </channel>
</rss>

