Search the Community
Showing results for tags 'setunits'.
-
I have a signal based on the formula: $a/($b+$c) and I want the result to display as a percentage (33%) instead of a decimal (0.333). I haven't had much luck adding % as a unit. How can I change what's displayed?
- 6 replies
-
- number format
- percent
-
(and 3 more)
Tagged with:
-
I have a condition that represent unit procedures. These capsules come from a batch execution system connector. Each capsule in the condition contains a property called 'Max Temperature'. I am trying to create a condition that just have the hot capsules. I am using a Seeq formula and filter to do this. Here's my formula: $c.filter( $cap -> $cap.getProperty('Max Temperature').isGreaterThan(170) ) I don't get any errors from this formula, but, I don't get any results. I know some of the max temperatures are higher than 170 because I can view that in the Seeq Details pane: What am I doing wrong?