Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
jjustingkm
Creator II
Creator II

Hyperlink a field in dashboard to another dashboard

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.

 

 

 

 

Labels (1)
2 Replies
Eduardo_Monteiro
Partner - Creator III
Partner - Creator III

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

Chanty4u
MVP
MVP

Try this 

='qlik://sense/app/appid/sheet/sheetid/state/analysis/select/[Region ID]/' & Only([Region ID])