Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How would I go about creating two fields in a straight table that lists all objectid and the names in the current sheet. After I get the objectid is it possible to show a list of the object(s) each object relates/interacts with?
Have a look at Rob Wunderlich 's Document Analyzer V2 -- a major update | Qlik Community
Open the Document Properties window, go to the Sheets tab and click on the Export Structure button and choose a folder to store the files that will be created. Then edit the script to load the <docname>.qvw.Objects.tab file to import the objects.
It is not possible to show relations between objects other than between the sheet and its sheet objects. If you click on a value in a listbox then that selection changes the selection state of the document. Every object will reflect that changed selection state unless the object is assigned another alternate state or that object contains set analysis expressions that override the selection.