March 8, 200421 yr 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
March 8, 200421 yr 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
Create an account or sign in to comment