I would like to filter out records that have a percent delta lower than .10
but the code below gives me the error:
"This formula cannot be used because it must be evaluated later. I've also tried the evaluation function "WhilePrintingRecords" and still does not work.
Can someone assist me with how to filter records using a calculated field?
not ({apc_correlated.vehicle_id} in 5001 to 5068) and
({apc_correlated.vehicle_id} < 10000) and
{apc_correlated.transit_date_time} in DateTime (2015, 04, 02, 00, 00, 00) to DateTime (2015, 04, 10, 00, 00, 00) and
{@percentDeltaTotal} > .10
but the code below gives me the error:
"This formula cannot be used because it must be evaluated later. I've also tried the evaluation function "WhilePrintingRecords" and still does not work.
Can someone assist me with how to filter records using a calculated field?
not ({apc_correlated.vehicle_id} in 5001 to 5068) and
({apc_correlated.vehicle_id} < 10000) and
{apc_correlated.transit_date_time} in DateTime (2015, 04, 02, 00, 00, 00) to DateTime (2015, 04, 10, 00, 00, 00) and
{@percentDeltaTotal} > .10