Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
imho it works but is a confusing syntax to use,
The results is the same as this
IF(
eval1=true, true,
eval2 = true,true)
but that can be simplied to
IF(
eval1, true,
eval2,true)
In this case both eval 1 and eval true are boolean checkbox formula fields.
The results is the same as this
IF(
eval1=true, true,
eval2 = true,true)
but that can be simplied to
IF(
eval1, true,
eval2,true)
In this case both eval 1 and eval true are boolean checkbox formula fields.