traveller4
Programmer
I have a report where the shading is working like it should. This report only has one grouping level which is "FileName". Now I have to have a secondary grouping level called "PersonName". When I add this grouping level the shading goes sideways.
I am trying to shade in every other FileName/PersonName grouping
Before I added the PersonName field I was using this formula to conditionally format the shading
iif(groupnumber mod 2 = 0,Color (228, 228, 228),crWhite)
Needless to say I am at a loss.
Any help at this point would be greatly appreciated.
Thanks in advance
I am trying to shade in every other FileName/PersonName grouping
Before I added the PersonName field I was using this formula to conditionally format the shading
iif(groupnumber mod 2 = 0,Color (228, 228, 228),crWhite)
Needless to say I am at a loss.
Any help at this point would be greatly appreciated.
Thanks in advance