Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6161 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted (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 by Guest
Posted

Try

Case ( IsEmpty ( Connectivity ) ; "USB 2.0"; Connectivity )

  • Newbies
Posted (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 by Guest
Posted

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
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.