コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
6606 ビュー

Hi,

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

Chirag

アバター
破棄

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.

最善の回答

Try follwoing in your report

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

アバター
破棄
最善の回答

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

 

アバター
破棄