I'm trying to set a numeric field to have a % sign added at the end of the number. example: 10% 20% or 100%. Everytime the entry is entered it always adds two zeros to the end of the entry making it 1000% 2000% or 10,000%.My current pattern is num{zzzz9%} .