Forum Discussion
JimHarrison
8 years agoQrew Champion
It appears to set the default value for the field.
Made a table with some fields and here is the result.
always unchecked except if all or cxbx3 checked
Made a table with some fields and here is the result.
always unchecked except if all or cxbx3 checked
Case(
[cxbx1]=[cxbx2],
true,
[cxbx3]=true,
true,
false
)
always checked except if cxbx1 or cxbx2 checked aloneCase(true,
[cxbx1]=[cxbx2], //this is true
true,
[cxbx3]=true,
true,
false
)