I am using crystal reports version xi release 2
In my cross tab i have two summary fields like this
sum of @TotalTrailerCnt
Max of @TotalInvCnt.
I want my cross tab to compare these sums and highlight the first one if it is less than the second. i.e.
if sum of @TotalTrailerCnt < Max of @TotalInvCnt then
highlight sum of @TotalTrailerCnt with yellow color..
any help is greatly appreciated.
In my cross tab i have two summary fields like this
sum of @TotalTrailerCnt
Max of @TotalInvCnt.
I want my cross tab to compare these sums and highlight the first one if it is less than the second. i.e.
if sum of @TotalTrailerCnt < Max of @TotalInvCnt then
highlight sum of @TotalTrailerCnt with yellow color..
any help is greatly appreciated.