Comparing two property values in Checks
2
I would like to be able to compare two property values in a check, as opposed to comparing a property value to a value that I have to specify (hard code).
Simple example: I want to check whether I have unused licenses. As there are only properties “Units enabled” and “Consumed Units” available within the “Product” inventory type, I want to do something like
“IF [Units enabled] LARGER THAN [Units consumed]” –> violation
or:
“IF ([Units enabled] – [Units consumed]) LARGER THAN 0” –> violation
Tweet 3 comments