Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
davidgabisonia
Partner - Contributor II
Partner - Contributor II

Qlik Sense mashup get selections from alternate state

Hello,

I'm newby at Qlik Sense mashup developing, I want to get selections from the alternate states, for example from State1, as I've seen we can get current selections by 

app.getList("SelectionObject",  function(reply) {

   var mySelectedFields = reply.qSelectionObject.qSelections; 

});

 

But it gives selection only from Default State. 

Could you please help, how to get current selections from the alternate state.

 

Thanks in Advance 

Labels (1)
0 Replies