Well, you create a parameter field by clicking on insert, field object, right click on parameter fields, then select new.
Typically they are used in record or group selection formulas to restrict the data set of your report. For instance, imagine a customer type paramter field, and the following record selection formula:
{ARCUSFIL_SQL.Cust_Type) = {?CustType}
The first field above is the database field while the second is the parameter field that you create.
I hope this helps. If you have a specific question, let me know.
Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
Hello there, I am trying to create a custom input parameter. Where I would like to be prompted for last name and all those specific last names appear on the report.
This is a 2 step process. Step 1 is to create the parameter field. Insert, field object, parameter field. Make sure the data type is text.
Stepp 2 is the record selection formula to restrict your report to only those records with a matching last name. Click on report, edit selection formula, record and enter a formula:
{LastNameField} = {?ParameterField}
Substitute your actual field names for the above 2 fields.
Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.