
Announcements
Hello everyone, i have a problem in buildung a tool for resource planning. Goal is to have a grid for each selected employee where X is the days of the selected month and Y says from which category the planned task is.
I tried to mark the parent gallery (1) and the nested gallery (2) as shown below.
The parent gallery determines, which employees plan should be shown. The datasource are the selected employees from another filtergallery.
The nested galleries datasource is a list of all dates of the selected month to generate the structure. So each date in the grid is an element of the nested gallery. The nested gallery contains textboxes where you can type in the number of hours for the specified task. For now, the textboxes check, if there is a task for category 'y' at date 'x' at all, but not if it's for the employee specified in the parent gallery.
My problem is, i can't tell the textboxes for which employee they should show the tasks.
Is there any way to map the textboxes to the element of the parent gallery?
Any other solution for building this grid is welcome as well 🙂
Greetings,
Julian