intersystems / Samples-BI

Provides sample data for use with InterSystems IRIS Business Intelligence, as well as fully developed sample BI models and dashboards.
MIT License
12 stars 20 forks source link

ZipCodeData is not provided #6

Closed psteiwer closed 5 years ago

psteiwer commented 5 years ago

Longitude, Latitude, and Zip Code data is not generated in the HoleFoods.Transaction record because ^ZipCodeData is not provided.

HoleFoods.Utils:CreateGeoIndex() tries to loop through each Zip Code: Set z = $O(^ZipCodeData(""),1,tData)

Since this global does not exist, ^||HoleFoods.GeoData is not populated and no GeoData is populated in the Transaction record