Hide Amount value by special character depends upon condition

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.

Hi,
Anyone shade light on this…

I haven’t seen such a property.

Hi,
U can use password style property…For conditions u should use coding…

This can be used on string controls.

Hi,
Thanks kranthi…