> 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/28/velneo-vclient/funcionalidades-especificas/ordenacion-de-listas.md).

# Ordenación de listas

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](/28/velneo-vdevelop/proyectos-objetos-y-editores/de-aplicacion-y-datos/proceso/base-de-datos/listas.md#ordenar-lista).
* Agrupar en un [informe](/28/velneo-vdevelop/proyectos-objetos-y-editores/proyecto-de-aplicacion/informe.md).
* Ordenar en los [orígenes de un informe personalizable](/28/velneo-vdevelop/proyectos-objetos-y-editores/proyecto-de-aplicacion/informe-personalizable/disenando-un-informe-personalizable-basico.md#definiendo-el-origen-de-datos).

Con el fin de optimizar la ordenación, además de realizarse en 3º plano, el sistema realiza una indexación previa que permite una ordenación más rápida.

{% hint style="info" %}
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.
{% endhint %}


---

# 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/28/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.
