I am trying to get the group header as well as the details header to shade every other line. I have done this by using:
if Remainder(GroupNumber,2) = 0
then NoColor
else Color (241, 241, 241) which works just fine in Crystal Reports.
Now, I am also using a Third Party Tool from i-net software called Crystal Clear and it is not recognizing this shading. Is there another formula that I can use? Thank you!
if Remainder(GroupNumber,2) = 0
then NoColor
else Color (241, 241, 241) which works just fine in Crystal Reports.
Now, I am also using a Third Party Tool from i-net software called Crystal Clear and it is not recognizing this shading. Is there another formula that I can use? Thank you!