Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

get list of all objects in a particular sheet

how do you get list of all objects in a specific Sheet and access their ids. According to the specific objects  custom edits in the extension needs to be done.

any help would be much appreciated.

P.S : I am new to qliksense

3 Replies
MK9885
Master II
Master II

The the below link to get list of all objects and their Obj ID's

http://localhost:4848/dev-hub/single-configurator

after opening this link,

Select the app from drop down menu on the top left. You'll get all sheets and objects for that app

Select any object/sheet and preview will be available for you in right window, click view and it will open up new browser tab.

Marked in yellow is your Object ID below

Obj.PNG

Marked in yellow is your Sheet ID below.

Sheet.PNG

Not applicable
Author

how do you get that in  javascript extensions through code

stanlyrj
Contributor III
Contributor III

Hi Siddharth,

You can use the getAppObjectList() method to get a list of all objects in a specific Sheet and access their ids.

http://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/MashupAPI/Methods/getAppObjec...