Viewing 15 posts - 121 through 135 (of 219 total)
If you retrun the userId id the result set for the query, you can use the User!UserId variable to filter the data set. This will work for on demand reporting. ...
July 27, 2007 at 6:11 am
Iff statements do not work for divide by zero checks as the report evaluates the espressions within the iff prior to doing the comparison. You must use custom code to...
July 26, 2007 at 4:27 am
You need to either develop your own parameter pages for input or upgarde to 2005 which comes with this control.
July 25, 2007 at 3:51 am
They need to be granted access to the Report Builder role in order to see the button.
July 25, 2007 at 3:46 am
This will work for on demand reporting but are you planning on doing History Snapshots in SSRS?
July 24, 2007 at 5:49 am
Do you want just a grand total for each column or by channel? If it's juts a total, then just use the SUM function in the table footer.
February 21, 2007 at 5:22 am
The easiest approach would be to filter the data out in your query. If this is not possible, you can dynamically hide/display rows based on values in the data set. ...
February 21, 2007 at 5:18 am
Most likely your server is running out of memory and the SSRS service is recylcing. I'd check the event logs for more info. I've had this same issue and increasing...
February 9, 2007 at 5:37 am
You could sum your amounts and then divide by the distinct count of months in your result set.
February 5, 2007 at 5:47 am
I'd also suggect checking the limiting columns are preoperly indexed as well as any column used in the join.
January 30, 2007 at 11:06 am
Have you though about placing a new data region prior top your existing data region? I do this on reports to allow a parameter list to print on the first...
January 26, 2007 at 5:12 am
That's not possible with Report Manager. Have you though of rather than hiding that, setting the value of the parameter to a "fixed" value so the user has only one...
January 4, 2007 at 5:55 am
If you don't have a clendar table to work with, create a temp table for dates and populate a row for every date in the range. You can then left...
January 4, 2007 at 5:42 am
If you are using the ReportViewer control in VS 2005 in your application, it is possible to pass into the report a fixed username and passowrd for authentication. There's more...
September 29, 2006 at 5:41 am
Have you tried setting the WritingMode to tb-rl?
Dave
September 29, 2006 at 5:28 am
Viewing 15 posts - 121 through 135 (of 219 total)