Hi all!
I used the Join Features tool to combine a file with geometric location codes and a file with data points that correlate to each geographic codes.
When the new Layer is created, the new table of data correlates each geographic code with MANY coloumns of data. Each geographic code is associated with data points from different years as well (See example below). Ultimately, I want to enable the Time Slider to see the data over time.
How do I only show the change in time for a single column of data? See example table below. For example, I want to only visualize the change in time of Disease A on the map using the Slider feature. Right now, Im seeing a jumble of data from Disease A, B, C
Geographic Code | Date | Disease A | Disease B | Disease C |
1 | 1/1/2002 | 5 | 1 | 5 |
2 | 1/1/2003 | 4 | 2 | 6 |
3 | 1/1/2004 | 3 | 3 | 7 |
4 | 1/1/2005 | 2 | 4 | 8 |