Discussion board where members can learn more about Qlik Sense App Development and Usage.
I build a mashup on Qlik sense, and I imported objects from 2 different qlik sense apps. On those 2 different apps, there are some common dimensions (same names, same values).
Then, I would like to have a same behaviors when user filter by a common dimension, it means objects of both apps are reloaded with filters of selected values of same dimensions.
Is it feasible?
Thanks!
May be this:
First of all you need to fetch the data from all your apps (createCube method ‒ Qlik Sense). Eventually merge them together and create a simple filter (select Box or multiple selection box), Then the trigger need to call the select Value methods on all the source app selectValues method ‒ Qlik Sense .In this way a single selection impact all objects in your mashup, even id coming from different apps.
Thanks for your reply, it sounds feasible, I will try. I appreciate if you have any available example.
As of now, i don't have any example apps. Thank you.