Good day, how can i achieve filtering the ref...

Good day, how can i achieve filtering the ref column in other forms that it is used?

0 3 348
3 REPLIES 3

@Jessrhyl_Longay

In your ref column’s Valid_if you can use a SELECT expression:

SELECT(TableName[KeyColumnName],NOT(IN([LookupColumn],TableName[KeyColumnName])))

And in generally… SELECT(TableName[KeyColumnName],YourOwnEvaluation)

@Levent_KULACOGLU this was what i did. thanks

Top Labels in this Space