Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
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)
1 Reply
Cristian_Dorbesi
Partner - Contributor III
Partner - Contributor III

Hi. I'm facing the same issue. Did you find a solution how to retrieve the current selections on an alternate state?
Thanks

Cristian Dorbesi