Hi All,
I have a Defect table with milestones and issues as reference lists. The sample values are
for Defect ID 001,
Milestones 01
02
03
04
Issues
0001
0002
How to display both referece lists with out repeating them.
I tried GroupBy , it works fine for the first group,since i cannot place the second group out side the first one
it displays like this
001
Milestones 01
issue 0001
Milestones 02
issue 0002 etc, how to avoid this .
Please help me out.
Thanks
Saran
I have a Defect table with milestones and issues as reference lists. The sample values are
for Defect ID 001,
Milestones 01
02
03
04
Issues
0001
0002
How to display both referece lists with out repeating them.
I tried GroupBy , it works fine for the first group,since i cannot place the second group out side the first one
it displays like this
001
Milestones 01
issue 0001
Milestones 02
issue 0002 etc, how to avoid this .
Please help me out.
Thanks
Saran