Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
124psu
Creator II
Creator II

URL for application hosted on server

Hi all,

I have a document chaining implementation. I am able to pass values from multiple filter panes into another application. When I initially set this up, this was all done in my local machine. Now that I have migrated both applications into our Qlik Server, it looks like when I pass the values and push the button to send me to the other application, the URL is going against my local machine. 

'http://localhost:4848/sense/app/.......'

I am trying to figure out how to find the relative URL on the server side so that I can set it up on my button so that it pushes all the values to the other app. This is an example of my new url which I was able to grab using the dev hub on the server side but I am having no luck. It eventually errors me out. Does anyone know how to get the URL of an application that is hosted on the server?

'https://XXX.XXXXXX.com/ .....'

 

Labels (3)
2 Replies
NZFei
Partner - Specialist
Partner - Specialist

Have you tried going to DEV hub --> Single configuration, set the sheet and selections there, and then use the link created there?

124psu
Creator II
Creator II
Author

That’s one method which I’d want to say is the absolute path. I’m looking more for a relative path.