Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Passing Selections via URL

While I know how to construct a URL to make selections in list boxes, these are always explicit selections. Is there a way to pass a search expression, such as where you want a URL to open a .qvw and select all records where the Contract_Start_Date <= today()  ?

1 Solution

Accepted Solutions
swuehl
MVP
MVP

You should be able to do searches in your list box object selections, like in

QlikView

View solution in original post

3 Replies
swuehl
MVP
MVP

You should be able to do searches in your list box object selections, like in

QlikView

vishsaggi
Champion III
Champion III

When a URL opens a xyz.qvw file, why dont you set an OnOpen trigger in that xyz.qvw file itself ? Or is there some thing happening in the URL construct file? Can you elaborate little more please here ?

Anonymous
Not applicable
Author

Thanks Stefan!

Adding this to the URL did it:

&select=LB_ConDate,("=[Contract_Start_Date]>=today()")