I have a Text field (64000) that is used to hold addresses with html markup. I need to use calculated fields to get each line's value for use in importing to another app that requires the address to be broken down to individual fields.
For example, the value in the text field might be:
Acme Building <br />
22 Main Street <br />
Suite 33 <br />
Atlanta, GA 30308
I need it to take each line and put it in a calculated field:
Calculated Field 1 = "Acme Building"
Calculated Field 2 = "22 Main Street"
Calculated Field 3 = "Suite 33"
Calculated Field 4 = "Atlanta, GA 30308"
There will always be a <br /> to break up the lines so I was thinking that might be used in the formula to delineate which lines are which. I have no idea of what the formulas would look like, though. Does anyone know how to do this? Many thanks!
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
DesiLogi
Hello,
I have a Text field (64000) that is used to hold addresses with html markup. I need to use calculated fields to get each line's value for use in importing to another app that requires the address to be broken down to individual fields.
For example, the value in the text field might be:
Acme Building <br />
22 Main Street <br />
Suite 33 <br />
Atlanta, GA 30308
I need it to take each line and put it in a calculated field:
Calculated Field 1 = "Acme Building"
Calculated Field 2 = "22 Main Street"
Calculated Field 3 = "Suite 33"
Calculated Field 4 = "Atlanta, GA 30308"
There will always be a <br /> to break up the lines so I was thinking that might be used in the formula to delineate which lines are which. I have no idea of what the formulas would look like, though. Does anyone know how to do this? Many thanks!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.