For changing colour
Go to design –select fild-rc-properties-colour-expression
–write expr
iif(field.value>0,”black”,”red”)
iif(field.value=”fail”,”black”,”red”)
iif(field.value>0, ”black” , ”#0f0f” )
for field back ground colour changing
Go to design –select fild-rc-properties-back ground
colour-expression –write expr
iif(field.value>0, ”black” , ”#0f0f” )
for alternative colour rows as white and grey set the table
template property as” table style alternative row template”
No comments:
Post a Comment