When I try using a United States map card or a State map card, I get the result in the screen shot I've attached. In this example, I've narrowed it down to 2 donors from Illinois (shown in the data table below the card).
I am using the column "zip2fips.donor_state_tz" column for the "select county fips code" for US state map card., and for "select state name" column in United States map card.
"zip2fips.donor_state_tz" is just the "STATE" column from the zip2fips set, just renamed.
I am joining zip2fips in ETL on zip_String_leading_zero to donor.zip. Because in our database, they will lead with zero when applicable. Also, some of our donor zips include the extra 4 digits, so I trim them to the first 5 before they enter Domo.
If I select the chart property to hide no value items, the entire map disappears, but the summary number remains, so its as if something with the state values just isn't linking up with the card.
Also, if I use the non zip2fips column "donor.state", the card works fine. But not at the county level, probably because there can be more than one county with the same name.
I use this exact same join in a separate dataset, and I don't get this issue when using that dataset. The only difference is, in the dataset it works, I do not rename the zip2fip columns. I don't know why that would cause any issues, but it is the only thing I can think of that is different between the working and non-working.
Any thoughts?
Thanks