Hola a la comunidad de Glide,
Mi aplicación se llama “Feria Maps Chile” y ya tengo todas las columnas de datos creadas para la geolocalización:
- Tengo las Coordenadas (Lat/Long) de cada feria.
- Tengo la Columna de Distancia (Distance Column) calculada correctamente.
Mi problema es solo de configuración en la interfaz:
La lista de ferias no se está ordenando (Sort) para mostrar la más cercana al usuario primero. La configuración final está mal aplicada o necesita ajustarse.
Necesito un experto que pueda entrar al Editor, seleccionar la lista de ferias y aplicar la ordenación Ascendente (A-Z) basada en la Columna de Distancia. Es un ajuste de 5 minutos.
Ofrezco acceso temporal y limitado como Colaborador a quien me ayude a hacer esta corrección.
¡Muchas gracias por la ayuda!
This is not difficult to do. If you share some screen shots that show what you currently have, we can probably point out what is wrong and guide you to fix it.
- a screen shot from the data editor that shows the calculated distance column
- a screen shot from the layout that shows how you are currently sorting the collection
Hello am Kash Brian by name and am among the glide customer care and support team
I came across the problem you having on your app, but not to worry its a simple task to solve
Good news,
This is easy to fix, here’s all you need to do to make your app show the nearest market first:
Open your Glide Editor and go to the screen where your list of ferias (markets) appears.
Click on the list component (the one showing all your markets).
On the right panel, look for the “Sort by” option.
Select your Distance column that’s the one showing how far each feria is from the user.
Set the sort order to Ascending (A–Z) so the closest markets appear at the top.
Turn on location permissions in the preview and test it you should now see the nearest feria first.
And that’s it ![]()
Your list will now automatically update based on the user’s location.
Super quick and simple fix.