Using "Value" filter  
The gadget spec URL could not be found


In the last section, we implemented the "My order requests" report to enable the users to view their order status at any time. It could be noted that the report displayed all the orders including the closed orders. If there are quite a few closed orders, then the customer will have difficulty in tracking the order. To help solve this problem, we will add a report filter, that will filter out all closed orders. 

Configure order status report filter
   
Click on the "Create Parameter" button to add a new report filter parameter. 
   

Configure the "Value" filter for order status as shown in the screen capture.

LHS: select "OrderStatus" from the dropdown list.

Operator: select "=" from the dropdown list.

Filter Type: select "Value" from the dropdown list.

RHS: Enter the value "Closed" in the textbox field.

Save the changes in server and deploy the application.
   


Updated "My order requests" report
   
The report will be displayed as shown in the screen capture. All the orders, except closed orders, will be displayed in the report.