Skip to Content
0
Former Member
Mar 02, 2009 at 10:04 AM

Alternate color in group footer

923 Views

Hi

i am using following formula to apply alternate color in detail section, section expert, color, background color-

if Remainder(recordnumber,2)=0 then RGB(223,223,223) else RGB(255,252,255)

but if i apply same formula to group footer section it's not working.

how to apply alternate color in records of group footer section?

Please give me solution.

Thank you