Viewing 15 posts - 1 through 15 (of 37 total)
LOL! Yes, it's a matrix. I think I might have to give up on this, and just pivot the data in T-SQL and then just use a table...
June 9, 2011 at 9:24 am
Apologies for giving false hope, just did more checking, and the part of the expression that tests for the first column isn't working. Well, it does, but only if there...
June 9, 2011 at 9:11 am
I understand now (didn't appreciate that FIRST in SSRS is something completely different to First in T-SQL!).
As my first column will always be yesterday's date, I don't need the extra...
June 9, 2011 at 8:48 am
No difference between the date columns. Its just that color coding is only wanted on the most recent day, i.e. the first column.
I'm not sure your expression would work...
June 9, 2011 at 8:15 am
Hi,
You're right, a picture is worth a 1000 words so hopefully the attached will help.
Barry
June 9, 2011 at 6:57 am
Apologies, there's an extra element to the expression:
=IIf(ColumnPosition=1,IIf(Fields!FieldName.Value=0,"Red","Green"),Nothing)
In other words, if it's column 1, and if the value = 0 then red, else green - if it's any other column,...
June 9, 2011 at 2:54 am
The first column of the Column Group grouping, e.g. if I had person as the row group, sales date as the column group, and number of orders as the sum,...
June 8, 2011 at 11:06 pm
Hi Grasshopper,
I did look at that first, but I couldn't access the System variable "ErrorDescription" (which I wanted to include in an email). So in the end I used...
July 20, 2010 at 10:02 am
Apologies Brian, please ignore my previous post. I was able to carry out your procedure using the domain admin account.
It failed the first time because I hadn't closed ALL...
June 15, 2010 at 3:22 pm
Hi Brian,
How do I get your solution to work on a server that is the DC?!
I'm running SQL Server 2008 on Windows Server 2008, and this server is the AD...
June 15, 2010 at 7:11 am
Mark, that's brilliant!! And what a quick response.
Many thanks, you are a life saver!
Barry
October 7, 2009 at 5:15 am
Good point about the name.
Thanks for your comments Denis.
Regards,
Barry
August 31, 2007 at 6:07 am
Hi Denis,
I had thought of the approach you suggested, but something knaws at me that...
August 30, 2007 at 9:17 am
Hi Aaron,
I checked out your article and noted that someone from the SQL Server team said this would be fixed in SP1. We're now on SP2! Have they said when...
August 25, 2007 at 4:33 am
Viewing 15 posts - 1 through 15 (of 37 total)