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

Qlik Sense - use url to pass parameter on different browsers

Hi all,

Hope you are doing well.

I have created a qlik sense dashboard, and now I want to display this dashboard on 3 different browser,  each browser show the same dashboard with different filter (filterA, filterB, filterC).

I tried to use the url below to pass the parameter on different browsers

http://yourqliksenseserver.com/single/?appid=yourappid&sheet=mysheet&select=filterA

http://yourqliksenseserver.com/single/?appid=yourappid&sheet=mysheet&select=filterB

http://yourqliksenseserver.com/single/?appid=yourappid&sheet=mysheet&select=filterC

but I always get the same result with the same filter, I just can't make these three browser to apply on different filters,

I also tried to pass bookmark id through url but it didn't work.

Can someone help?

Labels (1)
1 Solution

Accepted Solutions
jameshuang
Contributor II
Contributor II
Author

After reading the document, I found a way to solve this.

Just add identity variable in url and assign different values and it works!

jameshuang_0-1679020404855.png

 

View solution in original post

3 Replies
E_Røse
Creator II
Creator II

Maybe it works if you show the sheets without option to make selections?

Click on the there dots in the upper left corner and choose share/embed.

Un check the ability to make user selections, and use the link that is used for previews.

 

E. Røse
Senior Analytics Consultant, Atea Norge
jameshuang
Contributor II
Contributor II
Author

Thank you, but it still didn't work. I think maybe it's the mechanism of this tool.

jameshuang
Contributor II
Contributor II
Author

After reading the document, I found a way to solve this.

Just add identity variable in url and assign different values and it works!

jameshuang_0-1679020404855.png