Hello All,
I'm struggling here as I feel like I'm so close. I'm trying to show a summary number that is a calculation
(Cost/Leads) and while I've been able to figure out the font size and color, I am still struggling to control the format to be a currency without decimals instead of the number its at now
Right now, I've gotten to this
CONCAT('
<div style="font-size: 24px;color: #004387"></div>
',SUM(Cost
) / SUM(Leads
),'')
Can someone give me an example of where I might be missing something?