I try to count a number of employee who have complete one or more skills in my application :
Formula for gallery item :
CountRows(
GroupBy(
Filter(
'SKILL MATRIX';
LookUp('CHECK LIST';
ID = 'ID EMPLOYES';
'ID CHECK-LIST'
)=ThisItem.ID;
'ID SAVOIR FAIRE' in ComboboxCanvas1.Selected.'Savoir faire générique'.Id
);
'IDSAVOIRFAIRE';
Data
)
)
Detail of Structure with list microsoft :
- Employee list = ID employee
- Skill list = ID skill, ID know-how
- Check-list list = ID Employee, ID check-list
- Skill matrix list = ID Skill matrix, ID check-list, ID Know-how
Please could you help me with those information ?