Hi, I'm using CR10 with an Oracle database.
I need to split a field where the elements are separated by a carriage return (Chr(13)).
I'd like to be able to split this field into it's individual elements and then group by each element. The field can have any number of elements by probably not more than 20.
I initally have tried to use the formula below (for the first element), but it's not working.
split({APPROVALM1.CURRENT_PENDING_GROUPS},Chr(13))[1]
Can anyone help me?
Thanks in advance.
I need to split a field where the elements are separated by a carriage return (Chr(13)).
I'd like to be able to split this field into it's individual elements and then group by each element. The field can have any number of elements by probably not more than 20.
I initally have tried to use the formula below (for the first element), but it's not working.
split({APPROVALM1.CURRENT_PENDING_GROUPS},Chr(13))[1]
Can anyone help me?
Thanks in advance.