- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
So, make sure the display pattern for the numeric field is set to look like currency, then the data that is entered (or calculated from some other fields) is going to fit the if statement.
Select the numeric field, object pallette > Field tab > Patterns...
-Under the display tab select the option for "$1234.21".
-Under the data tab, select the option for "num.decimal{}" or "num.currency{}". ("num.decimal{}" will prevent entering the "$" or whatever currency symbol is appropriate.)
Then, when the user enters an amount and clicks on the dropdown list (ddChoices in my example), the script checks the value and fills it in appropriately.
Views
Replies
0 Likes
Total Likes