Hi! I'm building an app where the last depend...

Hi! Iโ€™m building an app where the last dependent dropdown should return error if the value has been already used before. Iโ€™ve seen a way to prevent duplicates with list expressions but since itโ€™s a dependent dropdown, itโ€™s already using the โ€˜Valid_Ifโ€™ field to reference another table. How can I accomplish setting a rule to invalidate values that have already been used?

The formula Iโ€™m using in Valid_If is: Base[Clave Participaciรณn (CP)]

Where โ€˜Baseโ€™ is the sheet refernced to filter this field (called simply โ€˜Claveโ€™) based on the election on the previous column. And โ€˜Clave Participaciรณn (CP)โ€™ is the unique value stored in the referenced table.

Thanks in advance

0 3 318
3 REPLIES 3

Have you tried to use Suggested_Values and then you can use the validation independently?

Is it using Suggested_Values for validation of duplicates or for referencing the filtered options?

Try to use Base[Clave Participaciรณn (CP)] in Suggested_Values and then write something like AND(TRUE,NOT(IN([_THIS],TableName[Clave Participaciรณn (CP)]))) in Valid_If.

Top Labels in this Space