I have a number formatter math operation that subtracts two numbers and sometimes the values end up being negative. I would like to add another step that will convert any negative values to 0, but if the values are above 0, they stay the same.
What is the best way for me to accomplish this?
What is the best way for me to accomplish this?
