Question: Which multi-stakeholder initiatives (MSIs) is this company a member of?
Apparel Research Group
2022
Unverified - Added by Steward
Variable Metric Value Year
FLA No value 2022
ETI
Ethical Trading Initiative+Image
Research lock
Terminated 2022
PST No value 2022
FWF No value 2022
BCI No value 2022
Formula
= vals = [] vals.push "Fair Labor Association" if FLA == "Yes" vals.push "Ethical Trading Initiative - Full" if ETI == "Full" vals.push "Ethical Trading Initiative - Foundation Stage" if ETI == "Foundation Stage" vals.push "Partnership for Sustainable Textiles" if PST == "Yes" vals.push "Better Cotton Initiative" if BCI == "Yes" vals.push "Fair Wear Foundation" if FWF == "Current Member" vals = "None" unless vals.length vals