Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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:
May be this helps you a bit:
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:
Excellent! Just what I was looking for.
Thanks,
Tal