all groups > sql server reporting services > january 2005 > threads for sunday january 9
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
Deserialization failed - how to fix?
Posted by CR at 1/9/2005 11:07:01 PM
Hi,
Have got the following message:
Deserialization failed: The table "table1" has rows that contain a different
number of cells than the number of the columns in the table (including cells
that span more than one column)
The report was fine until: I changed in the Code window the name of... more >>
Field outside an aggregate function
Posted by Randy Howie at 1/9/2005 8:35:03 PM
When previewing a report with a single matrix data region, I am getting the
following warning message (3 times):
The value expression for the textbox ‘textbox2’ references a field outside
an aggregate function. Value expressions in matrix cells should be
aggregates, to allow for subtot... more >>
Seconday Y- Axis revisted
Posted by Michael Ruminer at 1/9/2005 4:43:02 PM
I have reviewed the various threads related to seconday y-axis in the current
version of Microsoft Reporting Services. One thread in particular with a
reply as follows from Robert Bruckner had me interested in a the work around
mentioned... but the link is dead.
---------------------------... more >>
Adding "All" value to parameter field
Posted by et_ck at 1/9/2005 9:07:01 AM
Hi,
I just want to know if is it possible to add a "ALL" value to the drop down
list of a parameter field?
I can't seem to manually add the "ALL" value after I specify that the
parameter's values are taken from a query.
For example, I have a parameter, "Country" and its values are take... more >>
installing reporting services
Posted by patrick.sparks NO[at]SPAM gmail.com at 1/9/2005 8:46:04 AM
>From looking at this group, there seems to be quite an issue in
installing Reporting Services. I tried installing the beta some time
ago, got pre-occupied with many other things, but am now back to it. I
plan to install on a test box prior to a prod box, but I ran into the
issue (with the bet... more >>
passing null report parameter via a url
Posted by collie at 1/9/2005 4:17:01 AM
Hi,
I have a SP in sql with parameters that can get null values such as:
@paramguf tinyint=null,
AS
select 1 as kodKibuz,name
from learningstuds
where
(@paramguf is null or hasamaguf=@paramguf)
I am sending the report parameters via vb.net
Dim URL As String
URL =
... more >>
|