qlik-oss / enigma.js

JavaScript library for consuming Qlik's Associative Engine.
MIT License
210 stars 82 forks source link

Question: How can I get the sheet name by passing the sheet id #890

Closed gangataarun closed 3 years ago

gangataarun commented 3 years ago

I have a list of sheet ids in an app using the getAllInfos() method. I would like to find the sheet name. How can I get the sheet name?

gangataarun commented 3 years ago

I found the answer. You first get the object from the doc and then use getlayout on the result