Comments
-
Hi! Here's part of my formula: WHEN `Sorting` = 08 or `Sorting` = 10 or `Sorting` = 12 or `Sorting` = 18 or `Sorting` = 22 then concat('<span style= "font-style: italic; color: Green;">',concat(ROUND(`Amount`*100,2),'%'),'</span>') It's picking up the Green, but not the font-style. Am I using the right syntax for…
-
Thanks for the reply! Would you happen to know of any pages or documents specifically around MySQL dataflow transforms?