on 2010 May 25 2:44 PM
i have a string field that looks like this
Beneficiary: 'AB NYNAS PETROLEUM' received amount: '23064049.65' over '4'
i need to retreive the name between the ' '
it is not always a set # of characters.
i am using this formula
if left({USR_CR_ALERTHIST;1.A_DESC},11)='Beneficiary'
then left ({USR_CR_ALERTHIST;1.A_DESC}, InStr({USR_CR_ALERTHIST;1.A_DESC}, "' "))
i retreive the following data
Beneficiary: 'AB NYNAS USA INC.'
then i used this formula
mid({@testing name},14)
which got what i needed. thanks anyway
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.