<?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 Auto selection on sheet open without macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145827#M24472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your subject clearly mentioned that "Without macro". But the example is done based on macro.&lt;/P&gt;&lt;P&gt;Has anybody know to do without macro. Is it possible?&lt;/P&gt;&lt;P&gt;-Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jun 2009 18:49:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-06-04T18:49:20Z</dc:date>
    <item>
      <title>Auto selection on sheet open without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145824#M24469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've just started using V9 today and I thought that it was now possible to set default selections when you activate a sheet.&lt;/P&gt;&lt;P&gt;I have a calendar object containing the field 'order date', when the sheet is activated I would like the maximum 'order date' to be automatically selected.&lt;/P&gt;&lt;P&gt;I've tried to use the sheet trigger 'on activate sheet', but it doesn't seem to be working, and I can't find much help in the manual.&lt;/P&gt;&lt;P&gt;Any help would be much appriciated!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 21:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145824#M24469</guid>
      <dc:creator />
      <dc:date>2009-06-03T21:55:39Z</dc:date>
    </item>
    <item>
      <title>Auto selection on sheet open without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145825#M24470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen,&lt;/P&gt;&lt;P&gt;See if this example in QlikView Cookbook 9.0 helps. Or else you will need to write a macro which will select the maximum date and will do the selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 12:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145825#M24470</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2009-06-04T12:09:28Z</dc:date>
    </item>
    <item>
      <title>Auto selection on sheet open without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145826#M24471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks a lot - thats exactly what I needed!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 18:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145826#M24471</guid>
      <dc:creator />
      <dc:date>2009-06-04T18:39:18Z</dc:date>
    </item>
    <item>
      <title>Auto selection on sheet open without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145827#M24472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your subject clearly mentioned that "Without macro". But the example is done based on macro.&lt;/P&gt;&lt;P&gt;Has anybody know to do without macro. Is it possible?&lt;/P&gt;&lt;P&gt;-Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 18:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145827#M24472</guid>
      <dc:creator />
      <dc:date>2009-06-04T18:49:20Z</dc:date>
    </item>
    <item>
      <title>Auto selection on sheet open without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145828#M24473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To do this in V9 without a macro you need to set a Trigger on a sheet.&lt;/P&gt;&lt;P&gt;Go to Sheet Properties and select the Triggers tab.&lt;/P&gt;&lt;P&gt;Under the Sheet Event Triggers section select the Add Actions button&lt;/P&gt;&lt;P&gt;In the Dialogue that comes up, you can select a number of different things that can happen when you activate the sheet. This is where you would enumerate the items you would want to have selected when you first enter the sheet.&lt;/P&gt;&lt;P&gt;Keep in mind that you can add multiple actions if you need to select from multiple fields.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 04:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145828#M24473</guid>
      <dc:creator />
      <dc:date>2009-06-05T04:41:06Z</dc:date>
    </item>
    <item>
      <title>Auto selection on sheet open without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145829#M24474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - thats what I was after but I can't get it to select the max date - i can get it to perform other actions (e.g clear all selections).&lt;/P&gt;&lt;P&gt;Can you let me know what i 'm doing wrong?!&lt;/P&gt;&lt;P&gt;Sheet Properties - onactivtatesheet - addactions -&lt;/P&gt;&lt;P&gt;Actions = select in field&lt;/P&gt;&lt;P&gt;Field =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;"max(ALL Order Date)"&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 15:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145829#M24474</guid>
      <dc:creator />
      <dc:date>2009-06-05T15:48:58Z</dc:date>
    </item>
    <item>
      <title>Auto selection on sheet open without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145830#M24475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helen,&lt;/P&gt;&lt;P&gt;The short answer is:&lt;/P&gt;&lt;P&gt;Sheet Properties-&amp;gt;OnActivateSheet-&amp;gt;Add Actions&lt;/P&gt;&lt;P&gt;'Add' Button&lt;/P&gt;&lt;P&gt;Action Type: Selection Action: Select in Field&lt;/P&gt;&lt;P&gt;Field: Field Name (WITHOUT SQUARE BRACKETS)&lt;/P&gt;&lt;P&gt;Search String: =Max(ALL [Order Date]) &amp;lt;- must use the equals sign&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The longer answer is:&lt;/P&gt;&lt;P&gt;I find it wierd that you must explicitly remove the square brackets from the Field name in the Field input box. Smells like a bug to me. Also, I noticed that when I went back in to the event triggers my MAX statement was no longer there, but had been replaced by what the statement evaluates to (ie. 6-15-2009). This also smells like a bug...&lt;/P&gt;&lt;P&gt;I did get it to work this way, but it seems like an incomplete solution at this point. See what you think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sjprows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 05:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145830#M24475</guid>
      <dc:creator />
      <dc:date>2009-06-16T05:14:03Z</dc:date>
    </item>
    <item>
      <title>Auto selection on sheet open without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145831#M24476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes i have got it to work now in that way, however i'm getting the same bug (i.e the max statement disapears when I go back in).&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 15:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145831#M24476</guid>
      <dc:creator />
      <dc:date>2009-06-22T15:45:53Z</dc:date>
    </item>
    <item>
      <title>Auto selection on sheet open without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145832#M24477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to use more than one value as search string?&lt;/P&gt;&lt;P&gt;For example, I want to select the values 1, 5, 9.&lt;/P&gt;&lt;P&gt;I have tried "{1,5,9} but it doesnt work. Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 16:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-selection-on-sheet-open-without-macro/m-p/145832#M24477</guid>
      <dc:creator />
      <dc:date>2009-06-30T16:08:31Z</dc:date>
    </item>
  </channel>
</rss>

