<?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: date as dimension and show only last 7 days in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488686#M482012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Stefan,&lt;/P&gt;&lt;P&gt;I have a requirement populate values for previous three months excluding current month in pivot table month-year as a dimension.how can i achieve this table.&lt;/P&gt;&lt;P&gt;Excepted output should be&lt;/P&gt;&lt;P&gt;Month_year&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr1&amp;nbsp; aggr2 aggr3&lt;/P&gt;&lt;P&gt;sep-2018&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23&amp;nbsp;&amp;nbsp;&amp;nbsp; 23&lt;/P&gt;&lt;P&gt;aug-2018&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 77&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34&amp;nbsp;&amp;nbsp;&amp;nbsp; 45&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on month-year it has to show previous 3 months sum.for example for sep it has to give&lt;/P&gt;&lt;P&gt;aggregation of jun,july,aug.like for all months it has to show.&lt;/P&gt;&lt;P&gt;please help me on same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;kavitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2018 07:52:43 GMT</pubDate>
    <dc:creator>kavitha_kommise</dc:creator>
    <dc:date>2018-09-19T07:52:43Z</dc:date>
    <item>
      <title>date as dimension and show only last 7 days</title>
      <link>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488677#M482003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i have a pivot table with names on rows and dates on columns and i want to see only last 7 days (in this dimension i have current month, last month and current month from last year - day by day)&lt;/P&gt;&lt;P&gt;and calculated expression like sum (sales) for eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 sep 2012 .....30 sep 2012&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 aug 2013..31 aug 2013&amp;nbsp; &lt;STRONG&gt;1..4 sep 2013&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;john&lt;/P&gt;&lt;P&gt;paul&lt;/P&gt;&lt;P&gt;alma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what i want is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 29aug2013&amp;nbsp; 30aug 2013&amp;nbsp; 31aug 2013&amp;nbsp; 1sep 2013&amp;nbsp;&amp;nbsp;&amp;nbsp; 2sep 2013&amp;nbsp; 3sep 2013 4 sep 2013&lt;/P&gt;&lt;P&gt;john&lt;/P&gt;&lt;P&gt;paul&lt;/P&gt;&lt;P&gt;alma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date format is 9/4/2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 13:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488677#M482003</guid>
      <dc:creator />
      <dc:date>2013-09-05T13:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: date as dimension and show only last 7 days</title>
      <link>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488678#M482004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;DateField = {"&amp;gt;=$(=today()-7)&amp;lt;$(=today())"}&amp;gt;} Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 14:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488678#M482004</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-09-05T14:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: date as dimension and show only last 7 days</title>
      <link>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488679#M482005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to reduce the date dimension only with some last days (7 days) in pivot table not to calculate a sum of them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 14:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488679#M482005</guid>
      <dc:creator />
      <dc:date>2013-09-05T14:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: date as dimension and show only last 7 days</title>
      <link>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488680#M482006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a set expression in all your expressions should limit your date dimension value to the last 7 days. Have you already tried it? What expression(s) are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also try a calculated dimension instead the set expression(s):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(DateField &amp;gt;= today()-7 and DateField &amp;lt; today(), DateField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 14:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488680#M482006</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-09-05T14:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: date as dimension and show only last 7 days</title>
      <link>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488681#M482007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;une issue remained; it appeared only last 7 days as dimension but at the end it appears a column with the rest of data; do you know how to eliminate this?&lt;/P&gt;&lt;P&gt;many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 14:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488681#M482007</guid>
      <dc:creator />
      <dc:date>2013-09-05T14:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: date as dimension and show only last 7 days</title>
      <link>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488682#M482008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are using the calculated dimension? Then check the option 'Suppress When Value is NULL' on dimension tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 14:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488682#M482008</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-09-05T14:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: date as dimension and show only last 7 days</title>
      <link>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488683#M482009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes and it works with suppress when value is null&lt;/P&gt;&lt;P&gt;many many thanks! i spent some hours on this issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 15:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488683#M482009</guid>
      <dc:creator />
      <dc:date>2013-09-05T15:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: date as dimension and show only last 7 days</title>
      <link>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488684#M482010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a similar question to this issue. My issue is the same. I have "Month" as dimension, and I want to limit this dimension only shoing the last "3 months+ current month", In this case, I would like to show the data for the months of May,June,July and August.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreaciate if you could guide me with this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 15:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488684#M482010</guid>
      <dc:creator />
      <dc:date>2016-08-09T15:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: date as dimension and show only last 7 days</title>
      <link>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488685#M482011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beatriz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can probably use something like shown here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4531"&gt;The As-Of Table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3157"&gt;Relative Calendar Fields&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 18:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488685#M482011</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-08-09T18:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: date as dimension and show only last 7 days</title>
      <link>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488686#M482012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Stefan,&lt;/P&gt;&lt;P&gt;I have a requirement populate values for previous three months excluding current month in pivot table month-year as a dimension.how can i achieve this table.&lt;/P&gt;&lt;P&gt;Excepted output should be&lt;/P&gt;&lt;P&gt;Month_year&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr1&amp;nbsp; aggr2 aggr3&lt;/P&gt;&lt;P&gt;sep-2018&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23&amp;nbsp;&amp;nbsp;&amp;nbsp; 23&lt;/P&gt;&lt;P&gt;aug-2018&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 77&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34&amp;nbsp;&amp;nbsp;&amp;nbsp; 45&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on month-year it has to show previous 3 months sum.for example for sep it has to give&lt;/P&gt;&lt;P&gt;aggregation of jun,july,aug.like for all months it has to show.&lt;/P&gt;&lt;P&gt;please help me on same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;kavitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 07:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/488686#M482012</guid>
      <dc:creator>kavitha_kommise</dc:creator>
      <dc:date>2018-09-19T07:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: date as dimension and show only last 7 days</title>
      <link>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/1675056#M482013</link>
      <description>&lt;P&gt;this worked great but i changed it to -31 days.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want to only show weekdays Monday - Friday). How would i modify this expression?&amp;nbsp;&lt;/P&gt;&lt;P&gt;=if(SessionsRefreshDate &amp;gt;= today()-31 and SessionsRefreshDate &amp;lt;= today(),SessionsRefreshDate)&lt;/P&gt;&lt;P&gt;in the main section the first weekday is set as&amp;nbsp;&lt;/P&gt;&lt;P&gt;SET FirstWeekDay=6;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 21:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-as-dimension-and-show-only-last-7-days/m-p/1675056#M482013</guid>
      <dc:creator>dkmanley</dc:creator>
      <dc:date>2020-02-12T21:36:04Z</dc:date>
    </item>
  </channel>
</rss>

