Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
6588 Visualizzazioni

Hi,

How do you remove decimal places using CSS Style or t-esc-options?

Chirag

Avatar
Abbandona

Just a note that I just realized that formatLang does not do proper rounding. It will truncate the remaining decimal places (it used string formatting tool). So, it is better if you do a proper rounding first before you put your value into formatLang.

Risposta migliore

Try follwoing in your report

formatLang(<<your value>>,digits=0)

Avatar
Abbandona
Risposta migliore

formatLang(<<your value>>,digits=0)

 

Avatar
Abbandona