Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
Was recently working on similar requirement . Did you try using automation with "Get App Information" followed by "Get Object Properties" blocks ?
Thanks
Hi,
Was recently working on similar requirement . Did you try using automation with "Get App Information" followed by "Get Object Properties" blocks ?
Thanks
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.
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!