Learning Path Build an App from an Excel Spreadsheet 3.3 Configure the List View

0
In the latest Studio Pro, how can I add a filter to the list view building block? I ould not do what is told in step 7 here https://gettingstarted.mendixcloud.com/link/module/263/lecture/2100
asked
2 answers
1

Just to be sure, the steps described there are done in Mendix Studio. If you do it in Mx Studio, you can literlly follow the steps.

If you do want to do this in Mendix Studio Pro then you could filter the data using a database source constraint: https://docs.mendix.com/refguide/database-source#constraints or using an xpath constraint https://docs.mendix.com/refguide/xpath-source on the listview.

answered
0

For Mx Studio if you follow the steps accordingly, it would be done. You just have to select the three horizontal dots in filter menu and type “Followup_needed” in where section and “true” in is section. Also check that you have taken “Followup_needed” as “Boolean”. 

If you are using desktop modeler i.e. Mx Studio Pro then while selecting data source for list view, add a constraint selecting “Followup_needed” with value as “true” in “Constraints” section.

 

answered