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 thursday december 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

Breakup a group
Posted by PaulQld at 12/2/2004 9:01:08 PM
Thanks in advance and Im new to RS. I have a simple dataset of date records which can span 1 or more weeks up to a month, I want to break the list up every time a Wed is encountered as this is the end of a reporting week and some totals need to be printed at bottom of the list. I have be...more >>

Installing RS with SQL Server 2000 for MS-Office Developer Edition
Posted by Jim P at 12/2/2004 6:19:03 PM
Has anyone figured out whether RS will work in this configuration? I have gone through all system requirements and ordered SQL Server 2000 Reporting Services for Developer Edition only, from Microsoft. I still get the error message "The edition of the report server database is not supported on...more >>

Subtotal "varieties"
Posted by Daniel Edwards at 12/2/2004 5:53:02 PM
I am trying to create a matrix report that has several "subtotals". One subtotal presents the SUM. Another the AVG. And another the variance to the prior year. As below: Jan Feb Mar Total Avg Variance Prod1 10 20 15 45 15 -8 Prod2 25...more >>

How to format measure descriptions
Posted by Daniel Edwards at 12/2/2004 5:45:05 PM
When using a matrix in Reporting Services to design a report based on a cube, you are presented with a detail column for your measure and a column to the left of that for the description of the measure. My report has several rows of measures that present (for example) both units and dollar...more >>

URGENT : Bug in SMTP delivery
Posted by Jean-Marc PUGIN at 12/2/2004 5:39:59 PM
Hi, We are using Data Driven Subscription to deliver Excel files using SMTP. Everything works fine on our Intranet. However we have problems to put in in Production for some customer sites. We have several VERY STRANGE behavior: 1. the Excel file when read on the customer PC is "nearl...more >>

Problem : export to PDF after installing SP1
Posted by VK at 12/2/2004 5:13:08 PM
Hello, After installing SP1, a report failed during export to PDF with the following error from IE: "Internet Explorer cannot download Format=PDF from myserver." "Internet Explorer was not able to open this Internet site. The requested site is either unavailable or canot be found. Please tr...more >>

Speeding up the report rendering?
Posted by Kaisa M. Lindahl at 12/2/2004 3:35:33 PM
Are there any tricks to speed up the rendering of a report that is based on a OLAP-cube? When I query my OLAP cube with the MDX Sample Application, it takes about 1 minute to return the results. But when I run the same query through Reporting Services, it uses 4-5 minutes. My report shows w...more >>

Possible to add columns to the right-hand side of a matrix?
Posted by chatlineboy at 12/2/2004 2:23:02 PM
Is it possible to add columns to the right-hand side of a matrix? Does anyone have an example of joining a matrix and a table? Our report designs are never as simple as the AdventureWorks examples. Currently, we use Actuate, which allows for practically unlimited possibilities for report layou...more >>



VPN access to RS with Forms Auth
Posted by James at 12/2/2004 1:51:02 PM
We're using RS Forms Authentication as per the MSDN article. When I try to access our RS site from outside our Intranet, through a Netscreen VPN, I'm getting the sign-on screen ok, then the list of reports from the ReportServer directory ok. But when I want to pull up a report, I only get th...more >>

Point label - formatting decimal places
Posted by cmcdavid at 12/2/2004 1:43:02 PM
I have calculated a number of fields with the following method: =SUM(Fields!Asian.Value) / SUM(Fields!Asian.Value + Fields!Alaskan.Value + Fields!Black.Value + Fields!Hispanic.Value + Fields!Caucasian.Value + Fields!AmericanIndian.Value + Fields!NotReported.Value) * 100 & "%" & " Asian" This...more >>

Report Headers vs Page Headers?
Posted by Daniel Williams at 12/2/2004 1:21:38 PM
Is there such a thing as a Report Header, which only shows up at the beginning of the report? This is in contrast to a Page Header which shows up at the top of each page. Thanks, Daniel Williams ...more >>

Offline mode ?
Posted by jean-marc.audrin NO[at]SPAM future.ca at 12/2/2004 1:15:44 PM
Hi all, I am designing and testing a report using an ODBC connection. The report is short (one or two pages) but the SQL request has many tables and takes several minutes. Being in development phase I don't need the datas to be refreshed from SQL database every time I click on "preview" to s...more >>

Add existing report
Posted by mills.brent NO[at]SPAM gmail.com at 12/2/2004 12:47:24 PM
I'm trying to import a report from our report server because the rdl file was deleted from my machine. I know this sounds stupid but how do I go about doing it? I thought the files were stored on the server in rdl format but I can't find them for the life of me....more >>

Oracle query is SLOW, why ?
Posted by saustin99 at 12/2/2004 12:19:01 PM
Hi, Have the following sql analyzer query which takes 55 seconds to return data. SELECT i.TRANSACTION_DATE, i.TYPE, i.PART_ID, i.WAREHOUSE_ID, i.TRANSACTION_ID, i.WORKORDER_BASE_ID, i.QTY, i.CLASS FROM VMFG..SYSADM.INVENTORY_TR...more >>

subreport does not show on first page
Posted by SiddharthRebala NO[at]SPAM gmail.com at 12/2/2004 12:15:43 PM
I have built two reports, a master report and a subreport. The report runs fine and all the data I need is displayed. The problem is when I export the report as PDF the subreport does not show up on the first page. The subreport starts from page 2. Any thoughts on why this is happening...more >>

How to use rsUtility with Forms Authentication?
Posted by yogeshprabhu at 12/2/2004 12:11:04 PM
I have enabled Forms Authentication on Reporting Services. Everything is working ok in Report Manager and Report Server. I was trying to script out some administrative tasks using rs Utility. But I could not get connected to the reportserver from rs Utility. The command I was trying was: ...more >>

use relative url in jump to url expression
Posted by david at 12/2/2004 12:11:01 PM
I need to navigate to a page outside of reporting server without using an absolute URL("http:\\localhost\bla bla bla") I need to go to a relative URL ("\someVirtualDir\bla.htm") on the same web server. This does not work. any ideas? ...more >>

URGENT : RS Bug on PAGE Generation fo MATRIX
Posted by Jean-Marc PUGIN at 12/2/2004 11:37:08 AM
Hi, I have a Matrix Report with on COLUMNS 2 Groups: YEAR BUSINESS UNIT In my SQL data I only have YEARS 2003 & 2004. Whatever Am I doing, RS generates 2 pages and thus 2 sheets in Excel one for 2003 one for 2004. My Report has the SAME structure than the MS Sample ...more >>

Reposting: Expand All / Collapse All feature
Posted by DC at 12/2/2004 11:12:15 AM
1. Is there a way to Expand All nodes or Collapse All Nodes in a drill-down report designed with RS ? I find it annoying to click every + sign to open all nodes. Maybe, there is an easier way that I do not know. 2. When the same drill-down report is partially expanded and I export the report...more >>

problems on combining multiple data sets to create a new one in SQL server report services
Posted by hhliang66 NO[at]SPAM gmail.com at 12/2/2004 10:37:36 AM
Hi All: I'm working on a reporting project using SQL Server Report Services, and struggled with the problem below: After we use the xml data extension for the SQL RS, we are able to generate multiple datasets from a single XML doc returned from a stored procedure. But we cannot mani...more >>

Formatting numbers
Posted by Enriko Riba at 12/2/2004 8:53:10 AM
Hi all, I would like to know how can one change the thousand and decimal separator. I tried to change the ReportingServer web.configs <globalization> culture and uiCulture. Regardless of the cultures I am always getting US number formats (e.g. "1,234,567.89"). The format string I use on the ...more >>

Automated Printing of Report
Posted by Don at 12/2/2004 7:27:05 AM
I have a report that I want to print. This report is invoked from a windows app. The only thing I have been able to figure out so far is displaying the report in a browser. Is there a way to programmatically send my report to the printer without viewing in browser first. I would like it ...more >>

RSExecutionLog_Update.dts fails for named SQL Instance
Posted by bwschiek NO[at]SPAM hotmail.com at 12/2/2004 7:09:07 AM
Hi: I am running SRS on a named instance of SQL. When I attempt to run this DTS package, it fails on the five update steps with the error message "Cannot open database requested in login 'ReportServer'. Login fails." How can I point it to the non-default instance of SQL. Thanks in adv...more >>

Date Time Format in Chart under X Axis
Posted by RCITGuy at 12/2/2004 6:43:02 AM
I have a report that includes a chart. The Y Axis is hours the X Axis is the date time stamp of the "start Date" of a service request. The SQL data shows it s 11/03/2004 However the chart format adds 12:00 AM to every time entry. Can anyoen assist with this visual format?...more >>

Jump to url giving problem when parameter values having & symbol
Posted by Tulasi Ram at 12/2/2004 4:19:03 AM
Hi Jump to url giving problem when parameter values having "&" symbol. Requested ULR is not showing. Pl let me know is there any escape method in Reporting services...more >>

Rendering Charts with > 5000 data points
Posted by tristan.davis NO[at]SPAM solstonegroup.com at 12/2/2004 1:59:46 AM
I'm running Reporting services with SP1 against Sql Server 2000 & Analysis Services both have SP3a applied. I have two reports running against analysis services using the same Mdx command, one is a table the other is a chart. The table works the chart doesn't. The problem is a login box keeps ...more >>

Creating a PowerPoint Slide/PPT from Reporting Services Output
Posted by Ata at 12/2/2004 1:25:05 AM
Hello, I am trying to copy the rendered output from Reporting Services to create a PowerPoint presentation. I understand that it is not possible to directly render to a PPT and I am able to do so by saving the output IMAGE stream to a file, and then loading PPT sildes from that file. Howeve...more >>


DevelopmentNow Blog