Hi yall, had a question about map visualizations. In my database, I have a column "states_served" that includes the state(s) assigned to each client.
I'm not sure if this is the best way to code it / arrange my database, but I figured having the state info be in just one column would be best (or is there a better way to do this)?
The issue I'm running into is that the map visualization is not included clients who have multiple states assigned to them. For instance, I tried visualizing the number of the clients who are in Florida and Alabama. I used a "contains" filter to filter for clients who are in Florida or Alabama (picture 1 below).
However, the map visualization only counts the people who are in Florida only or people who are in Alabama only (picture 2 below). For instance, Alabama should have 217 + 1 + 1 + 1 + 3 + 2 + 1 = 226 clients. The map visualization only includes the 217 clients who are in Alabama only though. How might I go about fixing this. Thanks in advance