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

Embedding QlikSense app in multiple Salesforce Tabs

Hi All,


We have an embedded up on our Salesforce account page.

The app is filtered by the Salesforce Account ID and showing data of that specific account.

All works fine until users open multiple account pages in their browser:

When the user open Account A on Salesforce, he gets the embedded QlikSense app with Account A filtered.

Then, he opens Salesforce Account B on a new browser tab and gets the embedded QlikSense app with Account B.

When he gets back to Account A tab, the QlikSense widget in the page shows data for Account B!


Is there any way to overcome this?

Thanks,

Tal

1 Solution

Accepted Solutions
datamind
Partner - Contributor II
Partner - Contributor II

You can add /identity/<id>
where id can be a random number or something to the client url when opening the app.
See sample:
http ://hostname/sense/app/374b9d3c-4086-47ec-bce4-bdbc2fe8e906/sheet/75759108-a71c-412c-a5fb-45b7ff9f3acc/state/analysis/identity/5

There seems to be some documentation for identity regarding when creating mashups (see for example): https://help.qlik.com/en-US/sense-developer/April2018/Subsystems/APIs/Content/single-integration-api...


if you have a selection it should come after the identity:

  https://<server>/app/<appID>/sheet/<sheetID>/state/analysis/identity/<randomN>/select/Account_Salesf...

View solution in original post

3 Replies
balabhaskarqlik

May be this helps you a bit:

QlikView and Salesforce.com Single Sign On

datamind
Partner - Contributor II
Partner - Contributor II

You can add /identity/<id>
where id can be a random number or something to the client url when opening the app.
See sample:
http ://hostname/sense/app/374b9d3c-4086-47ec-bce4-bdbc2fe8e906/sheet/75759108-a71c-412c-a5fb-45b7ff9f3acc/state/analysis/identity/5

There seems to be some documentation for identity regarding when creating mashups (see for example): https://help.qlik.com/en-US/sense-developer/April2018/Subsystems/APIs/Content/single-integration-api...


if you have a selection it should come after the identity:

  https://<server>/app/<appID>/sheet/<sheetID>/state/analysis/identity/<randomN>/select/Account_Salesf...

tal-cloudinary
Contributor II
Contributor II
Author

Excellent! Just what I was looking for.

Thanks,

Tal