Hi
I have a very badly design report where there's a lot of duplicate data in many rows. (sadly, the IT has not consult me before they launch the system) T-T
Basically, I'm working on employee's development plan where one person has more than one row of action plan. I need to combine the data that one person has only one row of information
Here is the simplified version of the report.
and I need to make a report for my boss to look like this.
- combine column "development goal" : "details"
- without any duplication data
I know that it must be complicated. if not the whole thing, only some steps that ease the pain, would be appreciated.
I have a very badly design report where there's a lot of duplicate data in many rows. (sadly, the IT has not consult me before they launch the system) T-T
Basically, I'm working on employee's development plan where one person has more than one row of action plan. I need to combine the data that one person has only one row of information
Here is the simplified version of the report.
ID | Name | Development Goal | Details | Competency | Method |
11023545 | Molly | English language skills | Increase knowledge of English language skills in listening, reading and comprehension to apply for work. (by SEP., 2021.) | Study | |
11023545 | Molly | English language skills | Increase knowledge of English language skills in listening, reading and comprehension to apply for work. (by SEP., 2021.) | Practice | |
11023545 | Molly | English language skills | Increase knowledge of English language skills in listening, reading and comprehension to apply for work. (by SEP., 2021.) | Coaching | |
11033851 | Amy | English skill | for presentation | LC1.1 | Study |
11034213 | Amy | Strategic thinking | Analyst data to use in daily work | LC1.1 | Study |
11034213 | Amy | Strategic thinking | Analyst data to use in daily work | LC3.2 | Study |
41000003 | Sally | Strategic thinking | Develop own thinking system | LC1.3 | Study |
41000003 | Sally | Strategic thinking | Develop own thinking system | LC3.2 | Study |
41000003 | Sally | Strategic thinking | Develop own thinking system | LC4.1 | Study |
41000003 | Sally | Strategic thinking | Develop own thinking system | LC3.3 | Study |
and I need to make a report for my boss to look like this.
- combine column "development goal" : "details"
- without any duplication data
ID | Name | Development Goal |
11023545 | Molly | English language skills: Increase knowledge of English language skills in listening, reading and comprehension to apply for work. (by SEP., 2021.) |
11033851 | Amy | English skill: for presentation Strategic thinking:Analyst data to use in daily work |
41000003 | Sally | Strategic thinking: Develop own thinking system |
I know that it must be complicated. if not the whole thing, only some steps that ease the pain, would be appreciated.