<?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: Displaying One week data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-One-week-data/m-p/847027#M994382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jul 2015 08:33:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-10T08:33:04Z</dc:date>
    <item>
      <title>Displaying One week data</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-One-week-data/m-p/847023#M994378</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 have date values from the start of the year to July 2015.&lt;/P&gt;&lt;P&gt;I have to create a pivot table which will show the last week data alone ie. From (Current date -7) to Current date.&lt;/P&gt;&lt;P&gt;So how should i give the dimension in pivot table?&lt;/P&gt;&lt;P&gt;Can anyone help me on this please.&lt;/P&gt;&lt;P&gt;Please let me know if more information is required.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 07:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-One-week-data/m-p/847023#M994378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T07:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying One week data</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-One-week-data/m-p/847024#M994379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try changing your pivot table expressions so that it filters your date field for the last 7 days. For example if your expression is sum(Sales) you can change that into sum({&amp;lt;MyDate={'&amp;gt;$(=today()-7)&amp;lt;$(=today())'}&amp;gt;}Sales). If you have trouble getting this to work please post a qlikview document with relevant example data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 07:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-One-week-data/m-p/847024#M994379</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-10T07:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying One week data</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-One-week-data/m-p/847025#M994380</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;Try like this&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;=Sum({&amp;lt;DateFieldName={'&amp;gt;$(=Date(Today()-7))&amp;lt;=$(=Today())'}&amp;gt;} Sales)&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;Note: You DateFieldName and Today() output should be in the same format, then only you will get the result.&lt;/SPAN&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;Also replace &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DateFieldName with your actual field name.&lt;/SPAN&gt;&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;Regards,&lt;/SPAN&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;Jagan.&lt;BR /&gt;&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 07:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-One-week-data/m-p/847025#M994380</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-10T07:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying One week data</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-One-week-data/m-p/847026#M994381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 08:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-One-week-data/m-p/847026#M994381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T08:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying One week data</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-One-week-data/m-p/847027#M994382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 08:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-One-week-data/m-p/847027#M994382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T08:33:04Z</dc:date>
    </item>
  </channel>
</rss>

