Hi All,
Reading other post, it appears you can format summary numbers via beast mode. I have done so and my beast output for my number is correct but it is stripping out my style tag when implementing. I can change the span to a div or other html element and I can see that reflected in the UI but it always removes my style tag. This is for a filled gauge if that makes a difference
Beast Mode Calc.
CONCAT('<span style="color: ##004387; font-size: 32px; font-weight: bold;">', Percent Scheduled Before Discharge
- Goal
, '</span>')
End Result when inspecting element:
<span>My Number Here</span>
Any tips on what I am doing wrong here?