| Thread | Last Post | Replies |
|
| SWITCH statement | 30 Jun 2006 20:58 GMT | 2 |
What's the best way to display "approved" when a status field is "A", "pending" when a status field is "P", etc? Would the SWITCH statement be best? If so, what is the syntax for this and where do I put it in my report? Any suggestions are welcomed.
|
| Mass deployment to multiple servers | 30 Jun 2006 20:53 GMT | 3 |
I have wrote a set of report for a large company, this company has up to 20 different divisions, all with a seperate sql server and seperate instances of reporting services. My single report project needs deployed to all 20 different instances
|
| Datetime Parameter | 30 Jun 2006 17:25 GMT | 6 |
I have a report with two parameters. Date1 and date2 and both are of type datetime. when I select a date greater than 12/05/2006 the report fails stating "the value provided for the report parameter Date2 is not valid for its type". Now date1 has 01/05/2006 and date2 has ...
|
| Purchasing Rs2005 | 30 Jun 2006 16:21 GMT | 4 |
Hi, RS2000 was a separate from SQLServer2000 and a free download, only requirement being you must have a SQLServer 2000 lic. For RS 2005 it looks like its bundled up with SQLServer 2005. Must I purchase SQLServer 2005 in order to upgrade to RS 2005, we don't wish to upgrade ...
|
| List of Procedures used in RDL on Production site | 30 Jun 2006 15:55 GMT | 4 |
Is there a way to search all of the RDL's that have been deployed out to a Reporting Services site? I am looking for what stored procedures are being used on our production reporting site. Any help would be appreciated.
|
| Avg Date Diff? | 30 Jun 2006 14:49 GMT | 2 |
Has anyone had any luck getting an Avg on Date Diff? Here's what I'm trying to do: Figure out the average time it takes from ringtime (datetime) to starttime(datetime).
|
| Spacing in header after page 1 | 30 Jun 2006 14:03 GMT | 5 |
I have a report that has information in the header that only needs to print on the first page, as well as info that needs to print on all pages. I have successfully been able to make the visibility on the first section so that it only shows on page 1.
|
| excel export not showing client name in heading | 30 Jun 2006 13:59 GMT | 4 |
I am putting the client name in my header using ReportItems! reference to textbox in report - this renders correctly on my server and in pdf however in excel the client name is not showing up on the report. There are 2 textboxes overlapping each other because I have 2 groups and ...
|
| Column Value Lookup | 30 Jun 2006 12:25 GMT | 6 |
What is the best way to lookup a value in a column from another data set? I am trying to locate and display the employee name based on the employee id found in another data set. I.E.
|
| Does chart support more than 800 points? | 30 Jun 2006 09:00 GMT | 1 |
I'm using SQL Server 2000 Reporting Services. I want to create a curve using chart for a series of data. If the number of points (x axis) is small (less than 800), the curve is displayed correctly.
|
| Subreport Could Not be shown | 30 Jun 2006 07:33 GMT | 1 |
Sometimes my subreport renders fine in the preview environment. An then sometimes I simply get the message Error: Subreport Could Not be Shown. There is no clue given as to why it cannot be shown. I just have to do random things with the layout and hope it shows.
|
| WebForms.ReportViewer and ReportServerCredentials property? | 29 Jun 2006 19:36 GMT | 10 |
I have an ASPX web form with a WebForms.ReportViewer on it. I have created a new ReportServerCredentials class form this site http://blogs.msdn.com/bimusings/archive/2005/11/18/494436.aspx My code for the report viewer is:
|
| When does 0 <> 0? | 29 Jun 2006 19:24 GMT | 6 |
This is really weird. I want to divide Amount by Units to get the average amount per unit. So I used this: =IIF(Fields!UnitsBilled.Value = 0, Nothing, Fields!AmountBilled.Value / Fields!UnitsBilled.Value)
|
| How to Validate parameters in SQL Reporting Services | 29 Jun 2006 18:22 GMT | 10 |
Can I apply validations to the parms in SQL Reporting Services? Example: I create a report that has two parameters listed: FromDate
|
| Adding subfolders to to a project | 29 Jun 2006 16:42 GMT | 2 |
Can subfolders be added to a project? i want a few folder like : dashboards, full reports , management reports etc. in each folder i would like to store only the relevanr .rdl files and
|