Filter Ref based on a different column in referenced table

I’m trying to write a Valid_If formula, for a column called [Document Type].
[Document Type] is a column of Ref type. I’m trying to filter the keys displayed in the dropdown by whether a column in the “Document Type” table contains “Bill” or “Act”.
Nothing I’ve tried seems to work.

0 3 184
3 REPLIES 3

Steve
Platinum 4
Platinum 4

What have you tried? Screenshots, please.

Filter condition for slice


Valid_If formula for column of ref type

List VC I created in Document Type table.

End Result.

If of type Ref, rather than List of Ref or EnumList of Ref, then this:

3X_9_d_9dcd0350f91758871c9a6439809716f4d3673832.png

should instead be:

IN([Document Type], LIST("Bill","Act","Universal"))

Note IN() rather than INTERSECT(), and no COUNT().

See also:

Top Labels in this Space