Hi,
I have a crystal report which displays columns with values like this
TransTypeID Productcode StartTime TimeDifference
1 c0001 5/6/2004 6:30PM 1.00
1 c0002 5/6/2004 6:31PM 2.00
1 c0003 5/6/2004 6:33PM 1.00
1 c0004 5/6/2004 6:34M 1.00
1 c0001 5/6/2004 6:35M
Here TimeDifference is a formula field which calculates the timeDiff the adjacent transactions in minutes.For example
the timediff between first and second record is 1 minute while between two and three is 2 minutes.I need to highlight in red the TimeDifference column values which are above the average of Timedifferences column value.I tried using Highlight Expert by right clicking TimeDifferencecolumn value. But it only allows me to specify a static value.(like field value greater than 2.00, 3.00 etc) .How can we specify a average value here.please help.
I have a crystal report which displays columns with values like this
TransTypeID Productcode StartTime TimeDifference
1 c0001 5/6/2004 6:30PM 1.00
1 c0002 5/6/2004 6:31PM 2.00
1 c0003 5/6/2004 6:33PM 1.00
1 c0004 5/6/2004 6:34M 1.00
1 c0001 5/6/2004 6:35M
Here TimeDifference is a formula field which calculates the timeDiff the adjacent transactions in minutes.For example
the timediff between first and second record is 1 minute while between two and three is 2 minutes.I need to highlight in red the TimeDifference column values which are above the average of Timedifferences column value.I tried using Highlight Expert by right clicking TimeDifferencecolumn value. But it only allows me to specify a static value.(like field value greater than 2.00, 3.00 etc) .How can we specify a average value here.please help.