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

Mashup - callback on select?

Hi!

I integrated some Qlik Sense objects on qvheroes.com with the Mashup API.

The next step I want to achieve: I want to change my webpage's DOM tree, every time a selection is done by the user in Qlik Sense. Typically I would expect that some "on select" callbacks exists for each field (or at least the whole application), but I can't find anything in the QlikSense 1.1 docs.

Has anyone an example, or can point me to the right place in the documentation?

Thx,

Roland

1 Solution

Accepted Solutions
Aiham_Azmeh
Employee
Employee

Hi,

You should take a look at this thread: Catching Mashup Events

..and as ewg said :

You can use app.getList('SelectionObject', callback). Documented here

View solution in original post

2 Replies
Masaki_Hamano
Employee
Employee

Hi Roland,

If you could use a field list, there is a callback function triggered by a selection on the field list:

https://help.qlik.com/sense/en-us/developer/#../Subsystems/Workbench/Content/BuildingWebsites/HowTos...

Masaki

Aiham_Azmeh
Employee
Employee

Hi,

You should take a look at this thread: Catching Mashup Events

..and as ewg said :

You can use app.getList('SelectionObject', callback). Documented here