Ad Widget

Collapse

calculated item: boolean expression with unsupported item

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • leoonardoo
    Junior Member
    • Sep 2017
    • 6

    #1

    calculated item: boolean expression with unsupported item

    Hi,

    I would need an item that is calculated like this:

    min(itemA, #3) > 10
    and
    itemB=0


    Now the problem is that "itemA" can become unsopported (the machine might be donw, which is exactly what itemB monitors).
    I'm using this item to give a very simple "up / down" indicator.

    But instead of going "down" this calculated item just becomes unsupported when any of the items in the expression becomes unsupported.

    Is there a way to "force" a boolean value to be always true or always false when not supported?

Working...