A
Achim Domma (Procoders)
Hi,
I have a resultset with different columns which I would use to group the
data by. For examle:
Name Categ Year
AAA 1 2003
BBB 1 2004
CCC 2 2003
DDD 2 2004
I want to have differnt views of this data like this:
1 - 2003 - AAA
2004 - BBB
2 - 2003 - CCC
2004 - DDD
or
2003 - AAA
CCC
2004 - BBB
DDD
I could solve this using multiple queries and differnt filters, but I
wonder if there is a more elegant solution using ADO.Nets hierarchical
features. And hints or ideas?
regards,
Achim
I have a resultset with different columns which I would use to group the
data by. For examle:
Name Categ Year
AAA 1 2003
BBB 1 2004
CCC 2 2003
DDD 2 2004
I want to have differnt views of this data like this:
1 - 2003 - AAA
2004 - BBB
2 - 2003 - CCC
2004 - DDD
or
2003 - AAA
CCC
2004 - BBB
DDD
I could solve this using multiple queries and differnt filters, but I
wonder if there is a more elegant solution using ADO.Nets hierarchical
features. And hints or ideas?
regards,
Achim