Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 Getting totals on each field in Report builder

Author  Topic 

mrm23
Posting Yak Master

198 Posts

Posted - 2010-05-27 : 00:37:23
Hi All,

I have made a matrix report which is giving the output in desired format.
now i need to check for the data.... now it is totalling for that field in the table...
i.e. count(field) in table

but i want it against the status.

the report looks like this:

original data:

User***** Name Client Name CV_Sent Offer Made Joined
John***** SS***** 3**** 0**** 0******0********0

Report Builder data :

--------------------Status-------------------------------
User Name Total CV Sent Pending Scheduled
Total 460***463***59*****68********1050
------------------------------------------------------------

this 460,59 etc is the count(that column in table).

now i must put a where condition to this....

since i cant write any query, i need to know how can i handle this....

please help me

Thanks in advance
   

- Advertisement -