jchewsmith
Technical User
I have a field in my database that is html code and contains the tags and the data from a comment field.
My field data looks like this:
<TaskHistory>
<Save When>
<OpenAssigned to>
<Comment> This is the info that I want to display in my report! </Comment>
<br />
I need a formula to easily pull only the data: This is the info that I want to display in my report!
My field data looks like this:
<TaskHistory>
<Save When>
<OpenAssigned to>
<Comment> This is the info that I want to display in my report! </Comment>
<br />
I need a formula to easily pull only the data: This is the info that I want to display in my report!