I have a Visual Overview with all my servers. Selecting a server shows embedded the Visual Overview of that server. When I click on the trend icon to show that trendline (SetVar functionality) the current server view visual gets replaced by the element visual. How can I prevent this?
Not that easy to tell without knowing the configuration. My guess would be that the trend icon is linked to the element by inheritance which cause the button click to navigate to the element. Can you try adding the 'NoCopyElementProperty' option to the trend icon shape?
It worked. Thank you!