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:
Create a Client Variable with data type text in Data -> Client Variables folder
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.