I am trying to populate a dollar amount in a single line field based on a selection in a radio button field. The vendor will select which kind of vendor they are, which will then populate the dollar amount in the single line field. Problem I am having is two of the values are the same amount and its putting _1 after the second one. I was thinking maybe I could write a regular expression to only grab the first two digits after the decimal.
anyone have an idea on a regular expression that might work?