Expand my Community achievements bar.

SOLVED

Getting invalid value error message

Avatar

Level 7

Hello,

I have 4 numeric fields.The user enters dollar amounts in the first 3 fields. I have a FormCalc script in the 4th field that takes fields 2 and 3 from field 1 and display the total. It looks fine until the user hits the submit button. They they get the following error message:

invalid value.JPG

I've checked the Pattern and it's set to this pattern:  num{($zzz,zzz,zz9.99)}

What am I missing?  Thanks for your help.

MDawn

1 Accepted Solution

Avatar

Correct answer by
Level 10

Change the field type to Decimal instead of Numeric.

(OR) change the Data format to Float under the Binding tab for Numeric type field.

Thanks

Srini

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Change the field type to Decimal instead of Numeric.

(OR) change the Data format to Float under the Binding tab for Numeric type field.

Thanks

Srini