Hello,
In form I have some amount fields in grid depends upon the value i need to show amount value as **** or #### in form level without change its value.
Ex: If amount value is greater than 50000 means the amount field value should be shown as #####. Ax normally shows ####value when column size is less than amount value. I need to achieve this depends upon the condition. Is there existing property to achieve this without writing code. Thank you.