The fractional part is getting removed when fractional part is 00. I want the output to match the input format exactly
current behaviour:
if input
is 100.00 , output generated is 100if input is 100.05 then output is fine which is 100.05
Expected behaviour:
if input is 100.000 then output should be 100.000
if input is 100.00 then output should be 100.00
Format in type tree is ####.[##].
Decimal min is 0
Decimal max is not mentioned
------------------------------
Kavitha Rout
------------------------------