Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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 Work</li'><li> On Time </li><li> Late </li><li>Unavailable</li></ul>"

 

  • Anonymous's avatar
    Anonymous
    7 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

3 Replies

  • Anonymous's avatar
    Anonymous
    Not 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

    • Anonymous's avatar
      Anonymous
      Not applicable

      Works for column

  • v-piga-msft's avatar
    v-piga-msft
    Resident Rockstar

    Hi Anonymous ,

    Have you solved the problem?

    If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

    If you still need help, please share your desired output so that we could help further on it.

    Best  Regards,

    Cherry