Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
tlorimier
Partner - Contributor III
Partner - Contributor III

QS 3.2 SR3 : Method selectionState not working

Hello community,

I just installed Qlik Sense 3.2 SR3 Desktop and now i got error for this method : app.selectionState() saying that the id object doesn't exist.

Do you have the same problem with this method ? Did they change something in the API ?

Regards,

Thibaut

3 Replies
Anonymous
Not applicable

I saw something simillar here: Qlik sense 3.2.3 issue · Issue #17 · erikwett/qsVariable · GitHub

Check the declaration of app - it should be without any reference in currApp method:

var myApp = qlik.currApp();

Hope this helps.

Regards,

Piasek

tlorimier
Partner - Contributor III
Partner - Contributor III
Author

I reported the issus the qlik support and they identify it as a bug.

Anyway thanks for the tips.

Aiham_Azmeh
Employee
Employee

Hi tlorimier‌,

Some of our API's went broken in Qlik Sense 3.2.3, the extention app model have been accidentally moved.

If you are not using your extension in a multi apps mashup, a viable workaroud will be to remove "this" from qlik.currApp(this) it will fallback on the current open app.

I hope this helps