Question:
Answer:
Direct Supply Chain
Walk Free
MSA Policy (grouped)
2022
Verified by Steward check_circle

if beyond_tier_1 == "Yes" && direct == "Yes"
  "Both"
else if beyond_tier_1 == "Yes"
  "Beyond Tier 1 Supply Chain"
else if direct == "Yes"
  "Direct Supply Chain"
else
  "Neither"

Comments