I'd like to display an AlarmSummary number, but without it being clickable.
I tried disabling that with Enable = false, but it's still clickable.
Is there a way to make it read only?
Jeroen Geldhof [SLC] [DevOps Enabler] Selected answer as best 31st March 2021
Hi Jeroen,
I performed a small test and indeed, I was able to reproduce the behavior that you are describing:
This behavior occurs either if you define a block shape or text shape.
However, you could try the following workaround:
- Define a text shape to display the alarm summary
- Over the text shape, add a block shape that can be linked to any object (e.g. if the overview is linked to a view, your could use the placeholder [this view])
- Add the following shape data to avoid alarm coloring
Options: NoAlarmColorFill - Add the following shape date to remove the link
Enabled = False - Change the transparency of the block shape to 100%
- Add the following shape data to avoid alarm coloring
Following this workaround I am able to 'disable' the shape
Jeroen Geldhof [SLC] [DevOps Enabler] Selected answer as best 31st March 2021