Issue with Date Column Search in RecordType from Interface
Hi everyone,
I'm encountering an issue when performing searches on a RecordType through an interface. The searches work perfectly for all columns except for one that is of type date. I’ve tried changing the format to match the database format (yyyy-MM-dd), but even then, the search returns no results when I query by that date column.
Does anyone know why this might be happening or how I can resolve this issue?
Thanks in advance!
a!gridColumn(
label: "Fecha",
sortField: 'recordType!{...}.....fields.{....}fecha',
value: text(fv!row['recordType!{....}....fields.{....}fecha'], "yyyy-dd-MM"),
align: "START",
width: "AUTO"
),
