Viewing 15 posts - 196 through 210 (of 219 total)
I have applied this hot fix as we were having the issue with the first row of data dropping out during exports. We've experienced no negative effects with it.
However, even...
September 29, 2005 at 4:22 am
Does your local PC have SQL Server installed? It's required if that's what you're installing to.
September 22, 2005 at 12:07 am
MSRS does not currently support this unfortunately. To get around this, I've set a cursor in the SP that determines what page I'm on and then passses this to the...
September 22, 2005 at 12:03 am
I was having the same issue. Users were running large reports and the server was tyhrowing out of memory excpetions. Only way to resolve was to replace the server.
September 21, 2005 at 6:22 am
Based on the value in the sort field, you could dynamically hide columns if that helps.
A more complicated approach is to use a stored procedure and then through if statements, run...
August 25, 2005 at 7:11 am
Place what you'd like to appear on the first page in the report body rather than the header. If you need to page break after your new header, place the...
August 19, 2005 at 5:46 am
If you're trying to create multiple snapshots of the same report using different parameter sets, you'll need to create a linked report. A report can use only the default parameters...
August 18, 2005 at 5:55 am
Do you have the toggle item property set on these columns?
August 17, 2005 at 5:53 am
When you schedule the report to run, can you see it in the Jobs of SQL Server Agent? Or have you tiered checking the event logs for any errors during...
August 16, 2005 at 6:34 am
I was able to correct the issue by adding the domain users to the Users group on the local machine. I've never had this not set up correctly so not...
August 12, 2005 at 6:16 am
Yes, it did install to the default and that is the URL I'm using. The issue is you must be part of the Local Admin group on the box in...
August 11, 2005 at 1:38 pm
In order to get around this, we create a Yes/No parameter for Expand All. Then for the visible property of the row, an IIF statement checks the value of the...
August 11, 2005 at 7:17 am
If you're using a stored procedure for this, one solution is to check in the procedure if the report is passing through a parameter. If blank, then manually set the...
August 5, 2005 at 5:48 am
Note sure you could do this with a matrix, but you could play games with a table and then use the RunningValues to populate each of the individual months based...
August 4, 2005 at 5:59 am
I've seen the same behavior. Has anyone figured out what causes this to occur?
Dave
July 27, 2005 at 7:54 am
Viewing 15 posts - 196 through 210 (of 219 total)