I have a report i'm building. One of the fields(WWNS) returned contains a list of "," comma separated variables.
I'd like to split this field, and populate a new row with the same data, but just adding an element each time from the split field.
![Split data onto another row..JPG]()
Thanks in advance.