Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Show required values in a List box

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

3 Replies
sunny_talwar

May be use a expression for the list box:

If(Not Match(FieldName, 'Articles', 'Contract', 'Trainee'), FieldName)

Anonymous
Not applicable
Author

Thanks Sunny. It's Working.

sunny_talwar

Great, please close this thread if you got what you wanted.

Best,

Sunny