<?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: Default selection upon opening in Multi Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Default-selection-upon-opening-in-Multi-Box/m-p/619029#M546033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for pointing me in the right direction!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max({1}[Field]) works nicely as an On Open trigger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2014 11:57:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-13T11:57:34Z</dc:date>
    <item>
      <title>Default selection upon opening in Multi Box</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-upon-opening-in-Multi-Box/m-p/619025#M546029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello fellow QlikViewers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a multibox that always has a single value selected for my [AsAt] field. The values are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AsAt&lt;/P&gt;&lt;P&gt;2013/14-P13 Most Recent Load as at 2014-03-09 20:12&lt;/P&gt;&lt;P&gt;2013/14-P12 As at 2014-03-01 20:10&lt;/P&gt;&lt;P&gt;2013/14-P11 As at 2014-02-01 20:02&lt;/P&gt;&lt;P&gt;2013/14-P10 As at 2014-01-04 20:11&lt;/P&gt;&lt;P&gt;2013/14-P09 As at 2013-12-07 20:18&lt;/P&gt;&lt;P&gt;2013/14-P08 As at 2013-11-09 19:59&lt;/P&gt;&lt;P&gt;2013/14-P07 As at 2013-10-12 18:55&lt;/P&gt;&lt;P&gt;2013/14-P06 As at 2013-09-14 20:04&lt;/P&gt;&lt;P&gt;2013/14-P05 As at 2013-08-17 16:40&lt;/P&gt;&lt;P&gt;2013/14-P04 As at 2013-07-20 20:09&lt;/P&gt;&lt;P&gt;2013/14-P03 As at 2013-06-08 19:58&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within my multi box, I have sort options set to Numeric Value: Descending and Text: Z -&amp;gt; A. This sorts the values appropriately but when opening the dashboard, 2013/14-P03 is always selected. I would like the most recent period, 2013/14-P13 to be selected by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should note my load script pulls AsAt from a QVD file. Both my QVD script and my dashboard script have Document Properties sorting set to the same as the multibox. The data is refreshed nightly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas as to how to set the default selection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 10:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-upon-opening-in-Multi-Box/m-p/619025#M546029</guid>
      <dc:creator />
      <dc:date>2014-03-10T10:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection upon opening in Multi Box</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-upon-opening-in-Multi-Box/m-p/619026#M546030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps sorting by Load Order in descending order will do the trick. Otherwise you'll need to use the OnOpen document trigger and add a Select in Field action to select that last value: *Most*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 10:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-upon-opening-in-Multi-Box/m-p/619026#M546030</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-03-10T10:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection upon opening in Multi Box</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-upon-opening-in-Multi-Box/m-p/619027#M546031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With a trigger on the page or in the document (at the end of loading data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trigger the selection of a field with the value you need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 10:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-upon-opening-in-Multi-Box/m-p/619027#M546031</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-10T10:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection upon opening in Multi Box</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-upon-opening-in-Multi-Box/m-p/619028#M546032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Melissa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;within the default_selection_wizard (I assume you have a trigger somewhere), you can use a search_expression implementing either&lt;/P&gt;&lt;P&gt;- the FIRSTSORTEDVALUE() fct. or&lt;/P&gt;&lt;P&gt;- the max() fct. (as your most recent value seems to be the largest, numerically)&lt;/P&gt;&lt;P&gt;Test it in a listbox (a search_expression starts with an x, like:&lt;/P&gt;&lt;ADDRESS&gt;&amp;gt;&amp;gt;&amp;gt; = [value] = max([value]) &amp;lt;&amp;lt;&amp;lt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;HTH&lt;/ADDRESS&gt;&lt;ADDRESS&gt;Best regards,&lt;/ADDRESS&gt;&lt;ADDRESS&gt; &lt;/ADDRESS&gt;&lt;ADDRESS&gt;DataNibbler&lt;/ADDRESS&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 10:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-upon-opening-in-Multi-Box/m-p/619028#M546032</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-03-10T10:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection upon opening in Multi Box</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-upon-opening-in-Multi-Box/m-p/619029#M546033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for pointing me in the right direction!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max({1}[Field]) works nicely as an On Open trigger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-upon-opening-in-Multi-Box/m-p/619029#M546033</guid>
      <dc:creator />
      <dc:date>2014-03-13T11:57:34Z</dc:date>
    </item>
  </channel>
</rss>

