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 > january 2005 > threads for wednesday january 5

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

Caching Deleted
Posted by John Geddes at 1/5/2005 7:54:58 PM
I cached about 7 reports last night, and they all looked fine and worked real fast this morning. However, something happened today and now the caching is gone? What would delete the cache? Does the cache delete when I deploy new reports? I have all of my reports set to use a shared sch...more >>


SQL Server Reporting Services Issue
Posted by SriSamp at 1/5/2005 5:56:11 PM
One of my collegues reported the following behavior in SQL Server Reporting Services (am pasting the issue verbatim as reported): ===== We are using SQL Server Reporting Services with Service Pack 1 to generate some reports. There is a performance issue in generating reports. If we try to gen...more >>

ShowHideToggle for sorting
Posted by Cindy Lee at 1/5/2005 5:54:10 PM
When I click on a show/hide toggle button, it renders the new report in 5 seconds compared to 20 seconds for a jump to report. I'm sorting using the navagation 'jump to report' which takes 20 seconds. When I expand a table it only takes 5 seconds. Can I 'jump to URL' and put a value like &rs%...more >>

Forms authentication and VB
Posted by R. Hamilton at 1/5/2005 5:09:40 PM
Does anyone have forms authentication working with calls from VB? We've got the custom security working through the standard interface, but can't get LogonUser calls to work from a VB.NET app. Any input would be appreciated. ...more >>

Performance issues
Posted by Cindy Lee at 1/5/2005 4:39:16 PM
I have a large report with about 20 MDX queries. It takes around 2 min to render. If I take all the tables out except 1 and run the report, it takes around 15 seconds. So is the 1 min 45 sec all rendering tables and sorting? (Do the queries not used get run?) ...more >>

need some help
Posted by Robert Smit at 1/5/2005 2:44:57 PM
hi, tried several issues to solve this ploblem. i want to install reporting service but during the install ill get " Error 1920. Service 'ReportServer' (ReportServer) failed to start. Verify that you have sufficient privileges to start system services." But im a domain admin. doing thi...more >>

Currency Formatting
Posted by K. Thomas at 1/5/2005 2:38:47 PM
Is there a way to format currency for check print using the reporting services software? For example, instead of displaying $32,469.68, I could display "thirty-two thousand four hundred sixty-nine and 68/100 dollars". -- K. Thomas...more >>

Custom URL to Report Manager
Posted by spindlej at 1/5/2005 12:57:05 PM
Hopefully someone will know the answer to this one. We are trying to setup a url (reports.company.com) to point to Report Manager so that end users will not have to enter in a server name. This works initially, but the web app changes the url back to http://ServerName/Reports/Pages/Fol...more >>



Using Parameters in C# functions
Posted by Ben Sullins at 1/5/2005 12:55:03 PM
Hello, I was wondering if anyone has tried to use a paramter in a c# function. I am trying to use a date parameter to return the previous month... Here's what I tried that didn't work... =datetime.parameters!startdate.addmonths(-1).tostring("MMMM") Thanks, -- Ben Sullins Our Vacati...more >>

AVG Function
Posted by halej51 at 1/5/2005 12:09:02 PM
I've imported several reports from Access that I am now trying to convert use a shared SQL data source. Several of these report show an average value for a datetime field in SQL, ex. a textbox with a value of =AVG(Fields.T1.Value) Does anyone have a workaround for RS to be able to average a t...more >>

Multicolumn subreport
Posted by MTsang987 at 1/5/2005 11:49:05 AM
I have a report with the subreports on the 2nd page. The subreports are 3 colums wide and the intent was for it to look like this: <Subreport 1> Pending <Invoice aaa> <Invoice bbb> <Invoice ccc> <Invoice ddd> <Invoice eee> <Invoice fff> <Subreport 2> Complete without final verification ...more >>

Help! Issues with Export to Excel
Posted by JTay via SQLMonster.com at 1/5/2005 11:47:23 AM
Hi, I need to export my reports to Excel, and I've encountered strange layout problems, as below. Problem 1: Looks ok in report, looks crazy in Excel --------------------------------------------------- I understand that data regions within table and matrices are not supported (see http://m...more >>

Report Calculation of Percentage is Inaccurate
Posted by Lynn at 1/5/2005 11:35:09 AM
I have a report that Sums several columns and uses the sums of two of the columns to calculate a simple percentage. =Sum(Fields!Col1.Value)/Sum(Fields!Col2.Value) = 3781/4756 The resulting calculated percentage in the report is 76%. The actual ...more >>

SQLH2 Reports
Posted by Leslie at 1/5/2005 11:33:02 AM
I'm trying to alter the "Server Information" report to include the amount of available disk space for all drives on a syste. I've ran through the tables, but have been unable to determine if this information is even colledted. Thanks, Leslie...more >>

Custom Y Axis Labels
Posted by Tim Heuer at 1/5/2005 11:19:10 AM
Greetings. I have data that is bit data type. I'd like the Y axis to display "Yes" for 1, "No" for Zero or Negative one. How can this be accomplished? Thanks in advance. -- Tim Heuer heuert at Comcast dot net...more >>

Cached results and sorting.
Posted by Cindy Lee at 1/5/2005 10:59:37 AM
We're doing sorting by jumping to the report, and by changing some parameters, I change the sorting. All the sorting is done by the reporting services tables, not the MDX queries. It takes a long time to rerun these reports. All the MDX queries are the same. Shouldn't these queries, or the ...more >>

rsInternalError
Posted by Stan at 1/5/2005 10:47:45 AM
I get this error message while deploying report: An internal error occurred on the report server. See the error log for more details. (rsInternalError) Invalid text, ntext, or image pointer value 0xFDFF7F5F000000000303000001000200. The statement has been terminated. This happens to all rep...more >>

subtotal colors
Posted by gr8avs at 1/5/2005 10:47:15 AM
I want to be able to display my matrix subtotal in Red if it < 0 and Black if it is >= 0. I can do it at the detail level, but not in the subtotal. Thanks...more >>

Reporting Services Subscriptions Stop arbitrarily
Posted by Matt at 1/5/2005 10:01:08 AM
Hi, periodically, our Reporting Service seems to fall over with respect to Subscriptions (visiting subscriptions reveal they are in a state of pending). We then restart the SQL Agent and the reporting services service which seems to resolve the problem until it falls over again. Sometimes t...more >>

Stored Procedures vs. query string directly in the report
Posted by Jessica C at 1/5/2005 10:00:59 AM
Hi Is there any advantage to using stored procs over writing the query directly in query designer? Currently we pretty much have one stored proc for each report and are in the process of rewriting many of the reports and I was wondering if there were any best practices some could suggest...more >>

Can my report have data from another server and database?
Posted by trint at 1/5/2005 9:58:29 AM
If so, how would I go about getting the data from the other server...It is not friendly towards two data sources. Thanks, Trint ...more >>

Remove User Directories
Posted by UW_Hoops at 1/5/2005 9:48:43 AM
I need to remove some user directories but cannot. All of them were created with NT AUTHORITY\SYSTEM. Even as an Admin with all rights, the server will not let me remove them. Is there another way around this? ...more >>

Reporting Services and Parameters question
Posted by Craig Utley at 1/5/2005 9:10:58 AM
I have what should be a pretty simple question. I have a report that has two parameters. Both can be NULL. I have set them both to allow blank values and allow null values. When I run the report, one parameter (@Year) hows the NULL box already checked, but the other parameters (@Prod) does ...more >>

Error System.InvalidOperationException: Client found response cont
Posted by Hang at 1/5/2005 9:07:07 AM
Hi, All. I have a windows 2000 server machine with SQL Enterprise 2000 edition and reporting service enterprise edition on it. The Report Mangaer application and the Report Server Web service are both working. and i have a web application that makes calls against the reporting service AP...more >>

Report formatting - green-bar effect
Posted by Dawn at 1/5/2005 8:29:05 AM
I'm trying to apply the green-bar effect to the detail rows in my report but the alternating colours are not being applied correctly. The report uses a table with 3 nested groups defined. For discussion purposes I'll call them Group A, B and C. Group A is the outermost group, Group B is nested...more >>

Creating RS Folders
Posted by DBA72 at 1/5/2005 8:27:12 AM
We are setting up a Reporting Server and are categorizing our reports by departments and applications within the departments. I have a long list of these categorizations which are in the follwing format: Dept1 App1 Rept1 Dept1 App2 Rept1 Dept2 App1 Rept1 Dept2 App3 Rept1 Dept3 App2 Rept1 ...more >>

overlapped point labels
Posted by Diego Belay at 1/5/2005 8:01:05 AM
Hi, i've a stacked column chart and the values are show overlapped. I've tried auto and all positions, but its always overlapped, someone know how to avoid this ? Thanks in advance...more >>

Lose Security options in Report manager
Posted by PCL at 1/5/2005 7:59:06 AM
I have installed RS on a machine and have deployed several reports. Now when I go into Report Manager, there is no security settings on the properties tab - This means I am not allowed to add/edit roles or any security functions at all. Under the properties tab, i only see a general settings...more >>

Landscape vs portrait in PDF Rendering
Posted by Ronathospice at 1/5/2005 7:55:02 AM
I have a report that is formatted to output in landscape format. I have published this report to the report server and when running the report and exporting to PDF format, I can change the print settings to print landscape, yet Acrobat Reader renders in portrait and subsequently prints in por...more >>

Referencing field name from different dataset?
Posted by chang at 1/5/2005 7:35:04 AM
Is it possible to use one dataset to reference fields from another dataset for Reporting Services? Here's the example for ASP: Dataset 1: SELECT CUST_ID, EMP_ID, SALES_ID FROM CUSTOMER, EMPLOYEE, SALES WHERE CUSTOMER.CUST_ID = '3232' ORDER BY CUST_ID The second query will display ...more >>

Charts displayed in tables
Posted by MicroMoth at 1/5/2005 6:41:07 AM
Is it possible to have a Chart control within a table. I am trying to create a report which displays some information about a School and has a bar chart to display the pupil age ranges for each school....more >>

Negative values not displayed in series
Posted by Rajesh Yennam at 1/5/2005 6:09:02 AM
Hi, I am using graphical report to display data. If the values are negative ( i.e less than 0) then the graph is not displaying the series values. If the values are positive then the graph is displaying series values. I need to display the series values even though they are negative. How to ...more >>

inexperienced sql user Calculating total days between datefields
Posted by Shaun Longhurst at 1/5/2005 3:35:04 AM
I have two fields Date entered|Date left and i need to calculate the difference in days between the two fields to look like this Date entered|Date left|Total days taken I am trying to use the datediff command like =datediff(d,Fields!dateentered.value,Fields!date_left.value) But t...more >>

Count on text fields
Posted by timm.riemer NO[at]SPAM wegener-datentechnik.de at 1/5/2005 2:33:16 AM
Hello, I works with the reporting services and is thereby reports to providing. Now the question arises whether one can count into the reporting services (in the report designer) also on text fields. Super would be nice if me one help could....more >>

Adding a script in Reporting Services
Posted by GuyR at 1/5/2005 12:59:07 AM
Hi. I need to display a date with his serial week number of the year (from 1-52 weeks). I wrote a class method that will receive this date and will return the corresponding week number, and made a dll file out of it. I added this dll as a reference to my report using Report->Report Prop...more >>


DevelopmentNow Blog