Viewing 15 posts - 61 through 75 (of 126 total)
Hi
To count you need to create a field for each category and then you should be able to do a simple sum expression.
so for over 16s you will have an...
July 16, 2010 at 6:11 am
Hi,
I think the best way to do this is to use the switch statement. You can place the date formula you have in a cell and then refer...
July 16, 2010 at 5:08 am
Sherri Barkley (7/14/2010)
July 15, 2010 at 7:41 am
I'm pretty sure in ssrs 2008 the table object and the tablix object are exactly the same. To create a simple table in 2008 is more cumbersome they have taken...
July 14, 2010 at 8:12 am
Was going to ask you whether you were looking at a table or matrix, but was afraid to ask due to fear of sounding silly :hehe:
July 14, 2010 at 8:03 am
I think if the reports are hidden and not accessed through report manager you could place them in a certain folder and then just look at the reports in that...
July 14, 2010 at 7:37 am
The sql scirpt can be edited to filter the reports as shown below
SELECT Name, Path, UserName
FROM Catalog INNER JOIN dbo.Users ON Catalog.CreatedByID = Users.UserID
--LEFT JOIN C
WHERE Type = 2 AND...
July 14, 2010 at 5:56 am
can you not just use the undo button, to take you back a step(s)?
July 14, 2010 at 5:51 am
You should be able to edit sql script and filter it down so that it only returns reports which are visible, it should be easier than looking at the data...
July 14, 2010 at 5:46 am
Select any of the rows in the table, right click and then click on the detail rows option.
July 14, 2010 at 5:42 am
Hi,
Your calculation for the completed field will be something like
=sum(completed_field)
and for the % calculation it will be
=sum(completed_field)/sum(enrolled_field)
if this returns a divide by zero error the formula will...
June 28, 2010 at 9:09 am
Hi ,
I think I know what you mean.
The group total would be sum(Fields!Loan_Cat.Value)
The total grand total would be the same expression but you would place it in the...
June 25, 2010 at 4:14 am
I am not sure why the extra 2 cells are showing. Have you tried to remove the GTC field and then exported to excel to see what happens. Try removing...
June 16, 2010 at 8:50 am
Hi, The field in the cells in EFH needs to be in a single cell in your report. Right click on the cells in designer and split them and then...
June 16, 2010 at 8:34 am
Hi, can you provide a screen shot or a copy of the report so I can see what is wrong?
June 16, 2010 at 8:14 am
Viewing 15 posts - 61 through 75 (of 126 total)