Hello,
I would like to provide the name of the location, besides the latitude, longitude & values. My search is:
geostats outputlatfield=Geo_Location outputlongfield="-" latfield=Geo_Lt longfield=Geo_Lg latest(Value) by ID
The fields Geo_Location, Geo_Lt, & Geo_lg are from a lookup table.
We've found a workaround: Eval ID=ID + "@" + Geo_Location
Just add it to your functions:
geostats outputlatfield=Geo_Location outputlongfield="-" latfield=Geo_Lt longfield=Geo_Lg latest(Value), latest(Location) as Location by ID
Assuming, that is, that your location field is called Location
What is the name of the location? Is it a field in your search?