<?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 to show values in chart only with in date range? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-values-in-chart-only-with-in-date-range/m-p/904493#M1008636</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 dimension and expression as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Region&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: count(Id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I need to show count(Id) only within week. so, the week should be from Last Friday to current Thursday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg: count(id) should show values from 01/05/2015 to 07/05/2015. This should appear for further weeks also. so, if I run report next week it should be from 08/05/2015 to 14/05/2015 and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone suggest me how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT : I have Date field named as &lt;STRONG&gt;EnterDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 13:26:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-08T13:26:38Z</dc:date>
    <item>
      <title>How to show values in chart only with in date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-values-in-chart-only-with-in-date-range/m-p/904493#M1008636</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 dimension and expression as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Region&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: count(Id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I need to show count(Id) only within week. so, the week should be from Last Friday to current Thursday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg: count(id) should show values from 01/05/2015 to 07/05/2015. This should appear for further weeks also. so, if I run report next week it should be from 08/05/2015 to 14/05/2015 and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone suggest me how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT : I have Date field named as &lt;STRONG&gt;EnterDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 13:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-values-in-chart-only-with-in-date-range/m-p/904493#M1008636</guid>
      <dc:creator />
      <dc:date>2015-05-08T13:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to show values in chart only with in date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-values-in-chart-only-with-in-date-range/m-p/904494#M1008637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please can anyone suggest me this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 13:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-values-in-chart-only-with-in-date-range/m-p/904494#M1008637</guid>
      <dc:creator />
      <dc:date>2015-05-08T13:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to show values in chart only with in date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-values-in-chart-only-with-in-date-range/m-p/904495#M1008638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count({$&amp;lt;EnterDate={'&amp;gt;=$(=date(WeekStart(Today(),0,-3)))&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;=$(=date(WeekEnd(Today(),0,-3)))&lt;/SPAN&gt;'}&amp;gt;}Id)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 13:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-values-in-chart-only-with-in-date-range/m-p/904495#M1008638</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-05-08T13:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to show values in chart only with in date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-values-in-chart-only-with-in-date-range/m-p/904496#M1008639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you mean a rolling 7 days - something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;EnterDate = {"&amp;gt;=$(=Today()-7)&amp;lt;$(=Today())"}&amp;gt; Id)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 14:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-values-in-chart-only-with-in-date-range/m-p/904496#M1008639</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-05-08T14:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to show values in chart only with in date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-values-in-chart-only-with-in-date-range/m-p/904497#M1008640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. if I want to use expression as dimension how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, I need dimension as Week&amp;nbsp; should show week number as from Last Friday to current Thursday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 14:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-values-in-chart-only-with-in-date-range/m-p/904497#M1008640</guid>
      <dc:creator />
      <dc:date>2015-05-08T14:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to show values in chart only with in date range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-values-in-chart-only-with-in-date-range/m-p/904498#M1008641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best solution is creating calendar with EnterData and Week name with your constraint...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However you can do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(WeekName(WeekStart(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EnterDate&lt;/SPAN&gt;,0,-3)),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EnterDate&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 15:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-values-in-chart-only-with-in-date-range/m-p/904498#M1008641</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-05-08T15:49:38Z</dc:date>
    </item>
  </channel>
</rss>

