HTML Table with Numbers

afoote4
afoote4 Member
edited March 2023 in Datasets

Hello, I was wanting to have more customization when making my tables in analyzer since text cannot change much. I am having trouble making the html work for my numbers though since everything gets formatted as text. I was wondering if anybody had any ideas to set up this code? I found some solutions on the web, but was having trouble incorporating it into DOMO.

Is this doable in DOMO?

My code does not work but here is an overview of what I am trying to do. I need to be able to have 2 decimals and a % as well.

CONCAT('<span style="font-size:35px";>',

    CONCAT('<input id="number" type="number" value="`Sales`")' ,'</span>')

Tagged:

Comments