I keep getting asked to create a single value card where the fonts color is conditionally formatted. I can accomplish something similar with the Table cards by creating an html beast mode, like the following:
case
when `Field` > .40 then
CONCAT('<span style="color:green;">', CONCAT(`Field`*100,'%') ,'</span>')
end
This does not work with the Single Value or Textbox cards. Does anyone have an experience with this requirement or know of any work arounds?
Thank you!
Emilio