What does the true value mean at the beginning of some case statements in QuickBase?
I looked at the Formula reference and through the community and don't see an explanation to this syntax. I can see other language references on Google but want to get specific documentation. ...
Yeah, but If() is for more complex logical constructs. Case() is great to evaluate one variable of limited possible values. The logic probably executes faster than IF().