<?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 Quick Set Analysis Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Quick-Set-Analysis-Question/m-p/218721#M71803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you need Set Analysis at all... Using basic QlikView functionality, the expression max(SalesDate) will return the max available SalesDate. If a specific Receiver is selected, the furmula will return the max Date associated with that specific Reciever.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Apr 2010 00:19:15 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2010-04-20T00:19:15Z</dc:date>
    <item>
      <title>Quick Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Quick-Set-Analysis-Question/m-p/218720#M71802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if anyone could help me out with a set analysis problem. I have two fields: SalesDate and Receiver. Both are selectable via multibox. I would like to present the Max(SalesDate) in a separate text box based on current Receiver.&lt;/P&gt;&lt;P&gt;Currently I have:&lt;/P&gt;&lt;P&gt;=Max( {$ &amp;lt;Receiver&amp;gt;} SalesDate )&lt;/P&gt;&lt;P&gt;This works fine until I change the SalesDate to something in the past. I'm sure this is a simple solution, I just need to be steered in the right direction. Any help would be appreciated. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 23:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quick-Set-Analysis-Question/m-p/218720#M71802</guid>
      <dc:creator />
      <dc:date>2010-04-19T23:43:17Z</dc:date>
    </item>
    <item>
      <title>Quick Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Quick-Set-Analysis-Question/m-p/218721#M71803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you need Set Analysis at all... Using basic QlikView functionality, the expression max(SalesDate) will return the max available SalesDate. If a specific Receiver is selected, the furmula will return the max Date associated with that specific Reciever.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 00:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quick-Set-Analysis-Question/m-p/218721#M71803</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-04-20T00:19:15Z</dc:date>
    </item>
    <item>
      <title>Quick Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Quick-Set-Analysis-Question/m-p/218722#M71804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Oleg.&lt;/P&gt;&lt;P&gt;I'm still running into a problem when I change the SalesDate in the multibox though. If the max SalesDate is 1/31/2010 and I select the SalesDate 1/28/2010 in the multibox, then the max(SalesDate) function returns 1/28/2010.&lt;/P&gt;&lt;P&gt;I would like the returning value in the text box to be the max of the entire SalesDate set belonging to the selected Receiver, regardless of a change in date in the multibox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 00:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quick-Set-Analysis-Question/m-p/218722#M71804</guid>
      <dc:creator />
      <dc:date>2010-04-20T00:40:54Z</dc:date>
    </item>
    <item>
      <title>Quick Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Quick-Set-Analysis-Question/m-p/218723#M71805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would a screen shot help anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 06:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quick-Set-Analysis-Question/m-p/218723#M71805</guid>
      <dc:creator />
      <dc:date>2010-04-20T06:22:13Z</dc:date>
    </item>
    <item>
      <title>Quick Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Quick-Set-Analysis-Question/m-p/218724#M71806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this:&lt;/P&gt;&lt;P&gt;Max({$&amp;lt;SalesDate=&amp;gt;} SalesDate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 07:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quick-Set-Analysis-Question/m-p/218724#M71806</guid>
      <dc:creator>nicole</dc:creator>
      <dc:date>2010-04-20T07:20:51Z</dc:date>
    </item>
    <item>
      <title>Quick Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Quick-Set-Analysis-Question/m-p/218725#M71807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&gt;=max( {&amp;lt;SalesDate=&amp;gt;} SalesDate)&lt;/P&gt;&lt;P&gt;This would ignore any made selections for SalesDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 07:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quick-Set-Analysis-Question/m-p/218725#M71807</guid>
      <dc:creator />
      <dc:date>2010-04-20T07:37:10Z</dc:date>
    </item>
    <item>
      <title>Quick Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Quick-Set-Analysis-Question/m-p/218726#M71808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! Works perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 07:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quick-Set-Analysis-Question/m-p/218726#M71808</guid>
      <dc:creator />
      <dc:date>2010-04-20T07:40:07Z</dc:date>
    </item>
  </channel>
</rss>

