all groups > sql server reporting services > march 2005 > threads for tuesday march 8
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
The future
Posted by Michael Vardinghus at 3/8/2005 10:42:07 PM
Does Microsoft plan to develop another report designer (or buy one from
someone else) instead of designing in visual studio ?
/Michael V.
... more >>
Stacked Bar with Median Line
Posted by MMcGoff at 3/8/2005 7:57:03 PM
I am attempting to create a stacked bar chart that shows only data points
greater than 25% and less than 75%. I do this by setting the color of the
first and last bars (in the stack) equivilent to the background color.
Another requirement is to display a vertical line showing both the aver... more >>
RS deactivated after upgrade from Win 2000 to W2k3
Posted by Jéjé at 3/8/2005 7:00:18 PM
Hi,
After I have upgraded my server, RS stop working .
a.. The report server cannot decrypt the symmetric key used to access
sensitive or encrypted data in a report server database. You must either
restore a backup key or delete all encrypted content and then restart the
service. Check t... more >>
put queries together
Posted by ken at 3/8/2005 5:29:02 PM
Hi:
I have a complicated access query which is select from another
complicated query that is select from another complicated query. Now I am
trying to creat a dataset based on the first query.
Is there anyway I can create a temp view or dataset so my query can select
from.
reg... more >>
Windows 2003 IIS & Error Installing of Reporting Services (IIS)
Posted by Eric S. at 3/8/2005 4:23:08 PM
I am running a Windows 2003 Enterprise server with IIS installed, and I have
created a default website on it at port 80.
I have followed all the preq requirements. (IIS, ASP.NET, Framework 1.1,
etc.)
However everytime I try to install the reporting services, I receive the
following erro... more >>
problem with exports in pdf
Posted by Trupti at 3/8/2005 2:37:41 PM
Hi
I am trying to export the report in pdf file with version 5.0. In pdf file
, it leaves the blank pages in between. At the same time returns half of the
information on one page and continues half on another page. For some data,
it gives acsii characters in the pdf file and when in the ... more >>
Consecutive result Set
Posted by siaj at 3/8/2005 2:03:01 PM
Hello,
I am having two tables ...
SendMails (SendMailID,sender,subject)
Data is
1, 'Sender1','Subject1'
2, 'Sender2','Subject2'
3, 'Sender3','Subject3'
RecMails(RecMailId,Recieved,Subject)
Data is
4, 'Rec1','Subject4'
5, 'Rec2','Subject5'
6, 'Rec3','Subject6'
I want in the R... more >>
Newbie error deploying report
Posted by Jake Smythe at 3/8/2005 1:48:46 PM
Hello,
I apologize if this has been posted. I did a search and didn't find it
so here it goes. I have been using RS for about 2 months now and are ready
to put into production. On the production box we checked to use SSL during
installation. Now when we try to deploy/upload any .rds or ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ReportServer Service Terminated Unexpectedly
Posted by John Orefice at 3/8/2005 1:33:03 PM
I am running MOM 2005 and every time I run a report using SQL Server 2000
Reporting Services, the following day I get this error in the System Event
Log (ID 7031):
"The ReportServer service terminated unexpectedly. It has done this 1
time(s). The following corrective action will be taken in... more >>
SQL Server vs Oracle
Posted by Spencer23 at 3/8/2005 12:27:02 PM
Hi,
For the past few months I have been developing reports using SQL Server
only, but just recently I was assigned to a new client who needs reports
created using a Oracle database. I have never used Oracle before in any
fashion, so I was wondering about connections to the Oracle database,... more >>
problems with subscriptions
Posted by Dolly at 3/8/2005 10:29:10 AM
I am new to reporting services and am having problem with publishing reports
to a folder
I am using subscriptions to run the report daily at a particular time and
save the report in pdf format to a folder on another system in the network.I
have reporting services installed on my sytem but th... more >>
Creating Resolution Rate Report
Posted by Eric Lovelace at 3/8/2005 9:41:13 AM
I am creating a report that will show the resolution rate for our helpdesk.
I would like to create something that says if this group opened it and they
closed it then count that request as one that the helpdesk closed. But If the
helpdesk opened it and did not close it then count the request ... more >>
Getting sub totals in groups
Posted by CCP at 3/8/2005 9:41:10 AM
Hi,
i have a table and a group in it..
i need to have subtotal column..
Im using the cost filed for grouping ...
i need to sum this filed and show it...
it seems that when i use the sum function alone,it sums all the cost values
ignoring the group
example
Project Reg ot ... more >>
Report Designer
Posted by John Holt at 3/8/2005 8:49:17 AM
Hello all.:-)
Does anyone know of a Report Designer program that I can download? Free
would be good.:-) I just need to create and edit reports and really don't
want to go the full MSDN route.
Thanks much,
John
... more >>
Viewing Reports / SOAP Access
Posted by mshumaker at 3/8/2005 8:31:09 AM
hi,
Our custom web app uses the web service/SOAP interface for most work with
reports, but we want to use a "fancy" viewer (like the ReportViewer) to
display the reports. In other words, we'd like to mix SOAP and URL access,
but we are using forms authentication and this poses a problem for ... more >>
passing parameters within a url
Posted by Shaun Longhurst at 3/8/2005 8:21:03 AM
I am trying to use the jump to url function to open a report from a report.
The report i am jumping to has a parameter that needs entering. The code i am
using is this
http://reportserver/Report.aspx?ItemPath=Jump to
report&rs:Command=Render&Parameter=Undefined
But when i click to jump t... more >>
Hiding Subtotals
Posted by Ammar at 3/8/2005 7:57:03 AM
Is there a way to hide subtotals based on a parameter value?
--
Is that a cursor in your code!... more >>
Is it possible to create some kind of "libraries"?
Posted by Hawkeye at 3/8/2005 7:21:02 AM
Hi,
I want to reuse parts of my last report in a new one -
is it possible to create some kind of "libraries" (or templates) in
Reporting Services?
Thanks.
... more >>
Programming compatability question
Posted by JJ at 3/8/2005 7:19:11 AM
Hi,
I was thinking of putting sql server express 2005 on dev server and then
putting on sql server reporting services 2005. First can I do this? Will
RS2005 run on top of express 2005? Also if I want to create asp.net apps
using reporting services 2005 do I have to use VS 2005 in order to... more >>
How do I add a single column heading row in the detail section?
Posted by Julie at 3/8/2005 7:01:41 AM
Could somebody please tell me how to do this?
I've created a report with the wizard that lists Managers. You toggle
a Manager and a detail section of employees opens for that Manager. I
want to put a row of column names at the top of the detail section when
it's opened (not showing when the ... more >>
Charts placement
Posted by Asim at 3/8/2005 6:57:03 AM
I have two charts for a report page, I just introduced second one next to the
first already there and it seems like the new one is going to the right most
side of the page after the matrix below it finishes. I need it to be placed
next to the previous one but cant seem to understand what seems... more >>
Splitting the rows
Posted by CCP at 3/8/2005 6:37:04 AM
Hi,
my report is like below....
empid date reghours overtime
1 1/1/2000 4 5
and i want to it to be like
empid date reghours overtime
1 1/1/2000 4
1... more >>
Error: Application for .reportproj not installed
Posted by Alan Z. Scharf at 3/8/2005 1:56:41 AM
Getting error when try to open report project:
The application for D:\Documents and Settings\Administrator\My
Documents\Visual Studio Projects\WinfundsReports.rptproj is not installed.
Make surethe application for the project type (.rptproj) is installed.
Everything had been working fine f... more >>
|