Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Actually, here isa format for a formula
var number Max = Max([# green], [# yellow], [#red])
Case($Max,
[#green], "Green",
[#yellow], "Yellow",
[#red], "Red")
var number Max = Max([# green], [# yellow], [#red])
Case($Max,
[#green], "Green",
[#yellow], "Yellow",
[#red], "Red")
QuickBaseCoachD
7 years agoQrew Captain
1. Yes this is all one formula.
2. The var refers to a formula variable. it is a useful technique to make formulas more readable. Here is some help text. https://help.quickbase.com/user-assistance/formula_variables.html
3. Yes, you would put in the name of your field for the total # of green.
4. The formula is formula text , not formula rich test.
2. The var refers to a formula variable. it is a useful technique to make formulas more readable. Here is some help text. https://help.quickbase.com/user-assistance/formula_variables.html
3. Yes, you would put in the name of your field for the total # of green.
4. The formula is formula text , not formula rich test.