I have a third party app that stores related records in field like...
id xref
33067 C33071 C33113 C33180
33127 30687 33128
34331 R34332 R34333
I need them in three columns like...
id xref type
33067 33071 C
33067 33113 C
33067 33180 C
33127 30687
33127 33128
34331 34332 R
34331 34333 R
I have a working solution in a cursor... But I need this for a report.
Any thoughts!
Thanks
Simi
id xref
33067 C33071 C33113 C33180
33127 30687 33128
34331 R34332 R34333
I need them in three columns like...
id xref type
33067 33071 C
33067 33113 C
33067 33180 C
33127 30687
33127 33128
34331 34332 R
34331 34333 R
I have a working solution in a cursor... But I need this for a report.
Any thoughts!
Thanks
Simi