Hello everybody,
I have two tables in the following format:
tblSkills:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]ID[/TD]
[TD]Function[/TD]
[TD]Assembly[/TD]
[TD]Drilling[/TD]
[TD]Polishing[/TD]
[TD]Package[/TD]
[/TR]
[TR]
[TD]Jeremy[/TD]
[TD]001[/TD]
[TD]Operator[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Rodger[/TD]
[TD]002[/TD]
[TD]Operator[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
tblPlanning:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]ID[/TD]
[TD]State[/TD]
[/TR]
[TR]
[TD]01.01.2019[/TD]
[TD]001[/TD]
[TD]Assembly[/TD]
[/TR]
[TR]
[TD]01.01.2019[/TD]
[TD]001[/TD]
[TD]Drilling[/TD]
[/TR]
</tbody>[/TABLE]
It can be seen that the first table is partly a cross table.
The other table is a classic list.
Both can be linked using a calendar table and a master data list (name, ID).
Now I have to somehow connect the abilities with each other, in order to be able to carry out appropriate evaluations with the help of a pivot table.
Does anyone of you have any idea which structure would be best for this?
Best regards
I have two tables in the following format:
tblSkills:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]ID[/TD]
[TD]Function[/TD]
[TD]Assembly[/TD]
[TD]Drilling[/TD]
[TD]Polishing[/TD]
[TD]Package[/TD]
[/TR]
[TR]
[TD]Jeremy[/TD]
[TD]001[/TD]
[TD]Operator[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Rodger[/TD]
[TD]002[/TD]
[TD]Operator[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
tblPlanning:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]ID[/TD]
[TD]State[/TD]
[/TR]
[TR]
[TD]01.01.2019[/TD]
[TD]001[/TD]
[TD]Assembly[/TD]
[/TR]
[TR]
[TD]01.01.2019[/TD]
[TD]001[/TD]
[TD]Drilling[/TD]
[/TR]
</tbody>[/TABLE]
It can be seen that the first table is partly a cross table.
The other table is a classic list.
Both can be linked using a calendar table and a master data list (name, ID).
Now I have to somehow connect the abilities with each other, in order to be able to carry out appropriate evaluations with the help of a pivot table.
Does anyone of you have any idea which structure would be best for this?
Best regards