Hi there,
I am wondering,how to enable blank in addition to zero for number mask/decimal mask?
regards and thanks
Hi, i got the trick:
1. user local variable o type text:
2. On Save, return back the variable to the entity:
3. OnAterFetch:
4. Masking:
Hi,
^\s*$|^\d+(\.\d+)?$
This regular expression accepts a blank space and numbers.
Hope it helps you.
hi, thank you,
but i do not know where to put the pattern?
regards