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

Mistake (typo) in getList method documentation.

You won't receive qAppObjectList if you try to call getList method for Sheet as described here: getList method ‒ Qlik Sense

However if you don't capitalize Sheet object type, qAppObjectList will be received as expected.


Not working:

qlik.app.getList('Sheet', callback)

Working:

qlik.app.getList('sheet', callback)


aazakl

1 Reply
Aiham_Azmeh
Employee
Employee

Hi,

You're right, It feels like a doc-bug - I will report it.

PS: I think it's "sheet" not "sheets".

regards