‎26-07-2019 12:48 PM
Hi,
Is there a way to retrieve via ERQL a list of diagrams where a specific object (Element in Diagram) is present and it is not hidden (object is visible on a diagram).
Background: Sometimes we are uising Show/Hide object functionality on a diagram, because some objects are not needed to be shown ... but then we would also like to have a list of diagrams where one specific object is really shown and not hidden.
Solved! Go to Solution.
‎06-07-2020 10:18 AM
Hello hsoegaard,
I understand this is not possible via ERQL but may be possible via a VBS script.
Could you provide me the API call that retrieves or checks for hidden objects in VBS please ?
Best Regards
Ismael
‎01-07-2020 01:29 PM
Hello Roman,
did you find a way to control the visibility of objects through a Macro ?
I am currently struggling to find the right attribute or property (if it exists) to reveal which objects are currently hidden in a given diagram..
Regards,
Ismael
‎26-07-2019 02:10 PM
Thank you very much.
Regards.
Roman.
‎26-07-2019 01:37 PM
Hi,
In a query this is not directly possible with ERQL. It might be possible to create a macro, which in then executed from the query, to do the request.