Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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