meerestier Posted August 20, 2010 Posted August 20, 2010 Hi there, I am importing two fields Now I want to check on import "if field one is empty, set field 2 to empty" It works if I change the value in field 1 manually, then field 2 gets updated, but not on import. Any ideas?
LaRetta Posted August 20, 2010 Posted August 20, 2010 You need to have an Auto-Enter ( Replace ) on Field2, something like: Case (not IsEmpty ( Field1 ) ; Self ) ... and be sure to uncheck 'Do not replace existing value...' below the calculated value Specify button on the auto-enter tab. And when importing, check 'Perform auto-enter'
meerestier Posted August 20, 2010 Author Posted August 20, 2010 Like I said, the calculation is working only if I change the field value (of field 2). does not get updated on the fly.... The german term: Falls (IstLeer ( further_information_number_of_villas ) ; "" ; Selbst)
LaRetta Posted August 20, 2010 Posted August 20, 2010 (edited) Well then ignore my calculation and try what I suggested anyway. Pay particular attention to the fact that it must be auto-enter REPLACE to work. :smirk: Edited August 20, 2010 by Guest
Lee Smith Posted August 20, 2010 Posted August 20, 2010 When you do your import, Did you check the box to perform the Auto Entry in the import dialog box? Lee
Recommended Posts
This topic is 5267 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