soriano Posted November 15, 2000 Posted November 15, 2000 Hi, all Sorry I'm new in FM i try to do a calculation field with dates fields (Date receive- Date exit), and i want the result be "0" if Date exit is empty. How can i do it? Thanks for your help God Blees you
Anatoli Posted November 15, 2000 Posted November 15, 2000 I am not sure what you want to achieve, but those 2 tips will work: If( IsEmpty(dateex); "0"; "") and If( IsEmpty(dateex); "0"; NumToText( dateex- daterec)) Anatoli
soriano Posted November 16, 2000 Author Posted November 16, 2000 Anatoli thank you very much for your help it's working fine!!!! BYE
Recommended Posts
This topic is 9025 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