Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
dmohanty
Partner - Specialist
Partner - Specialist

Save Selections and Clear Button


Hi All,

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.

  1. In my dashboard I have a simple List Box. The user should should select something from List Box  and close the document. Next time, when the dashboard is opened from Access Point, the same selections should be visible in List Box.
  2. After the selections are visible, User should select some more values in the List Box and a CLEAR BUTTON should be there to clear the new selections. This button should clear the new selections and go back to those selections which was found after opening the document.

N.B: All operations are performed on the docuemnt on Access Point (Plugin/AJAX)

Please suggest to achieve this.

Regards!!

Labels (1)
13 Replies
dmohanty
Partner - Specialist
Partner - Specialist
Author

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.

So I switched to Macro to put an easy code:

ActiveDocument.ShowPopup "Data Saved Successfully", 5000.

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.

jonasheisterkam
Partner - Creator III
Partner - Creator III

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.

Not applicable

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.

try to create a Bookmark Button

dmohanty
Partner - Specialist
Partner - Specialist
Author

Thanks again Jonas,

That was quick and effective!