Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
reshmakala
Creator III
Creator III

Clear before passing parameters

Hello all,

I am passing parameters to my QlikView application through URL as below.

https://*****&select=LB01,'XX'&select=LB02,"4364 ddgdfh"

I want to know how to clear all existing selections and then pass parameters through URL?

Thanks in advance.

4 Replies
swuehl
MVP
MVP

You can create a bookmark with your selection only and call that bookmark using Ajax:

AJAX and URL parameters

https://*****&bookmark=Server\BM01

reshmakala
Creator III
Creator III
Author

My selections are not constant. They are selected by users and then passed as parameters.

swuehl
MVP
MVP

I haven't tested it, but have you tried combining a bookmark call with list box selection?

https://*****&bookmark=Server\BM01&select=LB01,'XX'&select=LB02,'4364 ddgdfh'

reshmakala
Creator III
Creator III
Author

Hi Thank you for the response but it doesnt seem to work that way.