i want to show report country wise.i have dataset which i bind to my report and my dataset looks like below picture
my dataset has the data like above picture in same way.
now i want to display this data with SSRS like below picture...this would be my target output.
this way i want to show my data with the help of SSRS matrix. i am
new in SSRS. so what i did i put a matrix data region on report surface
and create two group. first group is curdate and second group on field
name and place countrycode as column group.
here is the picture of my report design below
but when i run my report then i am not getting output like my target output. the output i am getting like
if some one look my out then they can see date is not repeating. i
know the reason because i create a group on curdate. i want date should
repeat when it is different. also i want to show subtotal like my target
output. plzz advice me what i need to do.
i want data should come like in my report
Date Field GB US
------ ----- ---- ----
02/15/2012 Total Sale 15200 14001
02/16/2012 Total Sale 11200 10001
Sub Total xxxxx xxxxx
02/15/2012 Reman Sale 18000 16001
02/16/2012 Reman Sale 13200 15001
Sub Total xxxxx xxxxx
Total xxxxx xxxxx
i already said how i design my report and gave here the picture of report design. now tell me am i going to
right direction....because here i am working with matrix data region but i am not sure should i work with matrix
data region or not. please guide me in detail how to design my report to achieve my target output. thanks