Forum Discussion
JimHarrison
8 years agoQrew Champion
But we are not using a field called , otherwise your response would make sense and is covered in the reference.
- ChrisChris8 years agoQrew Assistant CaptainSo, as we evaluate [Value], we are asking, is [value] equal to 1? If it is equal to 1, then that logically equates to boolean true. Since it is true ( in this explanation ) that [Value] is equal to 1, then the formula text field [Verify] will be equal to "OK".
- JimHarrison8 years agoQrew ChampionSo the first "true" is referring to the current value of the formula. The field where the case statement formula is stored.
Given it is a checkbox field then where 2,3,4 are other fields being evaluated.
Case(true, true,[2],true,[3],true,[4],true,false)