<?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: Clear all selections in my document? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Clear-all-selections-in-my-document/m-p/313258#M1240233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you get the syntax? i am looking for a way to clear the selection when the page gets loaded in the "Edit Module"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Apr 2013 12:43:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-22T12:43:12Z</dc:date>
    <item>
      <title>Clear all selections in my document?</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-all-selections-in-my-document/m-p/313254#M1240224</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'm trying to understand how to write stuff by reading the Qlikview JavaScript Library documentation, but beeing novice on both Java and Extensions foreces me to ask at the forum again...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I want to clear all selections in my document when my extension is initiated.&lt;BR /&gt;I have written like this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt; Qva.AddExtension("ExtensionTest", function () &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt; { &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt; var mydoc = Qv.GetCurrentDocument();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt; myDoc.Clear();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt; });&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my selections are still there when my extension object is started / restarted.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I noticed that &lt;/P&gt;&lt;P&gt;t&lt;SPAN style="color: #808000;"&gt;his.Data.ClearSelections();&lt;/SPAN&gt; will clear all dimensions that are connected to my extension, but I want to clear &lt;STRONG&gt;all &lt;/STRONG&gt;selections in my document.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-all-selections-in-my-document/m-p/313254#M1240224</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Clear all selections in my document?</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-all-selections-in-my-document/m-p/313255#M1240226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; No answer...Is this question to simple or to complex?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 13:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-all-selections-in-my-document/m-p/313255#M1240226</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2012-01-30T13:51:03Z</dc:date>
    </item>
    <item>
      <title>Clear all selections in my document?</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-all-selections-in-my-document/m-p/313256#M1240228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you try in macro...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 16:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-all-selections-in-my-document/m-p/313256#M1240228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-30T16:25:41Z</dc:date>
    </item>
    <item>
      <title>Clear all selections in my document?</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-all-selections-in-my-document/m-p/313257#M1240230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestion. But I don't want to clear all with a macro in the docuement since I need the extension object to trigger the "clear all" based on some events in the extension object itself. Therefore I need this to be written in Java Script inside the extension script. Regards Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 23:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-all-selections-in-my-document/m-p/313257#M1240230</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2012-01-30T23:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Clear all selections in my document?</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-all-selections-in-my-document/m-p/313258#M1240233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you get the syntax? i am looking for a way to clear the selection when the page gets loaded in the "Edit Module"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 12:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-all-selections-in-my-document/m-p/313258#M1240233</guid>
      <dc:creator />
      <dc:date>2013-04-22T12:43:12Z</dc:date>
    </item>
  </channel>
</rss>

