To keep a record of training levels for different tasks, I have 18 option groups with 4 options values each: 0 labelled as "None", 1 labelled as "Trainee", 2 labelled as "Competent" and 3 labelled as "Expert".
I would like to develop a detailed report that will show one employees training levels based on the values of training for each of the 18 categories.
For example, an employee with these values in a table:
I realize this would involve the use of an expression in the group by section of the report, but I'm not sure what to put in it. Any help would be greatly appreciated as I have only just started with the reports section of this, my first database.
Thanks in anticipation,
Ken.
I would like to develop a detailed report that will show one employees training levels based on the values of training for each of the 18 categories.
For example, an employee with these values in a table:
Service = 3
Cleaning = 2
Restocking = 3
Administration = 1
Cash Balancing = 0
would be produced in the report like this:Cleaning = 2
Restocking = 3
Administration = 1
Cash Balancing = 0
Expert
Service
Restocking
Competent
Cleaning
Trainee
Administration
None
Cash Balancing
Service
Restocking
Competent
Cleaning
Trainee
Administration
None
Cash Balancing
I realize this would involve the use of an expression in the group by section of the report, but I'm not sure what to put in it. Any help would be greatly appreciated as I have only just started with the reports section of this, my first database.
Thanks in anticipation,
Ken.
Comment