Good afternoon,
I have a gallery which I want to sort it by planned hours. I put this:
SortByColumns(
Filter(
SERVICIO;
StartsWith(
DESCRIPCIÓN;
TextSearchServicio.Text
);
Value("HORAS_x0020_PLANEADAS");
If(
Btn_OrdenarServicioHorasPlan;
Ascending;
Descending
)
)
I put Value("Horas..."), but it returns an error that it requires Text type.
How can I fix it?