Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Formula error dates

Hi everyone i´m using this formula IF(([FECHA DE SOLICITUD] > TODAY()), “Entrada Invalida”, [FECHA DE SOLICITUD]) to restrinct dates. Aparently the formula works right but when i save it it turns into error
anyone knows whats the error and how to fix it?



0 1 510
1 REPLY 1

@Sebastian_Avila
You’re using the expression incorrectly in a Valid_if property. The expression yields to a value, rather than TRUE/FALSE. Try with:

[FECHA DE SOLICITUD] > TODAY()
Top Labels in this Space