Generate an Attendance report in multiple rows and columns in Excel format

Hi everyone, Please help to generate a report in Excel format as I described below from the table ATTENDANCE.

If I have the table in AppSheet named ATTENDANCE

iduser_iduser_nameuser_statususer_name
11JohnPresent10/17/2023
22SarahPresent10/17/2023
31JohnAbsent10/19/2023
42SarahPresent10/19/2023
53ZackAbsent10/18/2023
62SarahPresent10/20/2023
71JohnAbsent10/20/2023
81JohnPresent10/21/2023

How to generate the following report in Excel format:

#NameID10/17/202310/18/202310/19/202310/20/202310/21/2023
1John1PresentN/AAbsentAbsentPresent
2Sarah2PresentN/APresentPresentN/A
3Zack3N/AAbsentN/AN/AN/A
0 4 170
4 REPLIES 4

It should be doable. Let me think..

Yeap, it's possible. There could be an easier way but this approach is what came to my mind first.
EDIT: With this approach I have another table called "Startdate" with one row where you can select the start date.

AleksiAlkio_0-1698781363246.png

 

Result PDF was like this. It should work with the XLSX template as well. The "N/A" is added only to the first column.

AleksiAlkio_1-1698781595585.png

 

Thank you. I will try and let you know the result.

Top Labels in this Space