<?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 How to make a double selection using a macro? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-a-double-selection-using-a-macro/m-p/144620#M23490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It Did not work. PBO only appears, as "true" clause is not being recognized&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2009 02:32:18 GMT</pubDate>
    <dc:creator>rcandeo</dc:creator>
    <dc:date>2009-05-21T02:32:18Z</dc:date>
    <item>
      <title>How to make a double selection using a macro?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-double-selection-using-a-macro/m-p/144618#M23488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a macro that makes an initial selection in my application that is like this:&lt;/P&gt;&lt;P&gt;ActiveDocument.GetField("Group").Select ("MDF")&lt;/P&gt;&lt;P&gt;I need to select "MDF" group and either "PBO" group, but I don't know how to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 01:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-double-selection-using-a-macro/m-p/144618#M23488</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2009-05-21T01:58:47Z</dc:date>
    </item>
    <item>
      <title>How to make a double selection using a macro?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-double-selection-using-a-macro/m-p/144619#M23489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0in 0in 0pt;"&gt;set field = ActiveDocument.getField("Group")&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;field.Select("MDF") 'wipes out current selections and then selects MDF&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;field.Select("PBO"),true 'leaves current selections and selects PBO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 02:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-double-selection-using-a-macro/m-p/144619#M23489</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-05-21T02:09:05Z</dc:date>
    </item>
    <item>
      <title>How to make a double selection using a macro?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-double-selection-using-a-macro/m-p/144620#M23490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It Did not work. PBO only appears, as "true" clause is not being recognized&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 02:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-double-selection-using-a-macro/m-p/144620#M23490</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2009-05-21T02:32:18Z</dc:date>
    </item>
    <item>
      <title>How to make a double selection using a macro?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-double-selection-using-a-macro/m-p/144621#M23491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0in 0in 0pt;"&gt;Bah, that'll teach me to extrapolate from SelectValues, for which that parameter tells it to be in toggle mode. Actually READING the API guide now, it looks like you want to use ToggleSelect. So like this:&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;set field = ActiveDocument.getField("Group")&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;field.Select("MDF") 'wipes out current selections and then selects MDF&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;field.ToggleSelect("PBO") 'toggles the selection of PBO, which turns it on without touching MDF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 02:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-double-selection-using-a-macro/m-p/144621#M23491</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-05-21T02:41:50Z</dc:date>
    </item>
  </channel>
</rss>

