Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Discuss and learn more about Qlik Sense app development and usage.
Hi all
in a Qlik Sense Saas Environment I connect to a REST data source wich delivers document information from customers.
The documentLink is as base64 endocded URL to directly open the document in the browser.
In the sense app the documentLink should be displayed as link so the user can easily open the document in the browser.
But therefore I need to base64/decode the URL in the load script or the table (I did it manually here for example).
Does anyone know how I can automatically decode this link so that I can use it in the app?
Thanks so much for your help, Andy