FIrst of all you need an Entity to store your data with necessary Attributes
if it is a static data you can use Table Widget, if some rows are dynamic then a Data Grid 1 or 2 can do the job. Alternatively you can go through a List View with some CSS/SASS customization.
Dynamically calculated fields can be obtained within Domain Model, Entity > Property (calculated value) or through Text Widget with expression or Data View with microflow logic
Hi Dhanashree Parkhi,
Certainly! Let’s break down the steps to create an employee expense claim details page in Mendix:
Create a New Page:
Design the Page: (Use data grid 2 - Data Grid 2 | Mendix Documentation)
Create a Microflow for Expense Submission:
Calculate Total Expense Amount:
Display the Expense Details:
Remember to adjust the specifics according to your application’s requirements. If you encounter any issues during implementation, refer to Mendix documentation (Welcome to Mendix Docs | Mendix Documentation) Happy building! 😊