In Visual Overview, I'd like to show an Execute button with tooltip when a condition is met.
The subshape has the following shape data:
- Execute: Script:ASI Signal Routing|matrix=abcde|input=something||Connect input to output|CloseWhenFinished,NoConfirmation
- Enabled: true
The subshape is grouped in a parent with the following shape data:
- Show: <A>-A|Service:*|PROPERTY:myproperty|!=NA
- Element: [this service]
- Enabled: false
The shape is hidden and shown correctly, but when you hover over it, it shows 'Open service' instead of the tooltip of the Execute.
Setting both Enabled to false doesn't help either.
I guess I'm doing it the wrong way, but I don't know how I can get the correct result.
Can you try to define following shape data on the sub-shape:
Label: Options
Value: NoCopyElementProperty
Note, there’s an upcoming video in the Visual Overview Course that will cover this topic thoroughly as many people struggle with these options.
Hi Jeroen, you can try to add a new Shape Data field called 'Tooltip' and add the text in the value. More information is available in the help.
I believe it will still just open the service instead of executing the script
Yes, this works