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 > december 2004 > threads for monday december 6

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

Line graph - line width
Posted by Stephen Strong at 12/6/2004 9:15:04 PM
How do I set the line width (weight) of lines with a line chart. Lines always seem several pixels wide. Also, when selecting "Numeric or time-scale values" on the X-axis of a line chart the labels appear vertically in the Chart Properties dialog box but appear horizontally when the report ...more >>


IIF Expression with SELECT statement
Posted by GH at 12/6/2004 1:59:09 PM
Is it possible to use a SELECT statement as the expression in an IIF function? I Cannot get it to work. i.e. IIF((SELECT COUNT(column) FROM table WHERE column = Fields!Variable.Value) > 0, "BAD","GOOD") -- Thanks in advance GH...more >>

query running jobs?
Posted by CGW at 12/6/2004 1:47:05 PM
I'm hitting sysjobschedules to get the next job to run, but I need to know if and how many jobs are currently running. What table would I hit for that? -- Thanks, CGW...more >>

How to distinguish fields with the same name from two linked table
Posted by Victor at 12/6/2004 1:45:03 PM
I have this query: SELECT * FROM PMA_Employee left outer JOIN PMA_EmployeeAllergies ON PMA_Employee.EmployeeID = PMA_EmployeeAllergies.EmployeeID Note, that here are two fields with EmployeeID name. When I try to create report in VS, I get this error: ...more >>

Custom PDF export...
Posted by Terry Mulvany at 12/6/2004 1:43:08 PM
Group... I have a requirement to add a custom button to an ASPX 'View PDF'. When the user clicks this button a specific SSRS report will be returned (Open/Save) as a pdf. I need to be able to do this without using the MS Sample Report Viewer control (which has the 'Select a format, Export' op...more >>

formatting textbox output
Posted by RCITGuy at 12/6/2004 1:41:13 PM
I have a report whcih displays information about a servers hardware configuration. Unfortunatley the vendors application whcih collects and stores this information, add spcaing between vaules in the form of [-] and [+]. I'd like to remove this in the final rendering of the report for displ...more >>

Reporting Services Templates
Posted by KDogg at 12/6/2004 1:31:01 PM
I have been successful in using a Template for my Reports, however if I decide to change my template after a few reports have been created the old reports do not 'automatically' pick up the changes to the Template. Is there a way to 'Refer' to a template as opposed to 'Using' a template? Wil...more >>

Cache vs Snapshot
Posted by John_g at 12/6/2004 1:13:12 PM
I am new to reporting services and have created a few reports. I have noticed that I can cache or create a snapshot of the reports. I currently use a Crystal Command line tool to run crystal reports around 4:00 am, and I would like to do the same for some of my reports. What is the diff...more >>



Not a valid Report Server Database?
Posted by Don at 12/6/2004 12:43:03 PM
I had to reinstall RS. While reinstalling Reporting Services I received an error. I am at the point of specifying the report server database and I tried to use the default, "ReportServer", which is the same as I used before. The error = "A database with the specified name(ReportServer) alre...more >>

Report Layout
Posted by DJONES at 12/6/2004 12:41:07 PM
I'm working on a report that could potentially require 13 or so datasets in order to get the specific fields that I need for each section of the report. The SQL table is structured as follows: select year, branch, measure, jan, feb, mar from tblBPM_BP I was trying to bring all of...more >>

Secondary Y axis in charts
Posted by Joseph Wei at 12/6/2004 11:43:02 AM
I have a reporting page with many charts. Is there a way to create the chart with 2 Y-axis? I looked around but no luck. Thanks. -Joseph...more >>

Switching from Dev to SQA Datasources on the Reporting Server
Posted by bwschiek NO[at]SPAM hotmail.com at 12/6/2004 11:25:02 AM
Hi: We are deploying SRS to report off of our DB2 DB running on AS400's. I have deployed to the Reporting Server a shared data source (SDS) that points to our develpment database. I have just deployed a shared data source that points to our SQA database. If I deploy reports that were ori...more >>

hidden parameter
Posted by Satya at 12/6/2004 11:08:09 AM
When i try to pass the hidden parameter p1 to my report i get the below error.if you have come across such error please suggest the way around "The report parameter 'p1' is read-only and cannot be modified" ...more >>

hiding table with null dataset
Posted by michaelwall at 12/6/2004 9:49:43 AM
=iif( Fields!SomeCol.IsMissing , TRUE, FALSE) does not seem to work in visibility expression of table properties. any ideas for using expressions to hide a table with a null dataset would be great. tia mike ...more >>

How to make a report with parameters?
Posted by Luis Esteban Valencia at 12/6/2004 9:30:10 AM
For example I have a database with employees with their cities. I need that the report ask the user which CITY to show on the report? -- LUIS ESTEBAN VALENCIA MICROSOFT DCE 2. MIEMBRO ACTIVO DE ALIANZADEV ...more >>

Integrating Reports into existing ASP.NET site/app...
Posted by Terry Mulvany at 12/6/2004 9:06:05 AM
We have been creating reports using SSRS but would like our users to request reports through a custom interface NOT the standard SSRS interface. So as far as I know there are 3 ways of presenting SSRS reports to users: 1) Report Manager 2) Reports through URL 3) SSRS Web Services 1 and 2 are s...more >>

Duplicate Records
Posted by SAcanuck at 12/6/2004 8:47:16 AM
How would I indentify duplicate Records ? Eg. Bob has qualification A and B Steve has qualification A and C Dan has qualification c and b Nash has qualification A Employees with duplicate values are Bob and Nash - how do I do this in SQL?...more >>

SQL Query Assistance Required
Posted by SAcanuck at 12/6/2004 8:41:10 AM
Hi I am still a novice to SQL Queries. What I need to do is Have a list of employees that are in a company defined by the parameter @company, and that do not have a hire date defined for @company, although they may have hire dates defined for other companies....more >>

passing date parameters between reports changing from dd/mm/yyyy to mm/dd/yyyy
Posted by gearoid_healy NO[at]SPAM yahoo.com at 12/6/2004 8:31:22 AM
I have a report which is based on a start and end date that are passed as parameters at run time. This works fine. However, in the report is a link to another report, which needs to run based on the same date parameters. However, the following happens... Report 1 runs fine with date paramet...more >>

AW exception?
Posted by Nancy Lytle at 12/6/2004 8:30:53 AM
Does anyone know what the message " Exception of type Microsoft.ReportingServices.ReportProcessing.aw was thrown." means? I searched the Knowledge base and couldn't find anything. I kept getting this error when I try and view the report I am working on in Visual Studio.Net. I made some changes...more >>

Title Case
Posted by UNOTech at 12/6/2004 8:23:04 AM
Is there a way to change data coming from all caps from the database into Title Case in SQL Reporting Services or in the SQL itself, there are going to be multiple but random numbers of words, its for an address field example (data comes in like): 12 PARKER ROAD ...more >>

DateTime expressions
Posted by Myles at 12/6/2004 7:01:06 AM
I am re-writing our existing Crystal Reports in RS, all of the SP's already exist for the reports, so I am trying to use what we already have and create clones in reporting services - I have a datetime field that is being returned from the sp, and I need to have a high level of grouping in the...more >>

IErrorInfo.GetDescription failed with E_NOINTERFACE(0x80004002)
Posted by Irina Katz at 12/6/2004 6:59:09 AM
Sometimes when I run a web report created with the MS SQL Reporting Services causes this error. It seems that some components are missing to be load. 1. Report is activated from MS Explorer browser through an ASP.Net C# form 2. Report runs a stored procedure in the Informix DB(Provider=Ifxoled...more >>

mailto: protocol
Posted by Ashish at 12/6/2004 6:59:07 AM
i am using mailto: protocol in jump to URL. if i hard code the value (xyz@microsoft.com), it works fine. But if i try to use mailto:Fields!email.Value, it throws out an error to me saying "Invalid URI" Has anyone faced such kind of problem or has a solution for it? -- Thanks! Ashish...more >>

Session state has been disabled for ASP.NET. Report Manager ..
Posted by Nigel Smith at 12/6/2004 5:35:03 AM
I've installed the Reporting Services on a Windows 2003 server - which is already running Windows Sharepoint Services. I've read the help - which refers to a 'side by side' help topic in the set-up documentation (which I cannot find). This message appears when I open the 'report manager' page....more >>

printing reports
Posted by Craig HB at 12/6/2004 3:05:01 AM
When I print my reporting services reports off, they print out almost like screen shots. For a long report, only the 1st page is printed and you get the scroll bars getting printed out as well. I have tried exporting out as a web archive and then printing, which is better. But this will me...more >>

Report Common Header
Posted by May Liu at 12/6/2004 1:59:01 AM
I have 70 reports which all have company logo. If the name of logo is changed, I have to modify this 70 times and upload to report server 70 times. Do you have any suggestion that can minimize those tedious work load ??? Can report service allow to include HTML file which can be located in ...more >>


DevelopmentNow Blog