I am creating a hyperlink like this:
="<a href=""https://www.google.com"" target=""_blank"">Link</a>"
It works but I need to open it in the tab. When I inspect the element the target is set to "_top". I am also trying using this parameter:
rc:LinkTarget=_blank, but it's not helping. Any idea how to have hyperlinks opening in new tabs?
Thanks