Wednesday, March 28, 2012

put report totals in front of matrix - how to?

Is it possible to put the report totals at the front of the matrix
instead of the back?
I'm using SSRS native functionality to calculate the totals and
wondered how to get them displayed in front of my matrix.
ThxOn Dec 9, 7:13 pm, nickismyname <johan.koopm...@.imtech.nl> wrote:
> Is it possible to put the report totals at the front of the matrix
> instead of the back?
> I'm using SSRS native functionality to calculate the totals and
> wondered how to get them displayed in front of my matrix.
> Thx
If you are referring to the column orientation of the totals, you can
control the order by using something like a space in front of the
actual column name to control the left-to-right order. So, columns
named like this:
Col1 Col2 Col3 Totals
-- -- -- --
Can be rearranged like this considering adding spacing in front of the
actual column name.
" "+ Totals Col1 Col2 Col3
-- -- -- --
Hope this helps.
Regards,
Enrique Martinez
Sr. Software Consultant

No comments:

Post a Comment