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")
AylinNazlim
7 years agoQrew Cadet
Hi,
I have just a couple questions on this:
1. Is this all one formula?
2. What does the "var number" mean above?
3. #green, does this need to be the #FieldNameofTotalGreen?
4. Field Type is: Formula - Rich Text, correct?
Thanks!
Aylin
I have just a couple questions on this:
1. Is this all one formula?
2. What does the "var number" mean above?
3. #green, does this need to be the #FieldNameofTotalGreen?
4. Field Type is: Formula - Rich Text, correct?
Thanks!
Aylin