R
Robin
Hello.
I am trying to shade every second row in a report.
row
row
row - shaded
row
row
row - shaded
I am using this code which shades alternating rows and works great.
if value = true then
(condition)
else
(condition)
end if
thanks for any help you can pass on
I am trying to shade every second row in a report.
row
row
row - shaded
row
row
row - shaded
I am using this code which shades alternating rows and works great.
if value = true then
(condition)
else
(condition)
end if
thanks for any help you can pass on