Hello, I have a formula for color coding: Case([BUDGET LINES CREATED],false,"#000000") & Case([BUDGET UPDATED],false,"#000000") How can I use OR operator instead of AND ($) tried | - does ...
try this IF( not [BUDGET LINES CREATED] OR not [BUDGET UPDATED], "#000000")
------------------------------ Mark Shnier (YQC) Quick Base Solution Provider Your Quick Base Coach http://QuickBaseCoach.com mark.shnier@gmail.com ------------------------------
Andrew, can you post he error message when you save the formula? can you tell me what field type the two fields are?
------------------------------ Mark Shnier (YQC) Quick Base Solution Provider Your Quick Base Coach http://QuickBaseCoach.com mark.shnier@gmail.com ------------------------------