Math.round but with 2 decimals!
Hello, I am trying to make this expression to show in percentage (%) and with 2 decimals.
Math.round(thisComp.layer("Shape Layer 1").effect("Slider Control 1")("ADBE Slider Control-0001")/100*comp("09 Infographic 19").layer("Data Settings").effect("Data 1")("ADBE Slider Control-0001"))
I am trying to do it with the " toFixed(2) " but I m having no luck.
Any suggestions?
Thanks in advance
