Hello, this has got to be a simple question b...

Jenn_M
New Member

Hello, this has got to be a simple question but hard to find the answer.

Iโ€™m trying to write a column restraint expression. Iโ€™d like the column to show if another column has a value of either โ€œNew Personnelโ€ or โ€œSaleโ€.

My code for the โ€œShow_Ifโ€ constraint is as follows:

[Update Type] = โ€œNew Personnelโ€ .

My question is, how do I include โ€œSaleโ€ in the expression so that the column also shows if the โ€œUpdate Typeโ€ column has a value of either โ€œSaleโ€ or โ€œNew Personnelโ€ ?

Furthermore, I need this same column to show if the โ€œStandard Setโ€ column (same table) has a value of โ€œYesโ€.

How to incorporate all this in one expression?

Thanks for any thoughts.

0 2 290
2 REPLIES 2

OR(IN([Update Type],{New Personnel,Sale}),[Standard Set]=โ€œYesโ€)

Jenn_M
New Member

Thank you!

Top Labels in this Space