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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Neha121
Contributor III
Contributor III

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
markperrone
Contributor III
Contributor III

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 

https://community.qlik.com/t5/Qlik-Sense-Documents/App-integration-API-simplify-analysis-of-large-da...

View solution in original post

1 Reply
markperrone
Contributor III
Contributor III

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 

https://community.qlik.com/t5/Qlik-Sense-Documents/App-integration-API-simplify-analysis-of-large-da...