Hi All,
I am using a url field in a straight table in Qlik Sense and when I click it I am taken to the desired url, however I was wondering if its possible to have the url open in a new tab?
Thanks,
Mark
Hi Mark!
Which version do you use?
I test it in QlikSense Desktop 2018/april and links open in new tab default.
Kind regards,
G.
If you want use the built-in straight table you can't modify the links target,
it is not parse the html tag properties, just make it clickable when you make it represent as url.
There are extensions, where you can paste in cells html code, and represent the way, as normal browser do.
for example : <a target='blank' href='https://undergrinder.com'>https://undergrinder.com/</a>
G.
@undergrinder Hello G,
I'm trying to inline table and one of the columns should be links that I need to open in the same tab, not a new one.
I tried to put this string in inline directly, it's not working.
<a target='blank' href='https://undergrinder.com'>https://undergrinder.com/</a>
How should I modify it?
Thanks a lot in advance!
Ethel