PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Filter Table Middle(XX,2,4)
Filter Table Middle(XX,2,4)
Iniciado por Ruan, 29,ene. 2015 11:21 - No hay respuesta
Miembro registrado
214 mensajes
Publicado el 29,enero 2015 - 11:21
Good day

Is it possible to filter a table using the "Middle" function i.e. TableEnableFilter(Table1.ColA,Middle(ColA,2,4),"AA")

I tried to do this while getting the data from my database but it also didn't want to work.

For Each MYDATATABLE WHERE Middle(MYDATATABLE.COL_A,2,4) = EDT_FILTER

If possible how can I make this work on both options.

Thanks