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 > september 2004 > threads for friday september 10

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

how to skip parameter in reports
Posted by Biju at 9/10/2004 11:47:06 PM
I want to make a report depending on some parameters. Sometimes users should be able to get reports if they dont select one or two options , I mean Parameters. But if we dont select a parameter then it pops up a message to select that option . Until we select the option it dosen't work. Even ...more >>


Table rowheight
Posted by Gerhard at 9/10/2004 10:50:21 PM
How is it set? In other words how do I get the lines closer together? Gerhard ...more >>

Render method vs. IIS connection timeout
Posted by kratka at 9/10/2004 5:13:19 PM
I am having trouble rendering reports through the ReportingService.Render method which take longer than the 120 second default IIS connection timeout. Is there a solution other than increasing the IIS connection timeout? Of course I am using the infamous PDF rendering extension, attempting to...more >>

Matrix columns
Posted by Kazar at 9/10/2004 4:29:32 PM
Hi, I have a report which is showing monthly sales figures on a matrix. the Rows are grouped by year and product and the Columns grouped by month. What i would like to achieve now is to add a column between each month column to show the % increase between the months. so that the report look...more >>

how to pass through raw HTML?
Posted by tcomey at 9/10/2004 4:11:01 PM
I would like to hyperlink from a report to another report that provides online help about the report. Is there a way to enter raw HTML into the report designer and have reporting services generate the formatted HTML?...more >>

Calculated Fields
Posted by Hunter Hillegas at 9/10/2004 4:06:45 PM
I have two questions regarding calculated fields. I have a report with two datasets. Issue 1: Dataset 1 queries a table that contains configuration information. This table has one row. I would like to create a calculated field that divides the value of a column in this one row but anot...more >>

Line Graph Question
Posted by Ha Vo at 9/10/2004 3:39:54 PM
My line graph is currently using the yearmonth datafield on the x-axis and the number of units ordered datafield on the y-axis ( it pretty much demostrates the consumers' purchasing trends throughout the months of a year)- this is a horizontal line. I want to create a second line (vertical line)...more >>

rc:StyleSheet Parameter... PLEASE HELP
Posted by David Whitfield at 9/10/2004 3:39:02 PM
I am trying to utlize the rc:Stylesheet parameter to alter the default header look/feel so that it matches the rest of my site and reports (My understanding when I read the SP1 readme file and other posts was that I can use the rc:StyleSheet parameter to change the 'HTML viewer' area of a repo...more >>



Bar chart, conditionally formatting the label?
Posted by Tibor Karaszi at 9/10/2004 3:34:32 PM
I have a bar chart, simple bar, and depending of the data within, I want to have different format for the label. This is for the x-axis (what actually is the y-axis visually for the bar chart). I want to check against the column "ord" in the data set and if 1, then color should be red, else bl...more >>

Render PDF in Landscape View
Posted by Chris at 9/10/2004 3:12:23 PM
I want to render a RDL to a PDF format in landscape view rather than portrait. How do I do this?...more >>

Parameter
Posted by kent kent at 9/10/2004 2:05:07 PM
Hi all: I am new in RS. I use Report Designer to create a report and use Report Manger to view it. My question is I want to use parameter passing to let the end-user to select multiple item in the parameter list, however, by using Report Designer the parameter list only alow user to sel...more >>

How to display two measure values with different sacle in a chart
Posted by ad at 9/10/2004 12:11:51 PM
I want to display two measure values in a chat, one is the age of employee, another is his salary, I use bar to display the age, and line to display the salary. The two measure values have different scale, can we set different max values on both Y-axis ? ...more >>

How do You do SORTING?
Posted by Sam Tolls at 9/10/2004 11:25:40 AM
Hi All, Can someone tell me how to set my sort parameters? I have this little project where I'm supposed to sort the 'STATES' in alphebetical order? Thx,...more >>

MDX scripts
Posted by SqlJunkies User at 9/10/2004 11:09:53 AM
Hi all, I would like to retrive data from my datawarehouse cube and make a report. But I got a problem when I ran a report dataset by MDX. First I checked the same MDX script in the MDX sample application and it worked. Then I ran it in the report, it took a long time and gave me an internal erro...more >>

Move Web Services Front-End
Posted by Doug Lott at 9/10/2004 10:16:27 AM
Does anyone know the steps to move the SQL RS web services front-end? The back-end database will stay in its current location. Thanks, Doug ...more >>

Subscription Email FROM field
Posted by Mark at 9/10/2004 10:10:43 AM
Hi, I have a data driven subscription and sends out an email with the report attached. The From field is showing as MyName_SQLReporting@MyCompany.com. How or where can I change this setting? thanks ...more >>

SQL Server Side Processing
Posted by wlansing NO[at]SPAM rlcarriers.com at 9/10/2004 9:47:21 AM
All, I am testing reporting services as a candidate for our Data Warehousing project. I was wondering if it was possible to get Reporting Services to execute the entire SQL query on the server, rather then bringing the data over the network to process it on the Reporting services server. Cr...more >>

Reporting Services - Overload and OutofMemoryException - Workaround?
Posted by tshay NO[at]SPAM foodlion.com at 9/10/2004 9:28:45 AM
We're having a good bit of trouble with a deployed report overloading the server during times of heavy use. The report renders directly from an external app to Excel, running the report by way of URL. I haven't found any tuning that helps us - we have about 1200 clients who try to run the repo...more >>

Key not valid for use in specified state
Posted by Simon Dingley at 9/10/2004 8:58:45 AM
Reporting Services has been fine for me up until last night and now I can't view any reports as the R/Server keeps throwing the error: "Key not valid for use in specified state" I can't seem to track down any help and the link provided in the error report is completly useless saying: "Int...more >>

Creating a Stored procedure dataset for a Reporting Services Repor
Posted by Michael at 9/10/2004 3:53:02 AM
I need help with creating a Stored procedure dataset for a Reporting Services Report:- I am creating a dataset using a stored procedure that has parameters and I am unable to see/use the Fields to create a report. Here is an example of the stored procedure CREATE procedure rptDataLoa...more >>

Split( ) function failing in RSS script
Posted by anandsagar NO[at]SPAM gmail.com at 9/10/2004 12:44:14 AM
Hi, I was trying to write a rss to generically deploy reports.(actually changing the sample given in the documentation) I have a variable called reportstodeploy that will take a comma separated string which is the names of all the reports to deploy. Inside the rss, Iam using the Split functio...more >>


DevelopmentNow Blog