I am using CR 2016
I have this in my detail section exper colour tab :
if {View_AccountStatementWithInterestSQL_Union_AccountInterestSchedule.ASType} = 10 then
(if {#Counter} mod 2 <> 0 then
Gray
else
White
)
This works fine but it shows the standard dark gray colour and I want to show one of the lighter gray shades so whats the method to do this
I have this in my detail section exper colour tab :
if {View_AccountStatementWithInterestSQL_Union_AccountInterestSchedule.ASType} = 10 then
(if {#Counter} mod 2 <> 0 then
Gray
else
White
)
This works fine but it shows the standard dark gray colour and I want to show one of the lighter gray shades so whats the method to do this