GREATEST Function?

Fuzzmaster

New Member
Trying to return the value of an expression or zero if the expression is negative. I thought this would work:
Code:
GREATEST(((ROUND(INV.MerchAmt) - 1)*0.12),0)
Anyone have a working method? Reasons why this method doesn't?
 

Fuzzmaster

New Member
Apparently I am not aging as gracefully as I'd like. It works just fine once you remove sloppy fingers and include a bit of basic reading ability.
 
Top