Hello,
I have a “valid if” condition on an enum column :
[Column Test]=Lookup([_THISROW].[Column Ref],“Table Test”,“Column Ref Table Test”,“Column Test table Ref”)
Rather than doing a “valid if”, when i add a new row, I would like to display only eligible values in the enum column on my view to add.
How can i do that ?
Thanks