Viewing 15 posts - 31 through 45 (of 72 total)
Sounds more like a job for SSIS than Reporting Services. Unless it absolutely must be rendered through RS, I'd go with an SSIS package. If they're asking for...
October 18, 2010 at 1:23 pm
Definitely it can be done. Here's something from MSDN that might help you get started:
October 18, 2010 at 8:25 am
You'll need an expression in the format property of the field, and some value you can anchor it to. For instance, if you know row "A" will always be...
October 18, 2010 at 8:01 am
IIf statements don't simply fail, so it looks like there's one of two things going on. Either the value truly isn't zero, or the statement is not written like...
October 15, 2010 at 8:56 am
Ben Moorhouse (10/15/2010)
Copying all music/photos etc onto a big disk and taking it to a...
October 15, 2010 at 8:47 am
A few thoughts:
1) Have you tried putting the [value = 0, "Black"] part in the front of the IIf statement?
2) Does the text box containing the expression have a default...
October 14, 2010 at 3:08 pm
Jack isn't saying multiple datasets are bad; he's saying trying to blend multiple datasets in the same table control is bad. RS just wasn't designed to take more than...
October 13, 2010 at 8:16 am
Sure, just have it pull the possible values for a parameter from a query. Here's a more in-depth explanation:
http://www.sql-server-performance.com/articles/reporting/report_parameters_p1.aspx
October 12, 2010 at 12:24 pm
tsmith-960032 (10/12/2010)
I know you're probably laughing, but, it worked, and fast too.
That's what's really important though, right? I'll have to try that sometime.
October 12, 2010 at 8:57 am
Does the query return the date range as a column, for example "1/7 to 1/13" or does it simply pass the date and have RS do the grouping? If...
October 11, 2010 at 8:31 am
I think the RS pie chart always deals with 100%. One workaround is to have your query append a new row if the sum of a group is <...
October 11, 2010 at 7:44 am
My hunch is that from the actual Reporting Service's perspective, the work has been done -- that is, the report has been compiled and handed off to the Report Manager...
October 7, 2010 at 3:37 pm
7. Most of the replies to my queries on the SSRS forum on issues that I faced suggested not to create such huge reports, restrict the reports...
October 7, 2010 at 3:23 pm
In the format properties of whatever control is displaying the date, put this: MMMM dd, yyyy
October 7, 2010 at 12:14 pm
Just curious, have you looked into linked reports? If you have 1000 reports, there's probably a use for linked reports in there somewhere.
Linked Reports on TechNet
October 7, 2010 at 8:20 am
Viewing 15 posts - 31 through 45 (of 72 total)