<?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: Set Analysis using &amp;quot;Date&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-quot-Date-quot/m-p/1084355#M925203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, I am glad it worked. I would request you to close this thread if you got what you were looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2016 19:13:14 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-04-08T19:13:14Z</dc:date>
    <item>
      <title>Set Analysis using "Date"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-quot-Date-quot/m-p/1084351#M925199</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;I am new to Qlikview och having a little problem with set analysis using "Date" that I would love to have help from any of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to compare today's result with yesterday's, that of 5 days ago or 10 days ago etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have done so far, which apparently does't work is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script:&lt;/P&gt;&lt;P&gt;SET v1DayAgo= DATE(MAX(Date)-1)&lt;/P&gt;&lt;P&gt;SET v5DaysAgo= DATE(MAX(Date)-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In textbox:&lt;/P&gt;&lt;P&gt;=SUM(|$&amp;lt;Date=|$(v1DayAgo)|&amp;gt;Result)&lt;/P&gt;&lt;P&gt;=SUM(|$&amp;lt;Date=|$(v5DaysAgo)|&amp;gt;Result)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't get any error when entering the expression, but what I get out of these is "-"..&lt;/P&gt;&lt;P&gt;Does anyone have any idea what I have done wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for help in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ayako&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-quot-Date-quot/m-p/1084351#M925199</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis using "Date"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-quot-Date-quot/m-p/1084352#M925200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why you have pipes, but the expression should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Sum({$&amp;lt;Date={"$(=$(v1DayAgo))"}&amp;gt;Result)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Sum({$&amp;lt;Date={"$(=$(v5DaysAgo))"}&amp;gt;Result)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 17:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-quot-Date-quot/m-p/1084352#M925200</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T17:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis using "Date"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-quot-Date-quot/m-p/1084353#M925201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this doesn't work then check if you get a 1 day ago date in a text box when you add this -&amp;gt; &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=$(v1DayAgo)&lt;/STRONG&gt;. If it doesn't you might need to add &lt;STRONG&gt;=$(=v1DayAgo) &lt;/STRONG&gt;and make the same change in the two expressions provided above. Also make sure you get the result in the same format as DateField you have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 17:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-quot-Date-quot/m-p/1084353#M925201</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T17:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis using "Date"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-quot-Date-quot/m-p/1084354#M925202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow it worked! Thank you so much, Sunny T!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why I had pipes is that I posted my quesiton from mac and didn't know where I could find these "{ }"..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great weekend!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 18:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-quot-Date-quot/m-p/1084354#M925202</guid>
      <dc:creator />
      <dc:date>2016-04-08T18:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis using "Date"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-quot-Date-quot/m-p/1084355#M925203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, I am glad it worked. I would request you to close this thread if you got what you were looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 19:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-quot-Date-quot/m-p/1084355#M925203</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T19:13:14Z</dc:date>
    </item>
  </channel>
</rss>

