Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Creat url based upon existing field values

Hi everyone,

My intention is to create a url in a chart based upon existing field values. Now I have seen many discussions on <url>, but they all start with an existing url, for instance '<url>www.qlik.com'.

What I'm looking for is something like this but I can't get it to work):

'<ulr> [ExistingFieldWithRootURL] & [Specific]'.

I tried all possible combinations with quotes and brackets, no idea how to proceed.

Thanks in advance,

Reinier

2 Replies
sunny_talwar

May be try like this. Although I am not 100% sure it will work, but worth giving it a shot

$(='<ulr>' & [ExistingFieldWithRootURL] & [Specific])

Anonymous
Not applicable
Author

Maybe something like

'<url>' &  [ExistingFieldWithRootURL] & [Specific]