Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
var text MultiTextFormat = ToText([my multi sect field]);
IF(
Contains($MultiTextFormat, "apples", "red"),
Contains($MultiTextFormat, "bananas", "yellow"),
Contains($MultiTextFormat, "apricots", "orange"))
for the actual colour codes I suggest using the hex codes in this app by another QSP Laura Thacker. for example use say #FF6EB4 instead of red.
https://laurahillier.quickbase.com/db/bhy8pumuk?a=q&qid=1
IF(
Contains($MultiTextFormat, "apples", "red"),
Contains($MultiTextFormat, "bananas", "yellow"),
Contains($MultiTextFormat, "apricots", "orange"))
for the actual colour codes I suggest using the hex codes in this app by another QSP Laura Thacker. for example use say #FF6EB4 instead of red.
https://laurahillier.quickbase.com/db/bhy8pumuk?a=q&qid=1
QuickBaseCoachD
8 years agoQrew Captain
That code goes in the row colorization box for a table report type.