Hi everyone, I am new to this platform and I donโt know if this question was already asked by someone else in the past.
In my app, I have three tables: Employees, Projects, and HoursWorked. The table Employees contains all the employeesโ data, the table Projects contains all the projectsโ data, and the table HoursWorked contains the hours worked by every employee on each project. Both the Employees and the Projects tables are parents of the HoursWorked table (the employeeโs ID and the projectโs ID are โRefโ in the HoursWorked table)
I would like to let my users select a list of employees from the Employees table and add the number of hours worked on a project to the HoursWorked table. The users should be able to specify the date, the number of hours worked, and the project (these fields have to be the same across all the employees selected).
Thanks in advance for your attention.
Solved! Go to Solution.
Hi Lorenzo, not sure if you were able to figure this out. This idea of bulk additions that also supports โselectionโ or โparametersโ comes up from time to time, so we took a moment to build a working example here:
Hope this helps!
Hi Lorenzo, not sure if you were able to figure this out. This idea of bulk additions that also supports โselectionโ or โparametersโ comes up from time to time, so we took a moment to build a working example here:
Hope this helps!
Thank you very much!
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |