Value in a Drop Down once selected should not be shown (based on a condition)

I have A  Invoices Column (Enum List type)....

there should be a list of invoice no ...

1,2,3,4,etc

once i selected the 1 for this time ...next time only 2,3,4,etc show...

 

how its possible anyone tell me

0 2 103
2 REPLIES 2

In general , please try with Valid_if by subtracting list of used options from the enumlist.

So the valid_if of the enumlist column can be something like 

{Entire Enumlist Options} - (SPLIT(Table Name[Enumlist Column Name],",")-[_THISROW].[Enumlist Column])

Steve
Platinum 4
Platinum 4
Top Labels in this Space