Chance1234
IS-IT--Management
I have my data which is like the following;
Client, Title, Dayname, Day, bCount
ABC, Chase clients, Monday, 1, 1
Null,Null, Tuesday, 2, 0
Null,Null, Wednesday, 3, 0
ABC, Finalise Cilent, Thursday, 4, 1
etc etc etc
I then have a matrix control
In then have as my rows
Client, Title
As my columns
Day, Name of Day
And Bcount for my data area.
I have some formating in place already , on the background which is like the following
=IIf(Fields!bCount.Value>0,"Blue","White")
So for all my days where there is an event, they are shaded blue.
I now, for aesthetics want that if the column = Saturday or Sunday that the entire column is greyed.
Chance,
F, G + 1MSTG
Client, Title, Dayname, Day, bCount
ABC, Chase clients, Monday, 1, 1
Null,Null, Tuesday, 2, 0
Null,Null, Wednesday, 3, 0
ABC, Finalise Cilent, Thursday, 4, 1
etc etc etc
I then have a matrix control
In then have as my rows
Client, Title
As my columns
Day, Name of Day
And Bcount for my data area.
I have some formating in place already , on the background which is like the following
=IIf(Fields!bCount.Value>0,"Blue","White")
So for all my days where there is an event, they are shaded blue.
I now, for aesthetics want that if the column = Saturday or Sunday that the entire column is greyed.
Chance,
F, G + 1MSTG