Hi everyone
I want to get the following data:
Email address(unique identifier) | Core skill set | BA - Requirements Management | BA - Scenario Analysis | Hybrid - Requirements Management | Hybrid - Scenario Analysis |
name1@xyz.com | BA | 3 | 3 | ||
name2@xyz.com | Hybrid | 2 | 1 | ||
name3@xyz.com | BA | 1 | 3 | ||
name4@xyz.com | Hybrid | 0 | 2 |
To look like this:
Email address | BA Skill Name | BA Skill Score |
name1@xyz.com | Requirements Management | 3 |
name1@xyz.com | Scenario Analysis | 3 |
name2@xyz.com | Requirements Management | 2 |
name2@xyz.com | Scenario Analysis | 1 |
name3@xyz.com | Requirements Management | 1 |
name3@xyz.com | Scenario Analysis | 3 |
name4@xyz.com | Requirements Management | 0 |
name4@xyz.com | Scenario Analysis | 2 |
I've tried using the following tools in sequence:
Can anyone help?
Many thanks
KA
Solved! Go to Solution.
Thanks, @grazitti_sapna
Made me realise that the formula tool is case sensitive and this is the reason my values were not changing!
User | Count |
---|---|
18 | |
14 | |
13 | |
9 | |
8 |