validation form entry

i want when i type a name in a field to validate it by loocking if it's already exist or no in my table if it exist it warn me by text , if anyone got the formula for this validation

Solved Solved
0 3 103
1 ACCEPTED SOLUTION

This expression works for me :

ISBLANK(FILTER("table name", ([column name] = [_THIS])) - LIST([_THIS]))

View solution in original post

3 REPLIES 3

Hiya, try something like this?


COUNT(SELECT(TableName[ColumnName],[ColumnName]=[_THIS]))<2

didn't work brother

This expression works for me :

ISBLANK(FILTER("table name", ([column name] = [_THIS])) - LIST([_THIS]))

Top Labels in this Space