User-578610739 posted
Hi Ibeau310,
You can give conditional suppress, for that right click on that field, make suppress and nr above right hand side blue button for conditional suppress. click on that and write as
if( {table.field} == '2013/01/01')
return true;
else
return false;
or simply write
if( {table.field} == '2013/01/01' )
true
else false
Now ok or close it. now you see a button colr is red which show in there some thing.
Please see .
http://forums.asp.net/t/1569924.aspx/1?Conditional+format