cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

List diagrams with specific VISIBLE object on it

RomanT
Super Contributor

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). 

 

Select [Diagram] where [Element in Diagram] &Name and ...

 

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.

Using: HOPEX V2R1 U03.02
Thanks.
Roman.
4 Replies

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

haddad_i
Super Contributor

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

RomanT
Super Contributor

Thank you very much.

Regards.

Roman.

hsoegaard
MEGA Partner
MEGA Partner

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.