Validation Question

Dear Sirs:

We have the following case:

We have a table "Hallazgos" that has a field "Placa" that we need to list the data from table "Vehiculos" fiel (Placa), but we also want it to not list the "Placa" fields previously selected in table "Hallazgos".

0 1 35
1 REPLY 1

Hola Yesenia has probado algo asรญ? Por en la propiedad valid if:

FILTER("Vehiculos", NOT(IN([Placa], Hallazgos[Placa])))

Top Labels in this Space