all groups > sql server reporting services > may 2007 >
You're in the

sql server reporting services

group:

Matrix Question


Matrix Question Chris Marsh
5/9/2007 3:32:43 PM
sql server reporting services:
Hello,

I have been working away with the SSRS and am getting pretty comfortable
with some of it's features, benefits and limitations. I have created a
series of Matrix reports (pivot tables) that show sales from 2004, 2005,
2006, 2007 and even future sales of 2008. My goal is to have a comparison of
2004 versus 2005; 2005 versus 2006 and so on. In Excel I understand how to
acomplish this goal but I don't see how I acomplish this calculation in a
matrix. My field for the year is 'year(eve_date)'.

Thanks in advance - I'm sure it's simply and I'm just being brain dead.

Chris

Re: Matrix Question EMartinez
5/9/2007 4:57:59 PM
[quoted text, click to view]


I would suggest handling this functionality in the query/stored
procedure that is sourcing the report. I normally use while loops or
cursors to accomplish this. Hope this is helpful.

Regards,

Enrique Martinez
Sr. Software Consultant
Re: Matrix Question Chris Marsh
5/9/2007 9:19:56 PM
Thanks - I hoped that this could be done on the report but we can try the
query idea.

[quoted text, click to view]

Re: Matrix Question Amarnath
5/9/2007 11:38:00 PM
Best possible is to bring from query, if there is any limitations on writing
the query or access etc... try calculated fields

Amarnath

[quoted text, click to view]
AddThis Social Bookmark Button