Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
May be try like this. Although I am not 100% sure it will work, but worth giving it a shot
$(='<ulr>' & [ExistingFieldWithRootURL] & [Specific])
Maybe something like
'<url>' & [ExistingFieldWithRootURL] & [Specific]