> For the complete documentation index, see [llms.txt](https://doc.velneo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.velneo.com/24/velneo-vclient/funcionalidades-especificas/ordenacion-de-listas.md).

# Ordenación de listas

Debemos tener en cuenta que, en cualquier operación que implique la ordenación de una lista, para realizarla, el sistema hace una indexación previa. El tamaño de las claves es de 24 caracteres para los campos alfabéticos menores que alfa256 y de 48 para campos alfa256 y superiores.

Son las siguientes operaciones las que implican ordenación:

* Pulsar sobre la cabecera de una rejilla para ordenar por un campo.
* Usar el comando de instrucción de proceso [ordenar lista](/24/velneo-vdevelop/proyectos-objetos-y-editores/de-aplicacion-y-datos/proceso/base-de-datos/listas.md#ordenar-lista).
* Agrupar en un [informe](/24/velneo-vdevelop/proyectos-objetos-y-editores/proyecto-de-aplicacion/informe.md).
* Ordenar en los [orígenes de un informe personalizable](/24/velneo-vdevelop/proyectos-objetos-y-editores/proyecto-de-aplicacion/informe-personalizable/disenando-un-informe-personalizable-basico.md#definiendo-el-origen-de-datos).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.velneo.com/24/velneo-vclient/funcionalidades-especificas/ordenacion-de-listas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
