Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
ashmitp869
Creator II
Creator II

Hyperlink coming from db

Hi there,

Is there any way to make the Open URL Action to be dynamic ?

i.e the URL will come from db , and The value can be use in URL to open the hyperlink.

url.PNG

Thanks

1 Solution

Accepted Solutions
stevejoyce
Specialist II
Specialist II

@Gysbert_Wassenaar unless i am interpreting differently, you can have a variable in the URL (indicated by ellipses to accept function).

create a variable called vUrl defined as: www.google.com

The open URL can open ='$(vUrl)'

So with this yes you should be able to store your url from db into a variable.  i'm sure you can have this evaluated in the context of your selections if you want filters to determine different URLs with a calculation.

View solution in original post

3 Replies
Gysbert_Wassenaar

No, I don't think so. Variables don't work. You could try a macro. Perhaps using a straight table is an option. You can add hyperlinks to straight tables.


talk is cheap, supply exceeds demand
stevejoyce
Specialist II
Specialist II

@Gysbert_Wassenaar unless i am interpreting differently, you can have a variable in the URL (indicated by ellipses to accept function).

create a variable called vUrl defined as: www.google.com

The open URL can open ='$(vUrl)'

So with this yes you should be able to store your url from db into a variable.  i'm sure you can have this evaluated in the context of your selections if you want filters to determine different URLs with a calculation.

Gysbert_Wassenaar

@stevejoyce: you're right. I made a typo in my test. It works as you say.


talk is cheap, supply exceeds demand