<?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 QlikView 8.5 - Selection on sheet open. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-8-5-Selection-on-sheet-open/m-p/183158#M48526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the speedy reply.&lt;/P&gt;&lt;P&gt;I'm not sure that set analysis is what I need as all I want is to have it select the two quarters as the default selection when the sheet is opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gethyn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Mar 2010 10:30:21 GMT</pubDate>
    <dc:creator>Gethyn</dc:creator>
    <dc:date>2010-03-17T10:30:21Z</dc:date>
    <item>
      <title>QlikView 8.5 - Selection on sheet open.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-8-5-Selection-on-sheet-open/m-p/183156#M48524</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 have a QlikView where when a certain sheet is opened I would like to have two quarters of the financial year selected so I can view data side by side.&lt;/P&gt;&lt;P&gt;I have it working perfectly if I have the field selectors on screen and manually select the two quarters that I would like. However, I seem to be having difficulty getting my macro to select more than one quarter at a time.&lt;/P&gt;&lt;P&gt;This is what I have at the moment:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;Sub ScoreCard()&lt;BR /&gt;ActiveDocument.ActivateSheetByID "SH21"&lt;BR /&gt;ActiveDocument.GetField("Quarter").Select "2009/10 Q2"&lt;BR /&gt;End Sub&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Please could anyone advise how I make it select both "2009/10 Q2" and "2009/10 Q3"&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gethyn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 09:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-8-5-Selection-on-sheet-open/m-p/183156#M48524</guid>
      <dc:creator>Gethyn</dc:creator>
      <dc:date>2010-03-17T09:32:27Z</dc:date>
    </item>
    <item>
      <title>QlikView 8.5 - Selection on sheet open.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-8-5-Selection-on-sheet-open/m-p/183157#M48525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gethyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't know what the reason is you use a macro for making the correct selection?&lt;/P&gt;&lt;P&gt;You could think of using set analysis or something ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt; Quarter += '2009/10 Q2', Quarter += '2009/10 Q3' &amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 09:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-8-5-Selection-on-sheet-open/m-p/183157#M48525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-17T09:38:09Z</dc:date>
    </item>
    <item>
      <title>QlikView 8.5 - Selection on sheet open.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-8-5-Selection-on-sheet-open/m-p/183158#M48526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the speedy reply.&lt;/P&gt;&lt;P&gt;I'm not sure that set analysis is what I need as all I want is to have it select the two quarters as the default selection when the sheet is opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gethyn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 10:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-8-5-Selection-on-sheet-open/m-p/183158#M48526</guid>
      <dc:creator>Gethyn</dc:creator>
      <dc:date>2010-03-17T10:30:21Z</dc:date>
    </item>
    <item>
      <title>QlikView 8.5 - Selection on sheet open.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-8-5-Selection-on-sheet-open/m-p/183159#M48527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could add a macro to clear all selections when entering the sheet.&lt;/P&gt;&lt;P&gt;And in set analysis you could add the default selection ... this to be sure the selection is always correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ofcourse it can be done in the macro aswell ... just depends on what goals you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 10:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-8-5-Selection-on-sheet-open/m-p/183159#M48527</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-17T10:45:43Z</dc:date>
    </item>
    <item>
      <title>QlikView 8.5 - Selection on sheet open.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-8-5-Selection-on-sheet-open/m-p/183160#M48528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;For this You have to use toggle select..&lt;/P&gt;&lt;P&gt;sub g()&lt;BR /&gt; ActiveDocument.ActivateSheetByID "SH01"&lt;BR /&gt; set Y = activedocument.fields("Year")&lt;BR /&gt; Y.select "2000"&lt;BR /&gt; Y.toggleselect "2001"&lt;BR /&gt; Y.toggleselect "2002"&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;Try this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 12:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-8-5-Selection-on-sheet-open/m-p/183160#M48528</guid>
      <dc:creator />
      <dc:date>2010-03-17T12:24:41Z</dc:date>
    </item>
    <item>
      <title>QlikView 8.5 - Selection on sheet open.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-8-5-Selection-on-sheet-open/m-p/183161#M48529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blessy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That worked perfectly and did exactly what I wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gethyn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 08:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-8-5-Selection-on-sheet-open/m-p/183161#M48529</guid>
      <dc:creator>Gethyn</dc:creator>
      <dc:date>2010-03-18T08:32:18Z</dc:date>
    </item>
    <item>
      <title>QlikView 8.5 - Selection on sheet open.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-8-5-Selection-on-sheet-open/m-p/183162#M48530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 10:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-8-5-Selection-on-sheet-open/m-p/183162#M48530</guid>
      <dc:creator />
      <dc:date>2010-03-23T10:22:45Z</dc:date>
    </item>
  </channel>
</rss>

