transit Posted February 24, 2004 Posted February 24, 2004 Hi all I have a calculation field that has a possibility to return a minus number, but i want it to return only "0" for any minus numbers. Can anyone please help many thanks
SassyTexan Posted February 24, 2004 Posted February 24, 2004 In calcs like this I have used another parameter in my calculation that says if <0 then 0. i.e. If(X-Y<"0",0,X-Y) Hope that helps.
transit Posted February 24, 2004 Author Posted February 24, 2004 thanks sassytexan That does help perfectly many thanks
Recommended Posts
This topic is 7647 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now