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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
brindlogcool
Creator III
Creator III

Mashups

Is it possible to connect more than one qvf in the single mashup.?

2 Replies
Vincenzo_Esposito
Employee
Employee

Yes you can have multiple handle, one for each app

var app1 = qlik.openApp('d9003d92-3622-452c-ba58-1ef60752f51b', config1);

var app2 = qlik.openApp('ffff33d92-3622-452c-ba58-1ef60752f51b', config2);

brindlogcool
Creator III
Creator III
Author

Thanks Vincenzo