Below is an example of 3 fields I want to create symbology based on.
Each feeder number(unique value) has to be put on a color ramp. Each phase I would like to have a line weight designated to. Overhead/Underground should be dashed, or solid.
The feature class i'm working with has thousands of records and I was wondering if anyone has advice on how to script/SQL statement/automate the process. I do not want to go through indivdually to edit them.
Maybe i am missing something....
| Feeder # | Phase | Overhead/Underground |
| 1 | 1 | Overhead |
| 2 | 1 | Underground |
| 3 | 3 | Underground |
| 4 | 2 | Underground |
| 5 | 1 | Overhead |
| 6 | 3 | Overhead |
| 7 | 3 | Overhead |
| 8 | 2 | Underground |
| 9 | 1 | Underground |
| 10 | 3 | Underground |
| 11 | 2 | Overhead |
| 12 | 2 | Overhead |
| 13 | 2 | Overhead |
| 14 | 1 | Overhead |
| 15 | 1 | Overhead |
| 16 | 1 | Underground |
| 17 | 3 | Underground |
| 18 | 3 | Underground |
| 19 | 3 | Underground |
| 20 | 2 | Underground |