I am working with a dataset containing some geographical columns(country, state, county, zip code). Some or all of the Geographical fields are allowed to be null or empty. I initially created two tabs in my dashboard-
One with complete or partially filled geographical data (if at least one of the geo data fields are not null)
All data (including any records where all geographical fields are null)
I want to merge these two tabs together and instead provide a drop-down control functionality to allow the users to make the switch between either data views. How should I approach this?