Hi,
How to limit the input of a number to 2 digits. I used the following validation as a program rule. It is not working.
d2:validatePattern( A{Idade},’[0-9]{2}’)
A{Idade} is a tracked entity attribute of positive integer data type.
Any help is welcome.