<?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: i have dates like ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/i-have-dates-like/m-p/882221#M1001648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SET DateFormat='DD/MM/YYYY';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;in the script header and in the chart,create an expression as below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;SalesDate={"$(=date(only(SalesDate)-7))"}&amp;gt;}SalesAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 May 2015 18:56:14 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2015-05-30T18:56:14Z</dc:date>
    <item>
      <title>i have dates like ?</title>
      <link>https://community.qlik.com/t5/QlikView/i-have-dates-like/m-p/882218#M1001645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i have&amp;nbsp; 2 fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date and sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date:&lt;/P&gt;&lt;P&gt;1/1/2015&lt;/P&gt;&lt;P&gt;2/1/2015,&lt;/P&gt;&lt;P&gt;3/1/2015,&lt;/P&gt;&lt;P&gt;4/1/2015&lt;/P&gt;&lt;P&gt;5/1/2015&lt;/P&gt;&lt;P&gt;6/1/2015&lt;/P&gt;&lt;P&gt;7/1/2015&lt;/P&gt;&lt;P&gt;8/1/2015&lt;/P&gt;&lt;P&gt;9/1/2015&lt;/P&gt;&lt;P&gt;10/1/2015&lt;/P&gt;&lt;P&gt;11/1/2015&lt;/P&gt;&lt;P&gt;12/1/2015&lt;/P&gt;&lt;P&gt;13/1/2015&lt;/P&gt;&lt;P&gt;14/1/2015&lt;/P&gt;&lt;P&gt;15/1/2015&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;30/1/2015&lt;/P&gt;&lt;P&gt;31/1/2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and sales is for every date like 100,200,300......30000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my req is for example if select on any one date like&amp;nbsp; 14/1/2015 is wednesday .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i select on&amp;nbsp; 14/1/2015 means then i want see the sales for only&amp;nbsp;&amp;nbsp; 14/1/2015(wed)&amp;nbsp; and exactly previous week wednesday means (7/1/2015) &lt;/P&gt;&lt;P&gt;it means i want see sales for only selected date and from selected date to exactly one week back to that date &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in the same way if i select&amp;nbsp; 15/1/2015 theni want see salesfor&amp;nbsp; 15/1/2015 and 8/1/2015(even i dont want see data between dates of 15/1/2015 and 8/1/2015) i want see for only&amp;nbsp;&amp;nbsp; 15/1/2015 and&amp;nbsp; 8/1/2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope u guys understand the question &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2015 07:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-have-dates-like/m-p/882218#M1001645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-30T07:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: i have dates like ?</title>
      <link>https://community.qlik.com/t5/QlikView/i-have-dates-like/m-p/882219#M1001646</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;create 2 expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st : Sum({&amp;lt;date={"$(=date(max(date)))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;2nd : Sum({&amp;lt;date={"$(=date(max(date)-7))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Carefull with date Format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2015 07:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-have-dates-like/m-p/882219#M1001646</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-05-30T07:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: i have dates like ?</title>
      <link>https://community.qlik.com/t5/QlikView/i-have-dates-like/m-p/882220#M1001647</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;Have a look at the applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2015 07:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-have-dates-like/m-p/882220#M1001647</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2015-05-30T07:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: i have dates like ?</title>
      <link>https://community.qlik.com/t5/QlikView/i-have-dates-like/m-p/882221#M1001648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SET DateFormat='DD/MM/YYYY';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;in the script header and in the chart,create an expression as below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;SalesDate={"$(=date(only(SalesDate)-7))"}&amp;gt;}SalesAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2015 18:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-have-dates-like/m-p/882221#M1001648</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-05-30T18:56:14Z</dc:date>
    </item>
  </channel>
</rss>

