Apr 17, 2018 09:09 PM
I know I’ve seen the code somewhere for how to show a Green Tick or Red Cross when using formulas that return a true or false result, but I can’t find it.
can someone please post?
Apr 17, 2018 09:23 PM
Unless I’m mistaken, this is done with emoji.
Where you want a “True” output, use the Green Tick emoji ( :white_check_mark: ) Where you want a “False” output, use the Red Cross emoji ( :x: )
Ex: IF(Field1 > 5, “ :white_check_mark: ”, “ :x: ”)