Link to home
Start Free TrialLog in
Avatar of Larry Rungren
Larry RungrenFlag for United States of America

asked on

Crystal Record selection

here is the record selection formula I have:

({RegistrationFeeControl.product_begin_date} >= {?begindate}
and
{RegistrationFeeControl.product_begin_date} <= {?enddate})
and
if {?atty} = '' then true else {RegistrationFeeControl.progatty} = {?atty}
and
if {?feeschedule} = '' then true else {RegistrationFeeControl.productfeecode} = {?feeschedule}
and
if {?practicearea} = '' then true else {RegistrationFeeControl.practice_area} = {?practicearea}


If I only select by date range = OK
If I enter any other parameter, the record select does not filter on the value at all, only on the dates?
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Larry Rungren

ASKER

Kudos... tried to accept but EE never stopped trying to send.