Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
Show required values in a List box. I create a list box the following values.(Hide/Remove: Articles,Contract,Trainee)
List:
AM
Articles
Contract
Director
DM
Mgr
Partner
SM
Senior Exe
Executive
Trainee
Staff
Required Data:
Partner
Director
SM
Mgr
DM
AM
Senior Exe
Executive
Staff
Thanks,
Krishna
May be use a expression for the list box:
If(Not Match(FieldName, 'Articles', 'Contract', 'Trainee'), FieldName)
Thanks Sunny. It's Working.
Great, please close this thread if you got what you wanted.
Best,
Sunny