Setting Criteria to calculated field

I’m trying to write a simple BAQ to find the OrderHed for all orders that have more than one OrderRel.

I have created a calculated field “ReleaseCount” which is simply Count( OrderRel.ShipbyTime ). I suppose any field in Count() would do.

Now I want to set a criteria for Calculated.ReleaseCount>1. However the calculated field does not show up anywhere.

This is on v9.05.605.

You can’t set a criteria on a calculated field in E9. You can put the BAQ in a dashboard and filter the grid (not the BAQ) on the calculated field.

Sue