Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
thi_pham
Creator III
Creator III

Mashup filter with same dimensions of different apps

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!

3 Replies
balabhaskarqlik

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.

thi_pham
Creator III
Creator III
Author

Thanks for your reply, it sounds feasible, I will try. I appreciate if you have any available example.

balabhaskarqlik

As of now, i don't have any example apps. Thank you.