Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: jmokHi LauraLacey,
Thanks for posting this in the forum
Please try this below:
a = FIELDNAME.split("|")
NAME1 = a.getItem(0)
NAME2 = a.getItem(1)
emit *
emit NAME1
emit NAME2
If you have any questions, let me know - Janice