Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone
I would like to display a short URL instead of full URL in Qlik Sense table,
Expected Output:
Name | URL |
Current Output:
Name | URL |
Is this possible in Qlik Sense.
Yes. Should be possible
i created a dummy table like so
load * inline [
Name,URL,value
Google,www.google.com,10
Facebook,www.facebook.com,30
]
;
Used URL as dimension and Name as URL label to make it dynamic.
Yes. Should be possible
i created a dummy table like so
load * inline [
Name,URL,value
Google,www.google.com,10
Facebook,www.facebook.com,30
]
;
Used URL as dimension and Name as URL label to make it dynamic.
Thank you for your suggestion,but I don't see URL label in my current version of QlikSence(3.1).