I have some data stored in a database that looks like this:
<xml><instanceID>49926</instanceID><name>Jay Bartels</name><address>555 Madison Avenue</address><phone>650 555 1212</phone><comments>Please only call in an emergency</comments></xml>
Is there a way i could easily get the data to look like this in a report:
Name: Jay Bartels
Address: 555 Madison Avenue
Phone: 650 555 1212
Comments: Please only call in an emergency
I need help on this ASAP and I'd like to be able to create a formula field that looks at this info from the database and outputs it like i specified above, thanks a million!
Jacob
<xml><instanceID>49926</instanceID><name>Jay Bartels</name><address>555 Madison Avenue</address><phone>650 555 1212</phone><comments>Please only call in an emergency</comments></xml>
Is there a way i could easily get the data to look like this in a report:
Name: Jay Bartels
Address: 555 Madison Avenue
Phone: 650 555 1212
Comments: Please only call in an emergency
I need help on this ASAP and I'd like to be able to create a formula field that looks at this info from the database and outputs it like i specified above, thanks a million!
Jacob