<?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 Clear All on Reload or client Refresh in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Clear-All-on-Reload-or-client-Refresh/m-p/645847#M1263784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to clear all filters when a document is reloaded or the client triggers a refresh in their browser?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an app that should always default to showing all data.&amp;nbsp; It is displayed on a team monitor and is refreshed every 15 minutes.&amp;nbsp; If someone accidentally applies a filter, It should be cleared the next time a reload/refresh occurs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>michaelfentondata</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Clear All on Reload or client Refresh</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-All-on-Reload-or-client-Refresh/m-p/645847#M1263784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to clear all filters when a document is reloaded or the client triggers a refresh in their browser?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an app that should always default to showing all data.&amp;nbsp; It is displayed on a team monitor and is refreshed every 15 minutes.&amp;nbsp; If someone accidentally applies a filter, It should be cleared the next time a reload/refresh occurs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-All-on-Reload-or-client-Refresh/m-p/645847#M1263784</guid>
      <dc:creator>michaelfentondata</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Clear All on Reload or client Refresh</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-All-on-Reload-or-client-Refresh/m-p/645848#M1263786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can right a trigger for it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Action--&amp;gt; Selection---&amp;gt; Clear all or Clear Field or Clear other field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Document Properties--&amp;gt; Triggers--&amp;gt; Document Event trigger you can set the trigger..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can right macro and call the macro in the trigger...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Clear()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ActiveDocument.SetClearState&lt;/P&gt;&lt;P&gt; ActiveDocument.Clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 05:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-All-on-Reload-or-client-Refresh/m-p/645848#M1263786</guid>
      <dc:creator>selvakumarsr</dc:creator>
      <dc:date>2014-07-10T05:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Clear All on Reload or client Refresh</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-All-on-Reload-or-client-Refresh/m-p/645849#M1263788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this blog&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4343"&gt;Triggering an EDX Task from the Ajax Client&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 05:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-All-on-Reload-or-client-Refresh/m-p/645849#M1263788</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-07-10T05:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Clear All on Reload or client Refresh</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-All-on-Reload-or-client-Refresh/m-p/645850#M1263789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="ClearAll-Reload.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81409_ClearAll-Reload.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Clear All while Reload.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Settings -&amp;gt;&amp;nbsp; Document Properties -&amp;gt; Triggers -&amp;gt; OnOpen Click on Add Action(s)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actions -&amp;gt; Add -&amp;gt; Selection(Action Type) -&amp;gt; Clear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show the Default Sheet Tab when you open the Document.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Clear All while Reload.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Settings -&amp;gt;&amp;nbsp; Document Properties -&amp;gt; Triggers -&amp;gt; OnOpen Click on Add Action(s)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actions -&amp;gt; Add -&amp;gt; LayOut(Action Type) -&amp;gt; Activate Sheet , Next to Sheet ID Mention the required Sheet Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got the Answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 18:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-All-on-Reload-or-client-Refresh/m-p/645850#M1263789</guid>
      <dc:creator />
      <dc:date>2015-03-20T18:17:16Z</dc:date>
    </item>
  </channel>
</rss>

