Hello George,

Assuming you like to identify all customer's who's YTD purchases exceed a user entered amount, you'd use the filter:
Code:
{Inv Total - YTD} >= QUERYNUMBER("How large?",10000)

Is this what you're looking for?
_________________________
Andrew Bates