Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi. I'm facing the same issue. Did you find a solution how to retrieve the current selections on an alternate state?
Thanks