Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Open URL from within List Box of Qlikview document

So say you pulled this data into QlikView and were displaying it in a list box.  Can the user click the url displayed and a separate window opens with browser and url?  It should open to a disclaimer page, you click accept and then it takes you to system information page for the system id (ea id) included in the url.  Business Objects has some settings to read a cell as html…or could I look at something like that too and do something like <a href="https://eair.dhs.gov/apex/f?p=105:130:0:::RP,130:P130_SYSTEM_ID:9287" target="_blank">EAIR-9287</a> if we need to.

The url usually has a session id where the 0 is, but I read that we can substitute 0 so the url or bookmark or whatever can be used for apex url’s. 

Thank you for your help.

SYSTEM
EA_ID
URL
AFM15684https://eair.dhs.gov/apex/f?p=105:130:0:::RP,130:P130_SYSTEM_ID:5684
AWSBETA5462https://eair.dhs.gov/apex/f?p=105:130:0:::RP,130:P130_SYSTEM_ID:5462
AWSBETA8418https://eair.dhs.gov/apex/f?p=105:130:0:::RP,130:P130_SYSTEM_ID:8418
AWSBETA9520https://eair.dhs.gov/apex/f?p=105:130:0:::RP,130:P130_SYSTEM_ID:9520
DRMM.US.ORACLE.COM1520https://eair.dhs.gov/apex/f?p=105:130:0:::RP,130:P130_SYSTEM_ID:1520


2 Replies
Gysbert_Wassenaar

You can't use a list box, but you can use a straight table object. Set the expression type to Link. Use as expression something like =SYSTEM & '<URL>https://........_ID:'& EA_ID.


talk is cheap, supply exceeds demand
fkeuroglian
Partner - Master
Partner - Master

See this example

Good luck

Fernando