I am trying to parse the information shown below.
Here is what is in the field now:
300b - Central Mortgage - Login
I want to see only what's to the left of the SECOND Dash.
I've tried the following formula but while the checker sees no errors, it blows up the program. The Node.Description field holds the data shown above.
left ({Node.Description},4) & " - " & mid ({Node.Description}, 8, (instr (10,{Node.Description},"-"))
Any Ideas? Thanks so much!!
Here is what is in the field now:
300b - Central Mortgage - Login
I want to see only what's to the left of the SECOND Dash.
I've tried the following formula but while the checker sees no errors, it blows up the program. The Node.Description field holds the data shown above.
left ({Node.Description},4) & " - " & mid ({Node.Description}, 8, (instr (10,{Node.Description},"-"))
Any Ideas? Thanks so much!!