<?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 Timestamp, Max() and set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-Max-and-set-analysis/m-p/270304#M101383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remember I had a similar problem just recently, but don't know how I handled it right now, need to look up tomorrow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible for you to post a sample application here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 18 Sep 2011 22:01:49 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-09-18T22:01:49Z</dc:date>
    <item>
      <title>Timestamp, Max() and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Max-and-set-analysis/m-p/270303#M101382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, in my script I define a variable as Max(Num(DATEFIELD)). And in a chart I use set analysis to show the values belonging to this max date. Now as long as I use a datefield without time-part (floor(DATEFIELD) this works fine. Now I need to use a full date+time DATEFIELD and somehow my set analysis doesn't match this date (and time) anymore. Although the variable gives me the correct max value to match with in the set analysis (40746,4937...)? Regards, Sander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Sep 2011 20:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Max-and-set-analysis/m-p/270303#M101382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-18T20:32:31Z</dc:date>
    </item>
    <item>
      <title>Timestamp, Max() and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Max-and-set-analysis/m-p/270304#M101383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remember I had a similar problem just recently, but don't know how I handled it right now, need to look up tomorrow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible for you to post a sample application here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Sep 2011 22:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Max-and-set-analysis/m-p/270304#M101383</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-18T22:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp, Max() and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Max-and-set-analysis/m-p/270305#M101384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan, sure. Here it is. Can't get it to work. The variable shows no value... Regards, Sander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 07:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Max-and-set-analysis/m-p/270305#M101384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-19T07:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp, Max() and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Max-and-set-analysis/m-p/270306#M101385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sander, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try your expressions using quotes around the variable, like&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;DATE={'$(vMaxiDateFull)'}&amp;gt;} ITEMA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 09:12:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Max-and-set-analysis/m-p/270306#M101385</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-19T09:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp, Max() and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Max-and-set-analysis/m-p/270307#M101386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan, life can be so easy. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS:&lt;/P&gt;&lt;P&gt;Also tried to leave out the equal sign in the SET command in the script. Then the variable uses the formula but then I can't find a working syntax for the set analysis/dollar sign expansion. Not that I need it now (since adding the quotes has done the trick) but as a general question in this case. Regards, Sander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 09:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Max-and-set-analysis/m-p/270307#M101386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-19T09:21:38Z</dc:date>
    </item>
  </channel>
</rss>

