all groups > sql server reporting services > september 2006 > threads for monday september 18
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
Simple Scatter Chart Data
Posted by randy1200 at 9/18/2006 3:09:02 PM
I want a plot point for each entry in my table. My Simple Scatter Chart seems
to plot an acculumation of data for each person in the chart:
Person Dist Time
Tom 65 3.2
Joe 66 3.8
Tom 69 5.0
Tony 75 5.8
I made my Dist and Time ... more >>
Centralized reports logging
Posted by sqlster at 9/18/2006 10:57:01 AM
We are using sql server 2000 reporting services. Management needs to know the
list of reports actually used, their frequency, and all the statistics along
with each one of them such as who, when, where, how long etc.
One way to that is to create a table in sql server and log all the facts
... more >>
change font color in subtotal
Posted by Helen at 9/18/2006 8:24:01 AM
My matrix looks like this:
row1
row2
subtotal
The subtotal background color is different than the regular row and this
part is working, I also want to change the font color of the subtotal based
on the subtotal value.
=IIF(
Parameters!RP_PERCENNUM.Value=1,(IIF(SUM(Fields!Percentage.Va... more >>
Formula Issue
Posted by Morgan at 9/18/2006 7:48:10 AM
Thanks in advance for any help.
I am spoofing rows to force an X # of rows in a table, which is working
well. However, the spoofed rows are causing an error with the formula
below.
=cstr(iif(Fields!ServiceEnd.Value.ToString = "", " ",
cstr(DatePart("m", Fields!ServiceEnd.Value))))
Witho... more >>
Report Manager Admin menu dissapearing
Posted by Ramez at 9/18/2006 6:48:02 AM
I've installed Reporting Services twice now. At first the administrative menu
in report manager works when I log in with an administative account and I can
upload my .RDL files. However, the next day I log in with the same account
and the administrative toolbar is gone. When I re-install it wo... more >>
How to prevent a report from being executed automatically
Posted by KarenM at 9/18/2006 5:05:16 AM
I have two parameters in my report. A FromPeriod and a ToPeriod both
are set as allow null value and allow blank value. The value is
populated to these variables from a query.
I have 4 reports which are based on the above parameters.
Two of the 4 reports behave as expected unless I specify a... more >>
Problem install RS2000
Posted by שובל at 9/18/2006 2:30:01 AM
hi,I have a W2003 Server Standard Edition.I Installed VS2005 with ASP 2.0
,For some reasons My DB is SQL SERVER 2000.
Now I tried to install RS2000-So first I installed VS2003 and when the
install started i got error that ASP.NET 1.1 isn't registered,although it is!
So I removed The IIS(6.... more >>
Memory and Reportviewer
Posted by macca at 9/18/2006 12:41:43 AM
I have problem with the memory when using ReportViewer. After opening a
report and closing it the memory will not go down.
I'm writing my program in C# and using MS .Net FrameWork 2.0
Here is a link where the problem is better explained. I have the same
problem but no solution.
http://gro... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|