Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
6622 Widoki

Hi,

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

Chirag

Awatar
Odrzuć

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.

Najlepsza odpowiedź

Try follwoing in your report

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

 

Awatar
Odrzuć