Hello,
I have a recruiting application.
And I would like to create a collection in a dynamic way for a performance calculation of each member of the team.
The lines:
each member of the team (I create a local collection that lists)
The columns :
These are calculations based on employees.
For example :
Number of "Qualif." for BERTRAND:
CountIf(PROPALES_PP;Year(Date_Kliff_PP)=RECH_ANNEE_1.Selected.Value;!IsBlank(Date_Kliff_PP);Month(Date_Kliff_PP)=RECH_MOIS_1.Selected.mxhs;'Resp-RS_PP'="BERTRAND")
here is the expected result.
For the moment I have built this report by hand, with about forty inputext, it is not a table.

How can we create a "dynamic" collection which includes online the names of the staffs registered in a STAFF_COLL collection and in the column of calculations according to Staff?
Thanks for your help !