how do i make a URL field clickable?
AnsweredTo make your field containing a valid URL, clickable from Knowi, simply wrap the field in CONCAT function with an HTML href tag mapping to the URL field.
VIDEO WALKTHROUGH:
SYNTAX EXAMPLE:
select concat("<a href=",url," target=_blank",">", url , "</a>") as url
Please sign in to leave a comment.
0 comments