<?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 Extension - Javascript API - How to select multiple values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Extension-Javascript-API-How-to-select-multiple-values/m-p/646470#M541666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a List View showing all 50 states, I can click on "TX" (Texas) and hold Ctrl key, then click on "CA" (California)&lt;/P&gt;&lt;P&gt;This works like an "or"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have an extensnion.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I currently can pass "TX" to filter on it:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;A href="http://qlikcommunity.s3.amazonaws.com/misc/symbols/Qv.Document.Object.Data.html#SearchColumn"&gt;&lt;STRONG style="color: #002ebe; font-family: 'Courier New', Courier, monospace;"&gt;SearchColumn&lt;/STRONG&gt;&lt;SPAN style="color: #002ebe; font-family: 'Courier New', Courier, monospace;"&gt;(0, "TX");&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #002ebe; font-size: 10pt; font-family: 'Courier New', Courier, monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How can I pass both ["TX", "CA"] ? Is it possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2014 17:12:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-24T17:12:11Z</dc:date>
    <item>
      <title>Qlikview Extension - Javascript API - How to select multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Extension-Javascript-API-How-to-select-multiple-values/m-p/646470#M541666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a List View showing all 50 states, I can click on "TX" (Texas) and hold Ctrl key, then click on "CA" (California)&lt;/P&gt;&lt;P&gt;This works like an "or"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have an extensnion.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I currently can pass "TX" to filter on it:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;A href="http://qlikcommunity.s3.amazonaws.com/misc/symbols/Qv.Document.Object.Data.html#SearchColumn"&gt;&lt;STRONG style="color: #002ebe; font-family: 'Courier New', Courier, monospace;"&gt;SearchColumn&lt;/STRONG&gt;&lt;SPAN style="color: #002ebe; font-family: 'Courier New', Courier, monospace;"&gt;(0, "TX");&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #002ebe; font-size: 10pt; font-family: 'Courier New', Courier, monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How can I pass both ["TX", "CA"] ? Is it possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 17:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Extension-Javascript-API-How-to-select-multiple-values/m-p/646470#M541666</guid>
      <dc:creator />
      <dc:date>2014-06-24T17:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Extension - Javascript API - How to select multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Extension-Javascript-API-How-to-select-multiple-values/m-p/646471#M541667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The third parameter to the function ("toggle") is a boolean; make it "true" if you want to add;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #002ebe; font-family: 'Courier New', Courier, monospace;"&gt;SearchColumn&lt;/STRONG&gt;&lt;SPAN style="color: #002ebe; font-family: 'Courier New', Courier, monospace;"&gt;(colNo, searchString, &lt;STRONG&gt;toggle&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This seems odd to me, I'm not clear on what 'toggle' means:&lt;/P&gt;&lt;P&gt;The documentation says "&lt;SPAN style="color: #000000; font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em;"&gt;Whether to toggle selections."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I thought it means if "TX" is selected, and you SearchColumn(0, "TX", true) again, the selection will turn off&lt;/P&gt;&lt;P&gt;I guess it (also?) means that selections are cumulative; i.e. like holding Ctrl.&lt;/P&gt;&lt;P&gt;I used this property of the click event to as the toggle parameter:&lt;/P&gt;&lt;P&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ie/ms533699(v=vs.85).aspx" title="http://msdn.microsoft.com/en-us/library/ie/ms533699(v=vs.85).aspx"&gt;ctrlKey property (Internet Explorer)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 17:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Extension-Javascript-API-How-to-select-multiple-values/m-p/646471#M541667</guid>
      <dc:creator />
      <dc:date>2014-06-24T17:46:09Z</dc:date>
    </item>
  </channel>
</rss>

