DESCRIPTION |
The NUMERIC function returns the first numeric portion of any of the
You can also check a particular occurrence of the finding, to check
finding 1 occurrence 2 the function finding would be:
NUMERIC(1,2,"COMMENTS")>2
Note: Occurrence Count for the finding must be equal to or greater
than the occurrence(s) you want to use.
CSUB values for a finding. For example, if the Comments field of a
health factor contains a numerical value, this function can be used
to test it. If you want to check to see if the first numeric portion in
the Comments field of finding 1 is greater than 2, then the function finding
would be:
NUMERIC(1,"COMMENTS")>2
|