I am trying to place a constraint on a payrate field with four decimal places but it's not working and not sure why...getting an invalid format.
LPL CODE:
PayRate
constraint(PayRate matches "d[0-9][,].d{0,4}|[0-9]d*$")
"InvalidFormat"
label is "NewPayRate
RESULTS:
