I am trying to add alternating line color to my reports. I added the following formula to the columns
IIF( recordnumber mode 2 = 0 , crteal, crwhite)
which works great except on grouped reports. Is there some way I can include 'whileprinting' logic to force CR to recogize each row after grouping?
IIF( recordnumber mode 2 = 0 , crteal, crwhite)
which works great except on grouped reports. Is there some way I can include 'whileprinting' logic to force CR to recogize each row after grouping?