Hi Community.
I have a simple but unique situation where I am trying to layer in a new workflow to an existing larger data set.
I want to join the data set on the unique field "Function":
| Function | Issues |
| Exterior | Paint color is not available |
| Exterior | Door handle does not charge |
| Interior | Seat covers will not be available on time |
| Interior | Gear does not stay in place |
| Interior | Back seat dampener |
| Wheels | Rim fitting title |
| Wheels | Tire tread wear too soon |
| Wheels | Lug nuts sizing |
| Wheels | Rim covers are too small |
| Trunk | Trunk opens at 5 m/h |
| Trunk | Spare tire placement |
| Engine | Hose clamps |
I now want to add a new field called "Points" for each Function:
| Function | Points |
| Exterior | 1500 |
| Interior | 1400 |
| Wheels | 1300 |
| Trunk | 1200 |
| Engine | 1100 |
When I use the Join Tool, it adds the Points to each line item for issues which ends up duplicating the values.
Any ideas on a workaround?
Thanks for your help!