aalrr1 Posted July 12, 2008 Posted July 12, 2008 How do I delete a field's contents in a calculation? I have tried setting the field to "" and using LeftWords(Fieldname,0). Neither of these attempts wiped out the field. I tried " " but that holds a space. I want the field to be empty. Thank you.
Raybaudi Posted July 12, 2008 Posted July 12, 2008 Really you don't want the field to be empty... You want that the field makes its calculation and, in some CASE, remains empty. So go with a Case ( ) function, leaving empty the default result, like: Case( Get ( CurrentTime ) > 12*60*60 ; "PM" )
Recommended Posts
This topic is 6037 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