I am trying to shade every other line in my report. I have a group header as well as details. I used this formula (which works fine):
if Remainder(GroupNumber,2) = 0
then NoColor
else Color (241, 241, 241).
I would like another formula (due to the the fact that I am using a Third Party Tool) that will do the same thing, does anyone have an suggestions? Any is greatly appreciated! Thanks!
if Remainder(GroupNumber,2) = 0
then NoColor
else Color (241, 241, 241).
I would like another formula (due to the the fact that I am using a Third Party Tool) that will do the same thing, does anyone have an suggestions? Any is greatly appreciated! Thanks!