Jump to content

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

Recommended Posts

Posted

Hi

I have a field in a portal which is selected from a drop down which has the options yes or no.

How can I set this up so that if nothing is entered it is shown as yes by default??

Thanks

Simon

Posted

MDLarson is correct for records being created from this point on, but for those records that have a blank now, you can do a Find "=" (without the quotes) in the field, and it will find those records without any data.

Use the "Replace" in the Menu - Records - Replace, or use the script step "Replace" in a loop script, and Replace the contents of your field with the Calculation of Substitute(YourField, "", Yes)

HTH

Lee

This topic is 7634 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.