Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > sql server reporting services > july 2004 > threads for friday july 2

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

What all performance reports would you like to see in the SQL server?
Posted by Nilesh Oswal at 7/2/2004 6:59:58 PM
Hello All, "The problem is solved better and faster only when it is understood completely." I am a programmer and I am trying to create a set of performance related reports for SQL server. The motivation behind these reports is that, these should help the DBAs in their day-to-day activities...more >>


using the IN clause
Posted by Marc Miller at 7/2/2004 4:29:14 PM
How do you parameterize an IN clause? I tried it and it keeps putting quotes around the param and then the param does not show in the Report Parameters dialog. This is what I get: Select * from SomeTable where product IN ('@products') TIA, Marc Miller ...more >>

Passing parameters via URL while prompt user uncheck in SP1 not working
Posted by bubaa118 NO[at]SPAM yahoo.com at 7/2/2004 3:03:53 PM
I have installed sp1 on my machine. I am creating a report that has 4 parameters, 3 of them I am passing via URL and one I want user to pick via a dropdown in the report. I have unchecked prompt user for the 3 parameters that are passed via URL and left checked prompt user for the parameter user...more >>

Print Preview Does Not Show All Pages
Posted by glb1975 at 7/2/2004 2:54:02 PM
Hi i have a report in Visual Studio Report Designer. In the preview it looks fine but when I click the Print Preview button it does not show the entire result set. Basically all I have on the report is a table and sub-report inside of a list. There should be 148 results but for some reason it is ...more >>

How to setup Padding after clicking ToggleItem
Posted by Lawrence at 7/2/2004 2:17:01 PM
I am trying to format the output result from a Recursive Group dataset. The dataset is very simple with EmployeeID and ManagerID as recursive and the latter being the parent id. Table structure is very simple with one line on the detail level with EmployeeID, EmployeeName, ManagerName & Level (...more >>

Can a report list available reports? - revisited
Posted by mgonzales3 at 7/2/2004 2:04:02 PM
We all know its possible to get all our reports w/ .listchildren("/", true) but how can get properties for that report? parameters, security info, ect... ??? is it .Role or .Policy? thanks ...more >>

Permissions to Deploy and view RS Homepage
Posted by Amar Karande at 7/2/2004 12:55:29 PM
I messed up some settings security settings in IIS manager and due to which I am having trouble with deployment through VS.NET as well as trouble viewing the Reporting Services main page. When I type http://localhost/Reports, I just get the Home page with Home, My Subscriptions and Help ...more >>

Physical Location of Deployed files
Posted by Bruce at 7/2/2004 11:45:02 AM
Hi, What is the physical location of the deployed files in the server. Also what is the format of the deployed files. Thanks in advance Bruce...more >>



Filter Help! - Datatypes
Posted by Paul at 7/2/2004 11:41:02 AM
Hello, I am having trouble using a filter due to incorrect data types. I am trying to eliminate items with a dollar value of 0 from the report. The dollar field that I am using comes from a SQL server database and the data type of the field is decimal(17,5). What value do I need to put in the ...more >>

1 Parameter not displayed, and not "Read Only".
Posted by SqlJunkies User at 7/2/2004 11:04:11 AM
I'm trying to pass the userId in the URL. The problem is that I have to declare a parameter to do this, and when I declare a parameter it shows up on the report as user input. If I use the reports manager and uncheck "Prompt User" the field becomes read only. I am new at this, and can't help but thi...more >>

Running Value in Matrix
Posted by Gary Murrish at 7/2/2004 10:38:43 AM
Is is possible to have a running value in a matrix? The application has: ---- Weeks ---- ! 1 2 3 4 Total(Month) !Jan x x x x Sum Months!Feb !... !Total x x x ...more >>

Excel export with formulas
Posted by Phill Carter at 7/2/2004 10:17:39 AM
Hi All Just wondering if there is an option to turn of the exporting of formulas to Excel, or alternatively not having it create named ranges for the formulas. I have one report that frequently has over 5500 rows and 5 columns, the last two are formulas for calculating percentage of the tota...more >>

1 Parameter not displayed, and not "Read Only".
Posted by SqlJunkies User at 7/2/2004 9:26:26 AM
I'm trying to pass the userId in the URL. The problem is that I have to declare a parameter to do this, and when I declare a parameter it shows up on the report as user input. If I use the reports manager and uncheck "Prompt User" the field becomes read only. I am new at this, and can't help but thi...more >>

RS installation Problem on Win2000
Posted by Nemani at 7/2/2004 8:40:16 AM
Hi, I try to install reporting services on win2000 (sp4), everything went well. when I try to access reports folder http://servername/reports I am getting the follwoing error. server has VS.NET 2003 and all latest service packs. I am trying for past one three days to resolve this problem. T ...more >>

Scheduling with a dynamic parameter
Posted by troark at 7/2/2004 8:08:38 AM
I have a report that accepts a BeginDate and an EndDate. This report uses a stored procedure which expects those parameters. I need to run this report on a couple of schedules. First being Daily. IE, run the report every day with yesterday as the BeginDate and the EndDate. Second being M...more >>

'Report is being generated' Image
Posted by Nell at 7/2/2004 5:45:02 AM
Hi, I'm just wondering about the possibility of changing the 'Report being generated' image. I have my reports embedded in an asp.net application and I'd like to match this image to logo of the application. Thanks...more >>

How to check for invalid data sources
Posted by chanley54 at 7/2/2004 5:13:01 AM
Hello, Is there a way to programatically check for invalid data sources? Thanks....more >>

GroupExpressions and Aggregate()
Posted by Olaf Ollgaard at 7/2/2004 4:09:51 AM
I'm using Aggregate() with a custom data extension implementing the IDataReaderExtension interface, to make RS use my own calculation of subtotals for matrices and lists, and this works just fine as long as there is only one <GroupExpression> tag within each <GroupExpressions> tag, e.g.: ...more >>

ReportServer on Internet
Posted by inma at 7/2/2004 3:27:01 AM
Another question about publishing reportserver on internet. I red some older messages about. I change RSWebApplication.config file in folder ReportManager: Before modify: <UI> <ReportServerUrl>http://INMA/ReportServer</ReportServerUrl> </UI> After modify: <UI> <ReportServerUrl>h...more >>

Comparioson Reports
Posted by Ryan Johnson at 7/2/2004 1:45:02 AM
Hi There My client has asked that there existing SQL reports be used for Comparison Reports. So for example at the moment - they Select a Company site and a department to create a report. Now they want to have have a another site on the report - like a multipage report in MS Access reports. ...more >>

Parameters
Posted by Jeethendar at 7/2/2004 1:23:02 AM
Can I do formatting like font, color to the parameters. Also can we adjust the position of the parameters on the report...more >>


DevelopmentNow Blog