advancedfilter-reactive
Reactive icon

Advanced Filter Builder Reactive

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 29 December 2023
 by 
0.0
 (0 ratings)
advancedfilter-reactive

Advanced Filter Builder Reactive

Documentation
1.0.0

1 - Download and Install within your environment the Advanced Filter application

2 - Create a similar action to the "UserList_InitializeValues" inside the AdvancedFilter module under the folder "ActionsToBeCloned", in the Client Actions, and customize it to your needs.

This action is the one that feeds the fields that will be used within the Advanced Filter, you can follow the example within the action.

3 - On your espace where you will add the Advanced Filter widget: 

  1. Create a Client Variable with data type text in Data -> Client Variables folder

  1. Copy + Paste the DataAction fetched in the example screen that is in the Users Screen in the AdvancedFilter_Reactive module: 


4 - The Query "GetUsers" is the example used, so that's the base you will need to replace with your data tables, as you can see below we're using the Users table per our example.


5 - Bind your table in using the query changed on point 4


6 - Pull to your page the Advanced Filter Builder and pass the Record List you created within the ouput of the action cloned on point 2, add the page name.

7 - Then, a error message will appear and we need to define an action event handler, and you should create an Action like the one in he example:


8 - After following the points above you should be able to successfully add the Advanced Filter to your application.