Question
Format number without meaningful trailing zeros in Advanced Grid or Grid
In the Advanced Grid or Grid configuration, you can specify the number format as "0.00".
This results in 3.1415 being displayed as "3.14", but also 11 as "11.00", and 12.3 as "12.30"
Is there a possible format string to remove unnecessary zero's, so 3.1415 is displayed as "3.14", but 11 is displayed as "11" and 12.3 is displayed as "12.3"?

