Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
don_qlikview
Creator
Creator

Multiple Instance of QlikSense in a browser

Hi Everyone,

We have a .Net tool which points to a Qliksense application. When you select something and click a button in the .Net tool, it opens the Qliksense app with that selection.

The problem we're facing is when the user selects 'xyz' in the .Net tool for the first time and then 'abc' the second time, Qlik syncs up the selection in the browser windows.

Is this the normal behavior of Qlik or is there a setting that can help prevent this?

Thanks!!!

3 Replies
Patrik_Lundblad
Employee
Employee

Hi Don,

I think you can use identity as part of the URL and create different selection session as described in this blog post.

https://community.qlik.com/t5/Qlik-Design-Blog/Qlik-Sense-URL-quot-hacks-quot/ba-p/1475676

Also documented here

https://help.qlik.com/en-US/sense-developer/November2018/Subsystems/APIs/Content/Sense_ClientAPIs/si...

Regards,

Patrik.

don_qlikview
Creator
Creator
Author

Thanks Patrick. Let me check this and get back to you.