I have a data field like this:
9999:9:999:9
XXXX:AAAA:NNNN:NNNN
I need to split the fields into 4 formulas.
1
9999
2
9
3
999
4
9
etc........
The data between the : delimiter can change but their will always be 3 :'s.
Can someone help me with this? The most efficient way to process a lot of data.
I am more familiar with this type of split in SQL server.
CR 8.5
Thanks and best regards.
9999:9:999:9
XXXX:AAAA:NNNN:NNNN
I need to split the fields into 4 formulas.
1
9999
2
9
3
999
4
9
etc........
The data between the : delimiter can change but their will always be 3 :'s.
Can someone help me with this? The most efficient way to process a lot of data.
I am more familiar with this type of split in SQL server.
CR 8.5
Thanks and best regards.