<?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: Expression Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/793227#M1041441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you are selecting a date/month to get last three day sales. Try expression like:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date={"&amp;gt;$(=Date(Max(Date)-3)) &amp;lt;=$(=Date(Max(Date)))"}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2014 11:22:05 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-12-08T11:22:05Z</dc:date>
    <item>
      <title>Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/793223#M1041437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last 3 Days sale for two year....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 10:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/793223#M1041437</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2014-12-08T10:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/793224#M1041438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Always come back(after posting) and try to see your post from others' (who know nothing about your app or requirement beyond the words you wrote) point-of-view to check if you can make out something meaningful out of that. If not, you might have to be more expressive in your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 10:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/793224#M1041438</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-12-08T10:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/793225#M1041439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI TRESESCO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHAT I WANT IS LIKE FOR YEAR 2014, &lt;/P&gt;&lt;P&gt;Ex in April 2014 last three days Sale april,&lt;/P&gt;&lt;P&gt;in may 2014 last three days sale of may and so on for rest of the month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible? if yes than what is the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 10:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/793225#M1041439</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2014-12-08T10:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/793226#M1041440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abhay,&lt;/P&gt;&lt;P&gt;use daystart() and dayend() function!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Barathiraja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 11:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/793226#M1041440</guid>
      <dc:creator />
      <dc:date>2014-12-08T11:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/793227#M1041441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you are selecting a date/month to get last three day sales. Try expression like:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date={"&amp;gt;$(=Date(Max(Date)-3)) &amp;lt;=$(=Date(Max(Date)))"}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 11:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/793227#M1041441</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-12-08T11:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/793228#M1041442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sales in last 3 days of the month...&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Datefield ={"&amp;gt;=$(=date(Monthend(Datefield)-2)) &amp;lt;=$(=date(Monthend(Datefield)))"}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 11:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/793228#M1041442</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-12-08T11:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/793229#M1041443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couldn't agree more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 11:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help/m-p/793229#M1041443</guid>
      <dc:creator />
      <dc:date>2014-12-08T11:36:48Z</dc:date>
    </item>
  </channel>
</rss>

