all groups > sql server reporting services > june 2004 > threads for saturday june 26
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
the problem of "SUM"
Posted by angi at 6/26/2004 9:25:44 PM
Hi...
My data lists like follow... and zero replace by " - "
A| 1 1 2 3
B| 2 3 4 -
C| 2 3 4 3
if I use group and sum... then get this result.. the sum of last column is
error
A| 1 1 2 3
B| 2 3 4 -
C| 2 3 4 3
sum 5 7 ... more >>
how do I keep a table from shifting items below the table
Posted by Jim Ciotuszynski at 6/26/2004 4:53:41 PM
I have a table on a report that will have the max of 6 rows and below that I
need to have other information on the report to print onto fields on a form,
when the rows change in the table the textboxes below get shifted. How do I
stop this from happening?
Thanks,
Jim
... more >>
Error on Exporting Matrix to Excel
Posted by Shane Castle at 6/26/2004 9:44:01 AM
I get the following error when deploying my matrix to excel:
Reporting Services Error
--------------------------------------------------------------------------------
Exception of type Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown. (rrRenderingError) Get On... more >>
Repost - How to reset page numbers in PDF Report
Posted by chanley54 at 6/26/2004 6:22:01 AM
Hello,
Looking for ideas on this one. Would like a report (single pdf file) whose page numbers would be say 1 of 5 and then 1 of 6, etc.. The page number resets would be based on the changing value of some field like summarybillnumber.
Any help/ideas would be appreciated.
Thanks
... more >>
Using Forms Authentication causes all Deploys to Fail when modified
Posted by Phil Winstanley [Microsoft MVP ASP.NET] at 6/26/2004 4:50:51 AM
Hi,
I've implimented forms authentication as per the samples provided by
Microsoft, after making a small modification to the sample I can't
deploy ANY reports from Visual Studio to the Database server.
All I get is this error message, which is vague: -
------ Build started: Project: Rep... more >>
Can SSRS use an ASP.NET dataset?
Posted by Tim Seaburn at 6/26/2004 12:53:48 AM
We find that quite often we have devoted a great deal of work in our asp.net
application to generate just the right dataset. Now we want to produce a
report from it. Is there any way just to pass our existing dataset to
reporting services instead of having to re-inquire, re-filter, re-join, etc... more >>
|