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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
cristian_dalsanto
Partner - Contributor III
Partner - Contributor III

GET object metadata in Qlik Automate

Hi all,

Is there a way to retrieve object information starting from a master visualization in Qlik Application Automation?

I’ve found a block that returns a list of master visualizations. For each of them, I can use the “Get straight table data” block to retrieve data, but I haven’t found any way to get object metadata such as the title, subtitle, footnote, or chart type.

Do I need to use an external API (e.g., Node.js with Enigma.js), or is there a way to do this directly using the current automation blocks?

Thanks in advance!

Cristian

Labels (1)
1 Solution

Accepted Solutions
vkramBI4Qlik
Contributor III
Contributor III

Hi, 

Was recently working on similar requirement . Did you try using automation with "Get App Information" followed by "Get Object Properties" blocks ?

Thanks

View solution in original post

3 Replies
vkramBI4Qlik
Contributor III
Contributor III

Hi, 

Was recently working on similar requirement . Did you try using automation with "Get App Information" followed by "Get Object Properties" blocks ?

Thanks

TheLazyDeveloper
Contributor III
Contributor III

yeah you'll want to use the two blocks listed above for your automation. The Get object properties block will give you all the information you're looking for and you might want to throw in a loop block as well. 

cristian_dalsanto
Partner - Contributor III
Partner - Contributor III
Author

thank you @vkramBI4Qlik ,

I didn’t realize that the sheet ID in the Get Object Properties block was optional.
I thought it was mandatory, so I didn’t use it when looping through the master visualizations list.

It’s working well now!