Hi everyone,
I'm currently doing a calculation in a stored procedure and I need to check if all of my calculated values are zero.
I've allocated the values to variables as they are used in various places during the calculations - aside from a massive IF statement, is there an elegant way to check this?
Thanks as always
Craftor

I'm currently doing a calculation in a stored procedure and I need to check if all of my calculated values are zero.
I've allocated the values to variables as they are used in various places during the calculations - aside from a massive IF statement, is there an elegant way to check this?
Thanks as always
Craftor