Link to home
Start Free TrialLog in
Avatar of jennifer george
jennifer georgeFlag for United States of America

asked on

Unable to remove parameter from a booleanvar statement in Crystal Reports

I am trying to remove the Aging Basis parameter from the below statement.  
Can anyone tell me why I'm unable to remove the parameter from BooleanVar field?  I don't understand what's defining how many parameters there are...
Thanks!  
 
WhilePrintingRecords;
Global BooleanVar CustomerWillShowDetail := tsarCustomerDetailWithRetainage({@tsDataFolder}, {@tsFileName(ARA)}, {@tsFileName(ART)}, {ART_CURRENT__TRANSACTION.Customer}, {?Aging Date},{?Aging Basis}, {?Include Retainage?}, {?Unpaid only?}, {?Include Finance Charges?});
Avatar of Mike McCracken
Mike McCracken

I assume you have tried using the delete/backspace keys and selecting it with the mouse and delete?

Was this formula created for the report or is it from a repository?

mlmcc
ASKER CERTIFIED SOLUTION
Avatar of Ido Millet
Ido Millet
Flag of United States of America image

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 jennifer george

ASKER

Ido - That makes sense.  I guess I'll just be rewriting the report from scratch then.  
Thank you!