Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to hyperlink a field in the dashboard, Region ID to another dashboard. But the target dashboard is displaying without my selected region. Any help would be appreciated.
= 'qlik ur/sense/app/appid/sheet/sheetid/state/analysis/select/[Region ID]/$(=[Region ID])'
= 'qlik ur/sense/app/appid/sheet/sheetid/state/analysis/select/[Region ID]/100
The region ID 100 is present in the target APP with the same filed name.
Hi @jjustingkm
Try the following format
/sense/app/{appid}/sheet/{sheetid}/state/analysis/select/{field}/{value}
For multiple selections you can use:
/state/analysis/select/genres/Adventure;Comedy
You can also use a bookmark.
I hope that helps!
Eduardo Monteiro - Senior Support Engineer @ IPC Global
Follow me on my LinkedIn | Know IPC Global at ipc-global.com
Try this
='qlik://sense/app/appid/sheet/sheetid/state/analysis/select/[Region ID]/' & Only([Region ID])