The Field List menu allows you to create Queries and Parameters used by the report.

Adding Parameters
Parameters can be directly added to the Report Designer from the Field List.
Navigate to the Field List within the Data Sources menu.
Click the + icon to add a parameter on Parameters section

The Add Parameter window opens as shown below:

4. Modify the parameter details as required. Parameter detail fields may include:
Name: Name of the parameter. This is internal only.
Description: Name the user sees when executing the report.
Visible: Toggles Visible/Invisible to users.
Multi Value: Determines if the parameter is multi-value, meaning that the user can provide multiple values or a single value.
Allow Null: Defines optional fields.
Tags: Help text to help explain why this parameter is being used.
Type: Defines the data type, e.g.; string, integer, decimal, etc.
Value: Defines the placeholder value that can be changed by the edited by the end user when running the report.
Value Source:
Expression:
Notes: The supported parameter types include: String, Date, Boolean, Integer, and Decimal.
Look-Up Settings are not supported.
5. After making changes, click OK to save the parameter or click Cancel to discard the parameter.
Parameters Example 1
Parameters can either be fixed or dynamic. The value of a dynamic parameter is determined by the user. While running a report, you are prompted to enter or select a value for the field. The value then determines how the report is created.
This example demonstrates how to create a dropdown menu of options, linked to a previously created choice list, for the user to select from.
Navigate to the Settings page. Under the Setup section, select Choice Lists. There is a list of Choice Lists to choose from. eCASE creates some system defined choice lists, but all choice lists can create a dropdown menu for filtering the data in a report.

2. Open a new report and navigate to the Field. Add the new parameter. In the pop up window, fill in the Name field. The Description field is where the formula will go to create the dropdown menu. The formula:
NOTE: 2 and 3 above are mandatory if adding a choice list
Keep Visible checked and click OK when finished.
.png?sv=2022-11-02&spr=https&st=2026-03-10T22%3A07%3A51Z&se=2026-03-10T22%3A22%3A51Z&sr=c&sp=r&sig=BbRT7WSrnzhFDgyh1B%2BlvVZ6NPCuqQ7ieiNvstC5U%2FY%3D)
4.Next, add the Field List. Select Add New Data Source. Select Add Query. Create a SQL string that is conditioned on the parameter using a WHERE clause linking the database attribute to the parameter with a @ symbol (EX| @group). Then hit NEXT.

Select Add to link the parameter created in the query to the parameter created under the Field List section. Click on “param1” to edit the fields. Name should match the name created/used in the previous step (without the “@” symbol). Type should be set to Expression, so the user can enter the desired value. Result Type should match the type of data stored on the database. Select the three dots in the Value field.

Remove the 0 on line 1. Click the arrow down next to Parameters. Double click on the parameter you created in the Field List. Then select OK.

Then hit Finish.
NOTE: Link the report to the SQL command (step 5 from 4.8)
Now you can create the report designer to your needs.
Save the report. Navigate to the Reports section on the home screen.
Run your report


Click Show Report

Parameters Example 2
This example demonstrates how to create a report that is filtered to only show data between two dates.
Open a new report and navigate to the Field List tab on the tool bar, on the right side of the screen. Select Parameters and click add (+). A pop up appears to add a new parameter. Fill in the Name field. The Description field is what you are prompted with. The Type is Date. Value is the placeholder, which the user will change before running the report.

Create the second parameter for the end date. Select Parameters and click add (+). A pop up window appears to add a new parameter. Fill in the Name field. The Description field is what you are prompted with. The Type is Date. Value is the placeholder, which the end user will change before running the report.

Next, add the Field List. Select Add New Data Source. Select Add Query. Create a SQL string that is conditioned on the parameter using a WHERE clause linking the database attribute to the parameter with an @ symbol (EX| @group). Then click NEXT.

Select ADD to link the parameter created in the query to the parameter created under the Field List section. Click on “param1” to edit the fields. Name should match the name created/used in the previous step (without the “@” symbol). Type should be set to Expression, so the user can enter the desired value. Result Type should match the type of data stored on the database. Select the three dots in the Value field.

Remove the 0 on line 1. Click the arrow down next to Parameters. Double click on the parameter you created in the Field List. Then select OK.

Now repeat steps 4 & 5 for the end date. Then click Finish.
NOTE: Link the report to the SQL command (step 5 from 4.8)
Now you can create the report designer to your needs.
Save the report. Navigate to the Reports section on the home screen.
Run the report

Click Show Report

Filtering Parameter/Attributes:
To filter parameters or attributes:
These steps refer to Parameters, however this applies if it is a Value or Property as well
Open the Properties tab and expand the Actions menu.

2. Click Filter String within the Properties tab. The Filter Editor window appears.
NOTE: The Filter String menu option is only available in the Actions menu if Report is selected in the Properties dropdown list, and a new Data Source has been added in the Field List menu.

3. Within the Filter Editor, click And to change to another set of conditions, if needed.

4. Click the + beside the And button.

5. Select Add Condition to add a condition.

6. Modify the column, operator and right parameter based on the required conditions.

7. Click OK after the parameter is configured.
NOTE: Multiple conditions can also be added by clicking the + beside the And button.
8. Click Finish.

Verify Parameters
The parameters added to a query are shown to the user for input in the Preview window. Provide the values to the parameters and then click Submit to view the filtered report.
