Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
I want show integer number in table-widget.

So, in column configuration I set precision=0.  I expect to see 123, but it shows 123.00.

When I set precision=1, 2 or 3 it works fine, problem only with precision=0

In Knowage CE 6.1 it works,  but in 6.2 seems broken.
Environment Knowage CE 6.2
in Cockpit, Dashboard and Console by (2.8k points)

1 Answer

0 votes
Dear

do you have any errors on JS Console or logs file ?

Best Regards

Angelo
by (20.7k points)
No error in browser console and in tomcat logs.
The problem in CockpitTable.tpl.html,  in code:

number:(column.style.precision || 2).

It return 2 even I set precision=0 in UI.
Dear,

could you please add a new issue on github ?

BestRegards

Angelo
...