Hi Folks,
I am pretty new in DOMO and need your help.
I tried with the following code in DOMO beast mode.
CASE WHEN DATEDIFF(CURRENT_DATE(), `Last updated Date`) > 3 then concat('<div style="color:red">',`Last updated Date`, '</div>')
ELSE concat('<div style="color:green">', `Last updated Date`, '</div>')
END
but, it doesn't display anything on the table. I tried with save and close and checked in the browser but nothing.