how to get report like this, I am using RS2005
From Query I am getting following data
Name,Catageory,ItemcODE,ItemQty
A CAT1 1 1
A CAT1 2 20
A CAT1 3 15
A CAT1 4 2
A CAT1 5 11
B CAT2 1 18
B CAT2 2 20
B CAT2 3 22
C CAT3 1 0
C CAT3 2 32
For above dataset I want to have report like this
Name : A
Catagoery : CAT1
Item Qty
1 1
2 20
and so on
Name : B
Catagoery : CAT2
Item Qty
1 18
2 20
and so on
Name : C
Catagoery : CAT3
Item Qty
1 0
2 32
and so on
i am new to reporting server 2005,
On table, I inserted a Group on Categoery
and again another group on Items
i am getting only one row for each Item,
where i am doing mistake or Is there anyway to todo,
thanks
ka