Explore Analytics continues to add new functions and functionality to provide new capabilities, based on feedback from customers
A new function, IS_NUMBER() was added to list calculations; it returns 'true' if the parameter is numeric and 'false' if it is not numeric.
For example, you can use the function to ensure that a serial number field is numeric:
IS_NUMBER("Serial Number")
will return "true" if the serial number is numeric, and false if it contains non-numeric characters.
0 Comments