I have a Quick Fields session that identifies different types of shipping documents. The Bill of Lading (BOL) is first and it contains three conditionals to determine the Shipper (PTI, GTI, or Other) on the BOL and separates them accordingly. After it follows the conditional, tokens are created for each Shipper. This goes into a field and could look like any of the following:
PTI(%GTI)(%Other) or (%PTI)GTI(%Other) or (%PTI)(%GTI)Other
What I need to return is only the value NOT in token format. Example 1 would return PTI only. I'm thinking this should be done in post-processing with Substitution, but I'm not all that familiar with it and I'm not getting good results. Any other ideas?!?
Thanks,
Nate