id=TIC123
hyperlink=http://ontrack.com/browse/id
<a href="http://ontrack.com/browse/TIC123>TIC123</a> does not work
How to add this hyperlink to id so that i can print id as an hyperlink
id=TIC123
hyperlink=http://ontrack.com/browse/id
<a href="http://ontrack.com/browse/TIC123>TIC123</a> does not work
How to add this hyperlink to id so that i can print id as an hyperlink
I think its because you missed the quotation mark
<a href="http://ontrack.com/browse/TIC123">TIC123</a>
And if its still causing an error, check out this link.
Hope it helps!