I have searched a bit upon it but can't get it to work properly.
I want the report to display as many decimal characters as the field has, simple as that.
Example:
- Value = 169.99 | Ouput = 169.99
- Value = 169.9999 | Output = 169.9999
If I don't set the Format property to anything, it kinda aligns the fields, sometimes it returns 2 decimals, sometimes 4 decimals, even though I only have 2 decimals.
So how do I format it to display exactly as much decimal characters as the value has?
PS: I'm using Brazilian Portuguese language, so it's returning "169,9900" but I don't think it has anything to do with it since American English did the same.
PS 2: Fields datatype is MONEY.