<?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: How get the last 7 days data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801181#M1024875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh,&lt;/P&gt;&lt;P&gt;Would you please help me acheving that in qvw which is posted above.., Manish has replied with correct answer but still I'm unable to get that as per my requirement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Mar 2015 07:12:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-14T07:12:01Z</dc:date>
    <item>
      <title>How get the last 7 days data</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801175#M1024869</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;How to get the last 7 days data, 6 days, 5 days&amp;nbsp; data on bar chart as per the user selection. Here I have created a button for 7 days with trigger (='=New_Date&amp;gt;(Today() - 7)' ). Again I created another button for 6 days button. Instead of creating this stuff multiple times, is there any other solution where user can select the same values through list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 14:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801175#M1024869</guid>
      <dc:creator />
      <dc:date>2015-03-13T14:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: How get the last 7 days data</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801176#M1024870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check enclosed file...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 15:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801176#M1024870</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-13T15:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: How get the last 7 days data</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801177#M1024871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx alot Manish ...have been trying this for nearly 3 hrs..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 15:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801177#M1024871</guid>
      <dc:creator />
      <dc:date>2015-03-13T15:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: How get the last 7 days data</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801178#M1024872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can also try,by creating one variable (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;vDays&lt;/SPAN&gt;) ask user to put any value in that variable to see those many days bars into chart,by using the below exp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Date = {"&amp;gt;$(=Date(Max(Date)-vDays))&amp;lt;=$(=Date(Max(Date)))"}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 15:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801178#M1024872</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-03-13T15:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: How get the last 7 days data</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801179#M1024873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;I have tried your expression according to my requirements, but for some reason its not working. Could u please help me in achieving same in attached qvw.&lt;/P&gt;&lt;P&gt;I have few other queries Manish, regarding the triggers which are in qvw( 7 days, 6 days, 5days). when i press them in order i can see the changes but if do it in the reverse order..its not happening.&lt;/P&gt;&lt;P&gt;And finally Manish ..would u pls suggest me reference guide for qlikview expressions as I'm facing difficulty in writing expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx in advance !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2015 05:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801179#M1024873</guid>
      <dc:creator />
      <dc:date>2015-03-14T05:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: How get the last 7 days data</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801180#M1024874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;Create User Input Box where user can enter number of days &amp;amp; use these variable to deduct number of days from selected date.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2015 07:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801180#M1024874</guid>
      <dc:creator>mukesh24</dc:creator>
      <dc:date>2015-03-14T07:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: How get the last 7 days data</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801181#M1024875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh,&lt;/P&gt;&lt;P&gt;Would you please help me acheving that in qvw which is posted above.., Manish has replied with correct answer but still I'm unable to get that as per my requirement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2015 07:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801181#M1024875</guid>
      <dc:creator />
      <dc:date>2015-03-14T07:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: How get the last 7 days data</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801182#M1024876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 10:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801182#M1024876</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-03-16T10:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: How get the last 7 days data</title>
      <link>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801183#M1024877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx Shiva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 11:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-get-the-last-7-days-data/m-p/801183#M1024877</guid>
      <dc:creator />
      <dc:date>2015-03-16T11:07:41Z</dc:date>
    </item>
  </channel>
</rss>

