
Contributor III
2021-10-17
05:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Passing parameters in bookmark/Qlik App url
Hi ,
I want to pass the filter value to the qlik sense app..
For Example: I have an excel file which has issue ID in it.. so for each id I have to call the qlik sense app using that id as a filter parameter.. such as when user clicks on the link the Qlik app should only show him data of that id.. How do I do this..
Thanks,
Neha
1 Solution
Accepted Solutions

Contributor III
2022-11-08
09:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Format for passing filters in a url
BaseURL/select/[field]/[value1]
where BaseURL is everything up to and including /state/analysis
In excel you might have
ID | Link |
1 | https://server/sense/app/<appid>/sheet/<sheetid>/state/analysis/select/[field]/]value] |
Check this out
1,479 Views
1 Reply

Contributor III
2022-11-08
09:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Format for passing filters in a url
BaseURL/select/[field]/[value1]
where BaseURL is everything up to and including /state/analysis
In excel you might have
ID | Link |
1 | https://server/sense/app/<appid>/sheet/<sheetid>/state/analysis/select/[field]/]value] |
Check this out
1,480 Views
