Hello,
In ' Task ' form view we have customized a new filed "XX" with ' percentage' widget, and we are trying to present this field in the portal page "Tasks Table".
for example
in the Task form view: xx = 0.04, but because it has the percentage widget, it will be xx = 4%
now in the Portal Page -> tasks table , we tried this code:
but the field will be presented as xx = 0.04
we added the widget :
the field will be presented as xx = 0.04000000000000001 !!!
what should we do to present xx = 4% in portal page ?
Thank you,