CR10
Progress
Hi ALL,
I have 2 tables A and B for a report. In Table A there is Acc No for primary key. In table B There is an array field that holds various values. There is One array field for every AccNo. The table joins have to be left outers. I want to split the array field, which is easy enough, and display All the deatails associated with each AccNo eg
AccNo X Array Field
1234 Y [12344,2345,5678,890]
I want to display
1234 Y 12344
1234 Y 2345
1234 Y 5678
1234 Y 890
and for every field that has values in the array field.
thanks in advance
Progress
Hi ALL,
I have 2 tables A and B for a report. In Table A there is Acc No for primary key. In table B There is an array field that holds various values. There is One array field for every AccNo. The table joins have to be left outers. I want to split the array field, which is easy enough, and display All the deatails associated with each AccNo eg
AccNo X Array Field
1234 Y [12344,2345,5678,890]
I want to display
1234 Y 12344
1234 Y 2345
1234 Y 5678
1234 Y 890
and for every field that has values in the array field.
thanks in advance