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