If a user selects option A in my drop down, I need to display 2 separate dollar amounts ( $5,000 and $1,500) at different points in the email notification. Because I cannot (I don't think, at least) associate 2 values to one field, I wish to achieve this with a mathematical operation.
I've got my email notification set up to display the value of a field from one of my drop down menus by using {FieldName:3:value}.
Is there a way I can do something like {Aircraft_Classification:3:value} - 3500?
I would also then need to format with '$' and a comma. Is this possible in the context of the email notification?
Thank you.