Forum Discussion
ArchiveUser
8 years agoQrew Captain
i don't see that option
- QuickBaseCoachD8 years agoQrew CaptainAre you saying that you don't see
Color-code rows using a formula
at the bottom of a table report configuration screen? - ArchiveUser8 years agoQrew Captainwhere is the table report configuration screen?
- QuickBaseCoachD8 years agoQrew CaptainHave you build a report? If so, just "Customize this report" at the top right when viewing the report.
If you have not built a report, then go to Reports and Charts and create a new report of type Table. - ArchiveUser8 years agoQrew CaptainGot it. Now have this error.
The types of the arguments or the number of arguments supplied do not meet the requirements of the function Contains.
The function is defined to be Contains (Text u, Text v). - QuickBaseCoachD8 years agoQrew CaptainMy IF has the brackets in the incorrect place.
In future please post your code when you have a syntax error.
IF(
Contains($MultiTextFormat, "apples"), "red",
Contains($MultiTextFormat, "bananas"), "yellow",
Contains($MultiTextFormat, "apricots"), "orange")