Math function to show only positive numbers?
EricPSUJun 22 2010 — edited Jun 30 2010Does anyone know of a math function to show only positive numbers. I have a formula that returns an integer, if the integer is negative, I want it to show ZERO. I'd prefer to not have to use a case statement.
For example, if it returns 5, I want to see 5. If it returns 0, I want to see 0. If it returns -2, I want to see 0.