Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to allow the dashboard user to click on a Column in Table (chart)
Data configuration for that column:
datafield contains this value: https://xxxx.eas.yyyyyy.net/link/ViewDocuments/da0d0d86-6e11-43d2-8fc5-d3fe336206ec
So when the user clicks on the hyperlink it gives the error: http://localhost:8081/login.html?profile=Responsive&cont=%27%27link/ViewDocuments/ed86cfc6-573a-4cde...
whereas if I click on the link itself in excel or paste into Edge or Chrome, it goes to the Mendix app's home page and automatically has the document in the downloads....
Any idea how to make this work from within QlikSense?
Thanks.
John
Hi John
Try this,
Instead of using the full URL in the "datafield" property, you might want to try providing a relative path or a dynamic expression that correctly appends the base URL.
Hi John
Try this,
Instead of using the full URL in the "datafield" property, you might want to try providing a relative path or a dynamic expression that correctly appends the base URL.