CSS in my beast mode calculation appears as a text instead of corresponding to actual value.... CONC
I've this in my bease mode calc and when I use this under "Guages"... it displays "the css code itself like '<div style="font-size: 20px;">'"...
CONCAT
(
'<div style="font-size: 20px;">'
,CONCAT
('Total Daily Unique Visitors:', round(((sum((CASE WHEN `scenario` = 'AC_TY' THEN `daily_unique_visitors_scenario` ELSE 0 END ))) / 1000000),1),'M',
'</div>')
)
0
Best Answer
-
Not all chart types support HTML code
You should be able to just remove the HTML code:
CONCAT
('Total Daily Unique Visitors:', round(((sum((CASE WHEN `scenario` = 'AC_TY' THEN `daily_unique_visitors_scenario` ELSE 0 END ))) / 1000000),1),'M')
______________________________________________________________________________________________
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman
______________________________________________________________________________________________1
Answers
-
If I remove the HTML code, then the font size of my values is very small.. How can I get a bigger font size then?
0
Categories
- 7.4K All Categories
- 13 Getting Started in the Community
- 150 Beastmode & Analytics
- 1.8K Data Platform & Data Science
- 54 Domo Everywhere
- 2K Charting
- 1K Ideas Exchange
- 905 Connectors
- 239 Workbench
- 343 APIs
- 77 Apps
- 19 Governance & Productivity
- 237 Use Cases & Best Practices
- 50 News
- 473 Onboarding
- 573 日本支部