Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
LFS24
Contributor
Contributor

URL enabled Column in Table (chart) calling a Mendix Deeplink url

I'm trying to allow the dashboard user to click on a Column in Table (chart)

Data configuration for that column:

  • Representation = Link
  • Link setting = Add URL

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

 

Labels (1)
1 Solution

Accepted Solutions
Aasir
Creator III
Creator III

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.

View solution in original post

1 Reply
Aasir
Creator III
Creator III

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.