I think you should be doing Sum(Fields!APPL.Value) instead of count, and better if you do this sum in you query or sp that way you will be in more control.
Actually it will depend on your APPL values, if it is some number then better you get the result set in this format -
TIME_APPL APPL
1 XXX + XXX OR Count(xxx, xxx)
2 XXX
3 XXX + XXX OR Count(xxx, xxx)
When you ask a question, remember to click "mark as answered" when you get a reply which answers your question; this ensures the right forum member gets credit for being helpful (and makes search more relevant too).
akjoshi
Contributor
3636 Points
615 Posts
Re: ReportViewer VS2005
Feb 28, 2008 03:35 PM|LINK
I think you should be doing Sum(Fields!APPL.Value) instead of count, and better if you do this sum in you query or sp that way you will be in more control.
Actually it will depend on your APPL values, if it is some number then better you get the result set in this format -
TIME_APPL APPL
1 XXX + XXX OR Count(xxx, xxx)
2 XXX
3 XXX + XXX OR Count(xxx, xxx)