Troubleshooting

Missing Pins: Address Not Resolving

Geocoding—the process of turning a text-based address into precise geographic coordinates—is the most complex part of any mapping pipeline. When a record exists in your Smartsheet but fails to appear as a pin on your GeoMap, it is almost always due to a "Resolution Mismatch" where our engines cannot confidently place the data on the globe. Resolving these issues requires a systematic approach to data hygiene and address formatting.

The Science of Resolution: Why Geocoding Fails

Our geocoding engine cross-references multiple global databases to find your location. Failure typically occurs for three reasons:
1. **Ambiguity:** An address like "100 Main St" without a city could exist in 5,000 different locations. Always include as much regional context as possible.
2. **Data Poisoning:** Hidden characters, leading spaces, or special symbols (like # or @ in the wrong place) can confuse the parsing logic.
3. **Regional Sensitivity:** International addresses often follow different structural rules (Postal Code before City, etc.). Our engine is global, but it performs best when the data is standardized.

Step-by-Step Fix Protocol

1. Use the Smartsheet TRIM() Function: Create a helper column in Smartsheet using `=TRIM([Address]@row)`. This removes invisible leading and trailing spaces that are the #1 cause of geocoding failures. Map GeoMap to this "Clean Address" column instead.

2. Check for "PO Box" Limitations: Geocoders cannot "pin" a PO Box because it has no physical location. Ensure your data uses physical street addresses or landmarks for accurate plotting.

3. Use the Lat/Long Fallback: For maximum reliability in industrial or rural areas (where street addresses may be unreliable), provide raw GPS coordinates. If GeoMap sees valid numbers in your Latitude and Longitude columns, it will bypass text-based geocoding entirely, providing a 100% resolution rate.

4. Regional Bias: If you are mapping locations primarily in one country, ensure your Smartsheet data includes the Country name at the end of every row (e.g., "Paris, France" vs just "Paris").

SME Strategy: The "Audit & Fix" Dashboard

We recommend creating a "Geocoding Audit" view in Smartsheet. Filter for rows where the map isn't appearing as expected. Often, you will find that a few minutes of bulk-correcting address formats (e.g., changing "St." to "Street" or adding missing zip codes) can resolve 95% of your missing pins. By maintaining a high "Resolution Rate," you ensure your stakeholders are seeing a complete and accurate represention of your global operations, not just a partial snapshot.

Still having trouble?

Our support team can help investigate and resolve mapping issues specific to your Smartsheet account.

Contact Support Team