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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ALEDIFA
Contributor
Contributor

Get the list of objects which I find in an app page

Hi, is possibile whit Python or other programs extract / get as output  of fields that found inside the page?

 

Example: in this page  www.myapp/app/sheet_one
you can see 2 bar charts and 2 KPI. 
Is possibile to obtain text output like this: In page sheet_one you have one bar charts with the field name "customer" and "product", in the second bar chart you have the field name "price and sales"... in the 2 KPIs you have "total price" and "total sell" 

2 Replies
jwjackso
Specialist III
Specialist III

If you create a Project Folder  and save your QVW, each object in the app is dumped into the folder as an XML file.  You can process the XML files to show which objects below to which sheet.

If your app is FINANCE.qvw, you would create a folder called FINANCE-prj in the same location as the qvw.

ALEDIFA
Contributor
Contributor
Author

Sorry, I post in the wrong forum path, the correct path in the link below

 

Get the list of objects which I find in an app pag... - Qlik Community - 1819182