Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[Qlick Sense 3.0] May I programmatically setup some values for fields in different application?

Hello!

I'm beginner in qlik and I'm trying work with Qlick Sense 3.0 programmatically


I'm working with application described here

https://community.qlik.com/message/1114490#1114490

=============

I have multiple applications in the hub.

May I programmatically setup some values for fields in different application?

I'm trying to do next: in my main application:

// get some other application

var extApp = qlik.openApp('Auto.qvf');

extApp.field('Year').selectValues([1997, 1998, 1999, 2000], true, true);

Current applications shows what values has been applied and i can receive this data in browser console..

But, nothing happening in other (Auto) application.

May this this solution works?

Thanks!

0 Replies