Custom page to show few fields base on where clause

0
Let say , i hav created a page where in i am saving four fields in an entity, now how can i generate a new page where in i can put a query to get only 2 fields on the basis of a clause, for example : "SELECT description from entity where MONTH(`date`)=05"  
asked
1 answers
0

Use a microflow for that. In the microflow you can do all the checking you like and based on the outcome show different pages. But based on this question my suggestion would be to follow some of the learning paths to get a better grasp of Mendix.

Regards,

Ronald

answered