Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
lucas4bi
Partner - Creator
Partner - Creator

Pass filters as URL parameters in a Mashup

Hi All,

in the past I used to easily send selections to other QlikView/Qliksense apps via URL.

I got a new request which I'm not quite sure how to achieve as I can't find clear information in the QlikSense documentation for Feb 2023 version.

Our client has a Web App (Mashup)  developed by us and they want to implement a link which opens a second Mashup Web App NOT developed by us, and they would like to pass some selections to the second Mashup.

Given that the URL to the second webapp is something similar to this:

https://appmashup.net/analytics/extensions/aaa/index.html#/aaa/ccc

my first guess was to add some filtering parameter as I used to do some years ago like:

https://appmashup.net/analytics/extensions/aaa/index.html?select=Country,China#/aaa/ccc

of course this doesn't work as expected as this is not a standard Qlik App URL.

 

How can I then pass a filter to another mashup not under our control?

 

Thanks

 

Luca

Labels (3)
1 Reply
alex_colombo
Employee
Employee

Hey @lucas4bi this is a custom development and has to be done in target mashup. Basically, I usually pass selections with URL params and then, in mashup code, I have some lines of code where I'm going to read them from URL and apply to my app.