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

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

Recommended Posts

Posted

What is the proper syntax for three conditions:

if statement = conditionA or (conditionB and conditionC)

Do parenthesis work in this case?

A = sum(zero)

B = sum(one)

c = isEmpty(field)

Posted

Parentheses should work in the usual Boolean fashion, but I'm not sure I follow your question, or at least what you mean by the list below... what do that A,B, and C have to do with the conditions above? (Sorry if I'm being obtuse!) Can you give your situation?

Posted

It looks like he's asking about the syntax for having one of two conditions make his If true. Either conditionA is true (sum(zero) or (conditionB and conditionC) is true (sum(one) and simultaneously, a field is empty).

Using parentheses as you originally did is correct. The If will not progress if just conditionB is true. If sum(one) is true, it iwll not resolve unless the field is also empty.

Steve Brown

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