Hi,
in a number field I want to display decimals, but only if there are decimals. So
123,4 -> 123,4
123 -> 123 and not 123,0
I can do this by code quite easy, but I prefer a display mask.Because this can be explained to my end-users. Going into code is more difficult for them. I tried different masks but none of them seems to be the right one.
in a number field I want to display decimals, but only if there are decimals. So
123,4 -> 123,4
123 -> 123 and not 123,0
I can do this by code quite easy, but I prefer a display mask.Because this can be explained to my end-users. Going into code is more difficult for them. I tried different masks but none of them seems to be the right one.