Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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"
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.
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