Discussions
Nest Decode into NVL2?
We use a secondary address for Vendors on our PO in specific scenarios. Because of this we have setup some saved searches with an NVL2 formula to pull the secondary address if its being used in place of the billing address.
For the state results we use this formula:NVL2({custbody_vr_removal_add_addressee},{custbody_vr_removal_add_state},{billstate})
The issue we are having is that when the results are returned, the {custbody_vr_removal_add_state} variable will return the full name, New York, and {billstate} will return NY. This makes it difficult to parse the data by state alone.