Comments
-
Here's the way it is written: CASE WHEN `Security Risk Rating` = 'EXTREME' THEN '<div style="background-color:#fcbcb7; color:#800000; font-weight:bold; width: 100%; height:100%; margin:-20px; padding:20px">EXTREME</div>' ELSE `Security Risk Rating` END I had help from Domo Support
-
I do appreciate the reply, but I'm not netecessarily looking to heatmap sums based on total. The best scenario would simply be to show the color in this column with the total. Because I can't select average, the table shows all of the records for the user. I simpy when to show the total of 7 for the user's reports. How…
-
Okay - I do appreciate your help. The formula wasn't exactly correct. It's actually this: CONCAT('<div style="background-color:#fccf84; width: 100%; height:100%; margin:-20px; padding:20px"><a href="#">', `Outstanding Minor`, '</a></div>') Not this: CONCAT('<div style="background-color:#fccf84; width: 100%; height:100%;…
-
I would like the data in one column to dispay in red. Under Attributes, I can only adjust to italic, bold, etc.
-
I'm sorry, but no it did now help. I had already seen the post, but the post fails to explain the actual beastmode formula to type in when creating a new field? Does anybody no that? Let's say the column header is "Totals". How would I write this in the formula box to make the font red?
-
Thank You, but I figured I would have to use both to do this; however, I was hoping for an example with steps, etc.