Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.