Viewing 15 posts - 1 through 15 (of 48 total)
Well, it won't be easy, but you might be able to do it using the "Chart Areas" setting. I recommend you look at THIS SITE, specifically the "Creating a Correlated...
August 7, 2014 at 10:22 am
It sounds like you might want to try adding a rectangle to your report, grouping that by the media type, inserting the chart into that rectangle, and then removing the...
August 5, 2014 at 10:19 am
You can modify the CSS file for your ReportServer, check out this link, the reply from thomas.briscoe has what you need:
http://www.sqlservercentral.com/Forums/Topic965324-150-1.aspx
It's a hack, but I can verify it does work.
August 4, 2014 at 9:03 am
The RunningValue function might be what you need here, check out this post:
http://mangalpardeshi.blogspot.com/2009/03/runningvalue-function-reporting.html
You'll likely need to play with the group value you're passing to the function, it talks about that...
August 4, 2014 at 8:57 am
Ok...
Well why did you try, and what were the results?
June 14, 2014 at 5:28 pm
Self-drillthrough might be the way to go, check out the following link:
http://mikedavissql.com/2013/12/02/ssrs-self-referencing-reports-or-drill-through-to-same-report/[/url]
June 13, 2014 at 1:27 pm
Then create an account and log in and download it, like an adult.
June 6, 2014 at 10:34 am
It is for this very reason that I've installed the IE Tab plugin for Chrome. Check it out, it's just a button click to get a tab to render as...
June 3, 2014 at 1:21 pm
Well, it seems like you should just be able to copy and paste the code that you have for the detail rows into the header row, and it will work....
May 30, 2014 at 9:52 am
Lacking your query you're using to trigger those subscriptions, and probably a whole host of other information, there is really no analysis to be done.
However, this scenario sound like a...
May 30, 2014 at 9:36 am
Sean Lange (5/19/2014)
http://www.sqlservercentral.com/articles/T-SQL/68378/[/url]
It looks like you have a mountain of nested replaces in here for a number...
May 20, 2014 at 11:08 am
In SSRS 2005 I think you're out of luck, unfortunately.
However, if you upgrade to 2008 or higher there are DynamicHeight and DynamicWidth properties you can take advantage of.
Cheers,
EJM
March 25, 2014 at 10:02 am
andrewt 30066 (2/3/2014)
I'm looking to create a report with a list of shops grouped by company area, the report would look something like.
Area 1
Shop1 || Shop 2 || Shop3
Shop...
February 18, 2014 at 11:01 am
Try looking at this thread, it looks like it addresses a similar situation:
http://www.sqlservercentral.com/Forums/Topic966325-150-1.aspx
Good luck!
~EJM
February 13, 2014 at 10:22 am
Viewing 15 posts - 1 through 15 (of 48 total)