Forum Discussion
Alex_Belfiglio
8 years agoNew Member
Need Help on splitting/combining values
I'm having a table of people, each with a value of how many projects they are working on. But the list contains duplicates when two people are working on it together, which is counted seperately. ...
- 8 years ago
ok i think it is easy :
- goto query editor
- select "ASsigned Person" column
- under "Split Column" in menu, choose "By Delimiter"
- Choose semicolor delimiter
- Click Advaced option and select "rows"
- click ok
and this will do, so in you graph, now you will get the data what you are looking for
- drop person on x axis and project id on value (and choose count as summarization)
parry2k
8 years agoSuper User
can you share how your real data looks like?
Also do you always maximum 2 person like Person 1 / Person 2 or it can be more than 2 as well?
parry2k
8 years agoSuper User
this is what i produced from you data, assuming there / delimiter where more than 1 people working on a project.