Forum Discussion
Anonymous
7 years agoNot applicable
Need Help - Bullet in HTML
Hi , I need to add a list with default Bullet using measure . The HTML tag I am using isn't working .. = "Report Submitted is categorized as :<ul style = "list-style-type:disc;"><li> Needs Wor...
- Anonymous7 years ago
Hey Anonymous
Works fine for me, with a column. Don't think a measure is supported with this visual.HTML = "<ul style = list-style-type:disc> <li> Needs Work</li'> <li> On Time </li> <li> Late </li> <li>Unavailable</li> </ul>"
Cheers!
A
Anonymous
7 years agoNot applicable
Hey Anonymous
Works fine for me, with a column. Don't think a measure is supported with this visual.
HTML = "<ul style = list-style-type:disc> <li> Needs Work</li'> <li> On Time </li> <li> Late </li> <li>Unavailable</li> </ul>"
Cheers!
A
- Anonymous6 years agoNot applicable
Works for column