Hi
I want to conditionally highlight a summarized field in my
crosstab reoprt. But sadly all the fields get formatted in the same color.
FormatField - Border- Background
whileprintingrecords;
if currentfieldvalue > {tf_program_project_rpd_gates;1.Target}
then crred
else
crnocolor
The formula works in the details section. The GridRowColumnvalue() function mentioned in other posts are of not much value.
I’m using Crystal Reports XI Release 2 version. The Product version is 11.0.0.1282.
Please help!
Thanks,
Shayari
Shayari (BOB member since 2012-04-05)