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'm almost there!
1. I'm getting this error message for the first "MAX" shown below. What does MAX refer to?
2. Just to take this one step ahead while we are talking about it. I will also like to average the formula of the Average Task Statuses to the related parent record, would I make a formula-text field on the parent table for the Averaged child records of the Grand child records?
1. I'm getting this error message for the first "MAX" shown below. What does MAX refer to?
2. Just to take this one step ahead while we are talking about it. I will also like to average the formula of the Average Task Statuses to the related parent record, would I make a formula-text field on the parent table for the Averaged child records of the Grand child records?