Good Morning.
Is it possible to change the font color of my table if a condition is met using a beast mode.
I have something like this
CASE
When `BI_Weight` ='5' then
CONCAT ('<div style="font-color:#A43724">', `ICR_NUMBER`, '</font>')
else `ICR_NUMBER`
end
but I only get text.
Any help would be appreciate it. Thanks