Hi Sudhir,
Based on the Excel snapshot you shared, I assume you are creating attributes for each day (e.g., Day1, Day2, etc.). You can follow this approach:
Use an Attendence entity with attributes like Day1, Day2,... etc. containing 'P' or empty.
Create a non-persistent AttendenceSummary entity with Day1Total, Day2Total,.. etc.
In a microflow, loop through all Attendence records and count 'P' for each day, updating the AttendenceSummary.
On the page, show the attendance grid, and below it, use a DataView (with microflow source) to display the totals for each day.
Let me know if you have any doubt.
Thanks
Hello Sudir,
Looks you want to display attendance of an employee-A
Employee-A
You can achieve this by creating new entity Attendance and make one to many associations between Employee and Attendance.
In attendance you can store daily attendance and number of Present day and number of absent day.
Hello Raju,
Thanks for the quick response
The data presentation is as below
Question is, How to derive last row Total
Regards
Sudhir
Hi Anurag,
Excellent. We have achieved the same.
Thanks for your timely support.
Regards
Sudhir