Forum Discussion
MarkShnier__You
Qrew Legend
6 years agoMaybe this is what you want
List(", ",
If(Contains([Company1234], "Yellow"), "Yellow")
If(Contains([Company1234], "Red"), "Red")
If(Contains([Company1234], "Blue"), "Blue")
If(Contains([Company1234], "Green"), "Green"))
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------
List(", ",
If(Contains([Company1234], "Yellow"), "Yellow")
If(Contains([Company1234], "Red"), "Red")
If(Contains([Company1234], "Blue"), "Blue")
If(Contains([Company1234], "Green"), "Green"))
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------
- RubyKapil6 years agoQrew TraineeThanks Mark. The result I want is a Single value to show in the filter result, Green if any of the 4 companies have Green, Red if any of the 4 companies have Red.
Blue,
Green
Red
Yellow
The List formula above is similar to my Company1234 field in that the filter results are:
Green
Green, Red
Red
Red, Yellow
------------------------------
Ruby Kapil
------------------------------- MarkShnier__You6 years ago
Qrew Legend
I guess I do not understand what you want to have happen if some of the companies have red and other have yellow and others have green.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------