Yes, create another parameter for the operator and use this as the Record Selection Formula:
if {?Operator} = "<" then
{Amount_database_field} < {?Amount}
else if {?Operator} = ">" then
{Amount_database_field} > {?Amount}
-Abhilash
Yes, create another parameter for the operator and use this as the Record Selection Formula:
if {?Operator} = "<" then
{Amount_database_field} < {?Amount}
else if {?Operator} = ">" then
{Amount_database_field} > {?Amount}
-Abhilash