Skip to main content

HI all,

 

I have a hyperlink control in a list view wth an expression that creates a new hyperlink for each item in the list. 

 

Currenty the hyperlink is showing the fulll link in the display area.

 

Its showing for example www.bbc.co.uk

 

How do I make it show click here instead of the hyperlnk control link when using HTML you can do:

 

 <a href="www.bbc.co.uk"> click here. </a>

 

Thanks in advance

Click on the placed control, then in the properties pane on the right side you can specify the displayed text in the "Text" field.


pull in the expression with the text to Hyperlink operator:


 


12721i1D11DEA25D3EE65D.png


Thanks Daerne

 

That worked. too. I just put a expression to <a href="composetheURL" > click here <a/> which seened to do the trick as well


Reply