Hi, I'm trying to make AML queries with variables, like the ones in the photo. The only thing that I do not find is the key to put a personalized "label" for each field. It's possible?

As almost always, ARAs fails with the size of the dialog box.
This is the code.
<mp_fecha_entrada condition="ge">@{0}</mp_fecha_entrada>
<mp_fecha_entrada condition="le">@{1}</mp_fecha_entrada>
<mp_con_usr>
<Item type="AIT User" action="get">
<keyed_name condition="like">@{2}</keyed_name>
</Item>
</mp_con_usr>


