Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
vij1
Partner - Contributor II
Partner - Contributor II

to pass multiple values via URL in qlik sense

I have a page wherein we have various filters.

I have to select multiple values from a single filter that should be passed via URL

when i choose single value, it works fine

when i choose multiple values, it says site cannot be reached.

 

any solution for selecting multiple values from a single filter.

Thanks in advance.

 

5 Replies
salonicdk28
Creator II
Creator II

you need to pass URL  like this-

state/analysis/select/client_name/ABCD/select/reporting_currency_code/USD

 

where client_name and reporting_currency_code are the fields and ABCD and USD are the values in those fields that need to be filtered out

 

Note- Use select again for next filters to be passed in the URL 

vij1
Partner - Contributor II
Partner - Contributor II
Author

hey,

I think you didn't get my question.

I have to select multiple values from a single filter, not multiple values from multiple parameters/filters.

example: the URL should look like this

state/analysis/select/client_name/ABCD/AB/A/XYZ/RST

thank you.

salonicdk28
Creator II
Creator II

ok, then try this-

state/analysis/select/client_name/ABCD;AB;A;XYZ;RST

 

vij1
Partner - Contributor II
Partner - Contributor II
Author

Can't it be done on the fly as i select the values from the filter.

for example:

I have to select client name as "ABHIN" so i need all the names selected that start with abhin.

in filter i will use abhin * and now when i select all the names is it possible that all the names gets append directly to the URL.

somewhat like this

state/analysis/select/client_name/Abhin;Abhin C;Abhin DER;Abhin xy;Abhin twe

 

thank you

NitinK7
Specialist
Specialist

if you need multiple values from single filter then try to separate values using   " ; "

see below 

state/analysis/select/client_name/ABCD;AB;A;XYZ;RST

Community Browser