Viewing 15 posts - 31 through 45 (of 164 total)
Just drag your field into the group footer area of the group, when you drag a field into a group footer area, SSRS automatically assumes you want a sub-total and...
July 25, 2008 at 4:54 am
I might be over simplifying this but have you tried setting the parameter to not allow Nulls or Blanks?
July 25, 2008 at 4:52 am
I do understand the issues with your first point, this could be a painful exercise, however, on your second point you should understand that once you use a parameter value...
July 23, 2008 at 6:16 am
Not sure quite how secure this is, but if your drill down is a sub-report then you can control the visibility of the sub-report using an expression, so you could...
July 23, 2008 at 4:53 am
The short answer to your question is yes, no problem, SSRS reports are all web based and therefore you could call them on a std URL.
For the manual, I use...
July 22, 2008 at 10:24 am
Reporting services can very easily duplicate what you describe, it would be a simple job of creating the SQL to get the data (as a c# developer I'm sure you...
July 22, 2008 at 9:58 am
Two problems that I'm trying to solve:
1) I have 3 parameter boxes - P1, P2, P3.
The user of the report usually sees them arranged as
P1 P2
P3
and I would like...
July 22, 2008 at 2:26 am
The best way to deal with this is to ensure that your dataset always returns a zero value even when there is no data in the column, currently you...
July 21, 2008 at 12:49 pm
Try changing your table to a memory table rather than disk based.
DECLARE @TempTable Table
INSERT INTO @TempTable
If this works then it points to a permissions issue on creating temp tables on...
July 17, 2008 at 7:01 am
I use stored procedures on every report I write, I simply don't have any problems with them at all, and I have to say that I have never entered the...
July 17, 2008 at 6:44 am
Not sure what your front end is, however, what you will need to do is to find out how to pass your parameter into SSRS from your Front End, this...
July 17, 2008 at 1:30 am
Hi
The difficulty with a matrix is knowing which value you want shown on the page footer, the problem is that one detail cell of course holds many different values according...
July 17, 2008 at 1:24 am
I don't use the report builder because this is one of the limitations, the report builder is aimed at end users to create very quick list style reports and from...
July 16, 2008 at 5:43 am
Go to the properties of the text box, open up the Visibility area and on the first item (Hidden) create an expression such as:
=IIF(Fields!Country.Value="USA",TRUE,FALSE)
The above will hide the text box...
July 16, 2008 at 5:40 am
There "MIGHT" be some way around this, I'll put some thought into it and let you know by the end of today if I come up with anything. I'm...
July 15, 2008 at 3:45 am
Viewing 15 posts - 31 through 45 (of 164 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy