Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
shah_jigesh16
Partner - Contributor III
Partner - Contributor III

QlikSense URL Pass multiple filter values for a field while navigating from external Web App to QlikSense

HI All,

We are working on a scenario where an user will logon to Web application built in Angular having list of values for a particular field.

For ex: FieldA

Selection/Values to be passed: value 1= ABC  and Value 2 = XYZ

Are using below URL which works fine for passing 1 value but how to make it work for multiple values?

https://<<servername>>/sense/app/app id/sheet/sheet id/state/analysis/options/clearselections/select/<<field name>>/[value 1]

https://<<servername>>/sense/app/app id/sheet/sheet id/state/analysis/options/clearselections/select/FieldA/ABC

we tried below but doesnt seem to work.

trial 1: 

https://<<servername>>/sense/app/app id/sheet/sheet id/state/analysis/options/clearselections/select/FieldA/"ABC" , "XYZ"

trial 2:

https://<<servername>>/sense/app/app id/sheet/sheet id/state/analysis/options/clearselections/select/FieldA/ABC XYX

trial 3: 

https://<<servername>>/sense/app/app id/sheet/sheet id/state/analysis/options/clearselections/select/FieldA/ABC | XYZ

trila 4: 

https://<<servername>>/sense/app/app id/sheet/sheet id/state/analysis/options/clearselections/select/FieldA/ABC , XYZ

Any suggestions how to resolve this issue

1 Solution

Accepted Solutions
rubenmarin

Hi, it will be with semicolon: http[s]://<machinename | servername>/{virtual proxy}/sense/app/{appid}/sheet/{sheetid}/state/analysis/select/{field}/{value1;value2}

https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/APIs/Content/Sense_ClientAPIs/app-int...

View solution in original post

3 Replies
rubenmarin

Hi, it will be with semicolon: http[s]://<machinename | servername>/{virtual proxy}/sense/app/{appid}/sheet/{sheetid}/state/analysis/select/{field}/{value1;value2}

https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/APIs/Content/Sense_ClientAPIs/app-int...

shah_jigesh16
Partner - Contributor III
Partner - Contributor III
Author

Hi,

Thank you for information it helped

harika181
Contributor III
Contributor III

How to you write the URL  for expression like this?

=count(distinct {<PS_Flag={1},APP_INST_ID=e({<[Assessment Status]={'In Progress','Completed'}>}APP_INST_ID),DECISION_TREE_PRIORITY={'Priority 1','Priority 2'}>}APP_INST_ID)