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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
artav
Contributor II
Contributor II

Automation: how to get the IDs of graphs within a tab container?

Hello,

I am trying to build an automation in order to create a report. However, most of my charts are in tab containers. When I use the module "List objects on sheet", I am able to retrieve the IDs of the elements of the sheet, but not those of the graphs inside the tab container. When I switch the "Include child objects" on yes, I get some "childRefId"s but not the full IDs of the graphs. How can I retrieve the good IDs?

Labels (2)
1 Solution

Accepted Solutions
Shai_E
Support
Support

Hi @artav 

What if you use Get Object Properties?

View solution in original post

2 Replies
Shai_E
Support
Support

Hi @artav 

What if you use Get Object Properties?

artav
Contributor II
Contributor II
Author

Oh yes, I was trying to use that module on the child IDs so I thought that I would have no way, but I can grab the q!D of the childs from that module applied to the parent! Thank you.