Newbies pja7 Posted March 11, 2008 Newbies Posted March 11, 2008 (edited) Hi, I have a list of fields, but some of them have no information. I wish to auto enter when there is no data. For example under the field 'Connectivity:" I wish to enter USB 2.0 and under 'Weight:', I wish to enter 'Not Known' . I would only wish t do this when I don't have the data/info I know I'm being thick, but have tried using the calculation under options and can't get it to work Thanks in advance Edited March 11, 2008 by Guest
mr_vodka Posted March 11, 2008 Posted March 11, 2008 Try Case ( IsEmpty ( Connectivity ) ; "USB 2.0"; Connectivity )
Newbies pja7 Posted March 11, 2008 Author Newbies Posted March 11, 2008 (edited) Thanks John, that works. Unfortunately, it doesn't work on any existing records with blank data, only new records. I've tried with the tick box on and off for "do not replace existing value (if any)" and it doesn't seem to make any difference Edited March 11, 2008 by Guest
mr_vodka Posted March 11, 2008 Posted March 11, 2008 Make sure that "do not replace existing value" is unchecked. As for your existing data, you can do a find for the ones that are empty by using "=" in your find criteria. After you find the records that have empty data, you can put the cursor in the field and then use Replace field contents with "USB 2.0". Then you can find the records that are empty for the weight field and do the same thing.
Newbies pja7 Posted March 11, 2008 Author Newbies Posted March 11, 2008 Many thanks, works a treat. I'd thought of using find-replace as that solution but couldn't figure out which way to do it. What a great application this is! I've downloaded the White Paper for FM Novices
Recommended Posts
This topic is 6161 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