I have a report developed with Crystal Reports 8.5 that shows histograms for various machine attributes. The data is grouped below the charts by values and machine names in that order.
I am trying to use the PthPercentile function as a selection criteria to knock out the top and bottom 5% as an error margin for the histogram. In the selection formula I am using this format:
{Machine.Cost} > PthPercentile(5,{Machine.Cost})
I am getting the error "The summary / running total field could not be created". I have tried using both group fields separately in the equation with no luck. Any thoughts?
I am trying to use the PthPercentile function as a selection criteria to knock out the top and bottom 5% as an error margin for the histogram. In the selection formula I am using this format:
{Machine.Cost} > PthPercentile(5,{Machine.Cost})
I am getting the error "The summary / running total field could not be created". I have tried using both group fields separately in the equation with no luck. Any thoughts?