I am trying to grab three-letter currencies from a field and move/replace them, but I cannot seem to get the ? wildcard to work.
Here is a screenshot of my data:

For every currency (in this instance, "USD"), I would like to:
1) Move "USD" to a new field, and
2) Replace "USD" with the 0.00 in the "Prior Accrued" field
Any thoughts/suggestions? I tried this multi-field formula for 2) and it did not work.
IF Contains([SECURITY NO QUAL], "???") THEN [PRIOR ACCRUED] ELSE [SECURITY NO QUAL] ENDIF