Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I have a number field and also a collection of text fields. What is the proper function to use so that I can populate another field with the number in the number field + the number of text fields that have been filled in.

( i.e. there are 4 colors ordered on job two plus two of the special color fileds hve been filled in...so they order 6 colors)

Posted

numberfield +

(IsEmpty(text1) = 0) +

(IsEmpty(text2) = 0) +

(IsEmpty(text3) = 0) +

(IsEmpty(text4) = 0)

The (IsEmpty(text1) = 0) expression will evaluate to either 0 or 1 depending on whether the field is empty.

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