Showing posts with label items. Show all posts
Showing posts with label items. Show all posts

Tuesday, March 27, 2012

Changing the look of Report Manager

Is there a way to change the size of the text boxes and other items that appear in report manager when you run a report? I am referring to the size of the boxes that the user can enter information into to run the report.

Thank you,

Hi Kimberly

This has been discussed alot on the forum, in short the answer is "somewhat". You can modify the cascading style sheets for the report manager, I found a good thread on that yesterday but can't find it right now.

As for "branding" the site, one thread where this is discussed is here:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=295521&SiteID=1

Enjoy

Tuesday, March 20, 2012

changing subtotal expression

Hello,

I'm using a matrix report to display scores for certain items on certain criteria.
The items are on the left and the criteria at the top.

Now I would like to have some sort of subtotal row at the end of each group of items that displays the average value of all the scores for that group and not simply adds up the scores.
The built-in subtotal just adds up the scores, where I want the average value to be displayed.

Isn't there an easy way to change the subtotal expression and make it calculate the average value instead of the sum?

Thank you for your time,

Kenny

Yes this can be done through the InScope function. Please read this related thread: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=276213&SiteID=1

-- Robert