Hola!!!
Puedo de alguna manera modificar el mensaje de error "There is already a row with the key (...)".
Me gustaría incluir un mensaje más sencillo para mis compañeros no "informáticos".
Gracias!!!
Solved! Go to Solution.
ISBLANK(
FILTER(
"table",
AND(
NOT([_THISROW].[_ROWNUMBER] = [_ROWNUMBER]),
([_THISROW].[key-column] = [key-column])
)
)
)
Replace table and key-column with the appropriate names.
User | Count |
---|---|
17 | |
14 | |
8 | |
7 | |
4 |