<?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: Save Selections and Clear Button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550345#M205538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somehow values were hardcoded in variable, but good approach. Though did not get a chance to work in server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2013 17:54:34 GMT</pubDate>
    <dc:creator>dmohanty</dc:creator>
    <dc:date>2013-11-20T17:54:34Z</dc:date>
    <item>
      <title>Save Selections and Clear Button</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550337#M205530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement like below. Please help me in providing steps/scripts to do so. It would be helpful if someone shows with a Sample QVW File.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;In my dashboard I have a simple List Box. The user should should select something from List Box&amp;nbsp; and close the document. Next time, when the dashboard is opened from Access Point, the &lt;STRONG&gt;same selections should be visible&lt;/STRONG&gt; in List Box.&lt;/LI&gt;&lt;LI&gt;After the selections are visible, User should select some more values in the List Box and a &lt;STRONG&gt;CLEAR &lt;/STRONG&gt;&lt;STRONG&gt;BUTTON&lt;/STRONG&gt; should be there to clear the new selections. This &lt;STRONG&gt;button should clear the new selections and go back to those selections which was found after opening the document&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;N.B&lt;/STRONG&gt;: All operations are performed on the docuemnt on Access Point (Plugin/AJAX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 09:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550337#M205530</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-11-20T09:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Save Selections and Clear Button</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550338#M205531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Set Clear State. Right click on the top ajax menu. I think you can set it also with macro, what the user see next time depends on server settings, if he can create bookmarks you can do it with a macro too and load it on open.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 09:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550338#M205531</guid>
      <dc:creator>jonasheisterkam</dc:creator>
      <dc:date>2013-11-20T09:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Save Selections and Clear Button</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550339#M205532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please throw some more light on this? I don't have experience on Macro as well, so no idea how to create this.&lt;/P&gt;&lt;P&gt;Where is Set Clear State exactly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 09:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550339#M205532</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-11-20T09:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Save Selections and Clear Button</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550340#M205533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find the API Guide QVW here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-2640"&gt;QlikView Core COM API Guide - Version 11&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There the most commands with a example. A macro can be written in the modul part ander extra and call with a action. Actions can add to Button, TxtBoxes or on Document/Sheet/Field/Var changes. In the API QVW you find the macro part on the Automation Sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command to set the State as Clear State:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Makro:&lt;/P&gt;&lt;P&gt;sub test&lt;/P&gt;&lt;P&gt; ActiveDocument.SetClearState&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Action:&lt;/P&gt;&lt;P&gt;call Makro&lt;/P&gt;&lt;P&gt;test&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 09:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550340#M205533</guid>
      <dc:creator>jonasheisterkam</dc:creator>
      <dc:date>2013-11-20T09:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Save Selections and Clear Button</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550341#M205534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am not sure that it will work with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;(Plugin/AJAX)&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Check this attach file and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 10:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550341#M205534</guid>
      <dc:creator />
      <dc:date>2013-11-20T10:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Save Selections and Clear Button</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550342#M205535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just in the Clear buttoon add 2 actions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - The first one "Clear All" action&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - The second one "Apply Bookmark" with your previously saved and desired selections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 10:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550342#M205535</guid>
      <dc:creator />
      <dc:date>2013-11-20T10:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Save Selections and Clear Button</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550343#M205536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a ton to you. Your attached API Guide a helped a lot and I was able to achieve my requirements by writing Macros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I created a Macro, so as when a Button will be clicked, a Pop Up should come up. Its working perfectly in IEPlugin, &lt;STRONG&gt;but not in AJAX mode&lt;/STRONG&gt;. Could you please suggest on how it would be visible when opened in AJAX mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 17:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550343#M205536</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-11-20T17:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Save Selections and Clear Button</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550344#M205537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jaime ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your tips were helpful a lot too along with Jonas's reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 17:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550344#M205537</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-11-20T17:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Save Selections and Clear Button</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550345#M205538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somehow values were hardcoded in variable, but good approach. Though did not get a chance to work in server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 17:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550345#M205538</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-11-20T17:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Save Selections and Clear Button</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550346#M205539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Easy way: Use the Action set value to var. Its under External i think, i use the german version so i can't tell you the exact menu names. In the TxtBox you can use in the layout tab VAR = X then show. On the shown TxtBox you can set VAR to Y by a action. It will hide the TxtBox on click.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 18:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550346#M205539</guid>
      <dc:creator>jonasheisterkam</dc:creator>
      <dc:date>2013-11-20T18:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Save Selections and Clear Button</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550347#M205540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a task I tried also, But it has lot of other stuffs to do also, Like Close the Message Box on clicking OK/ 'X', colors etc etc...that became a mess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I switched to Macro to put an easy code:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ActiveDocument.ShowPopup "Data Saved Successfully", 5000.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appeared nice, with a 'X' symbol to close as well or it vanishes after 5 seconds as well. But this does not works in AJAX.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 18:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550347#M205540</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-11-20T18:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Save Selections and Clear Button</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550348#M205541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add more then one action on the button. So you can start a macro and show TxtBox without any macro code. In the qvw i have add a example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 18:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550348#M205541</guid>
      <dc:creator>jonasheisterkam</dc:creator>
      <dc:date>2013-11-20T18:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Save Selections and Clear Button</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550349#M205542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The bookmark are the best one, each time user select u can save it and re-run it at any time. I'v used it and it work.&lt;/P&gt;&lt;P&gt;try to create a Bookmark Button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 19:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550349#M205542</guid>
      <dc:creator />
      <dc:date>2013-11-20T19:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Save Selections and Clear Button</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550350#M205543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Jonas,&lt;/P&gt;&lt;P&gt;That was quick and effective!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 07:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Selections-and-Clear-Button/m-p/550350#M205543</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-11-21T07:21:01Z</dc:date>
    </item>
  </channel>
</rss>

