I have a column (โLabelsโ) with the ENUM Printed, PSL, and Sleeved. I also have a Column (โLabel Supplierโ), I only want the supplier to show up if PSL or Sleeved is selected. I can get one but not both. My Show If is โ[Labels] = PSLโ
How do I get it to work for both PSL and Sleeved?
Solved! Go to Solution.
Please try
OR([Labels] =โSleevedโ, [Labels]=โPSLโ)
For reference:
User | Count |
---|---|
15 | |
11 | |
9 | |
7 | |
4 |