<?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 Select most recent date as default selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-most-recent-date-as-default-selection/m-p/183837#M48960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks tresesco for providing this example. It helped me achieve the capability being discussed here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wanted to add that I was only able to get it to work after having some things set just so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First:&lt;/P&gt;&lt;P&gt;The entry in "Field" had to be "Date" not "=Date". Not obvious to me and frustrated me for several minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second:&lt;/P&gt;&lt;P&gt;The entry in "Search String" had to be: "=Date(Max({1} Date))". (For those who read this and wonder, read about set analysis to understand the {1} part).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only by having the entries like this was I able to get this example to work.&lt;/P&gt;&lt;P&gt;Hope this feedback helps others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Jul 2011 01:17:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-30T01:17:37Z</dc:date>
    <item>
      <title>Select most recent date as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Select-most-recent-date-as-default-selection/m-p/183831#M48954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone&lt;/P&gt;&lt;P&gt;I need assistance. I have historical data loaded. I want the Qlikview document to always open with the most recent date selected, there after I can select any other historical date.&lt;/P&gt;&lt;P&gt;I would truelly appreciate some help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karabo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 13:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-most-recent-date-as-default-selection/m-p/183831#M48954</guid>
      <dc:creator />
      <dc:date>2010-09-01T13:36:43Z</dc:date>
    </item>
    <item>
      <title>Select most recent date as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Select-most-recent-date-as-default-selection/m-p/183832#M48955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karabo,&lt;/P&gt;&lt;P&gt;I would prefer a trigger for this.&lt;/P&gt;&lt;P&gt;Go to Document Settings -&amp;gt;Triggers-&amp;gt;DocumentEventTriggers-&amp;gt;Select "OnOpen" -&amp;gt; Click AddAction-&amp;gt;Add -&amp;gt;Selection-&amp;gt;Select In Field-&amp;gt;OK&lt;/P&gt;&lt;P&gt;Then you have to put your datefield in the "Field" and put : =max(DateField) in the "Search String"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 13:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-most-recent-date-as-default-selection/m-p/183832#M48955</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2010-09-01T13:53:31Z</dc:date>
    </item>
    <item>
      <title>Select most recent date as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Select-most-recent-date-as-default-selection/m-p/183833#M48956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set a trigger based on "OnActivateSheet" or "OnOpen" and set action as below&lt;/P&gt;&lt;P&gt;"Select in Field"&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;B&gt;date&lt;/B&gt;(max(YourField),'MMM/YYYY')&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 13:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-most-recent-date-as-default-selection/m-p/183833#M48956</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2010-09-01T13:53:38Z</dc:date>
    </item>
    <item>
      <title>Select most recent date as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Select-most-recent-date-as-default-selection/m-p/183834#M48957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Put the Date() as :&lt;/P&gt;&lt;P&gt;=Date(Max(DateField))&lt;/P&gt;&lt;P&gt;and find the Attachment for reference.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;..tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 14:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-most-recent-date-as-default-selection/m-p/183834#M48957</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2010-09-01T14:02:25Z</dc:date>
    </item>
    <item>
      <title>Select most recent date as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Select-most-recent-date-as-default-selection/m-p/183835#M48958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out this thread for more ideas on this subject:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/t/21406.aspx"&gt;http://community.qlik.com/forums/t/21406.aspx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 14:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-most-recent-date-as-default-selection/m-p/183835#M48958</guid>
      <dc:creator />
      <dc:date>2010-09-01T14:02:59Z</dc:date>
    </item>
    <item>
      <title>Select most recent date as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Select-most-recent-date-as-default-selection/m-p/183836#M48959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you all, it was helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 14:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-most-recent-date-as-default-selection/m-p/183836#M48959</guid>
      <dc:creator />
      <dc:date>2010-09-01T14:04:55Z</dc:date>
    </item>
    <item>
      <title>Select most recent date as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Select-most-recent-date-as-default-selection/m-p/183837#M48960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks tresesco for providing this example. It helped me achieve the capability being discussed here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wanted to add that I was only able to get it to work after having some things set just so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First:&lt;/P&gt;&lt;P&gt;The entry in "Field" had to be "Date" not "=Date". Not obvious to me and frustrated me for several minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second:&lt;/P&gt;&lt;P&gt;The entry in "Search String" had to be: "=Date(Max({1} Date))". (For those who read this and wonder, read about set analysis to understand the {1} part).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only by having the entries like this was I able to get this example to work.&lt;/P&gt;&lt;P&gt;Hope this feedback helps others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2011 01:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-most-recent-date-as-default-selection/m-p/183837#M48960</guid>
      <dc:creator />
      <dc:date>2011-07-30T01:17:37Z</dc:date>
    </item>
  </channel>
</rss>

