Question: What percentage of the following indicators did the company disclose?
Answer:
100
%
Apparel Research Group
Prada
2020
Unverified - Added by Community

m2 = "Unknown" if m2 == "No"

m3 = "Unknown" if m3 == "No"



researched = [m1, m2, m3].filter (val) -> (val != "NR") 

numKnown(researched) / researched.length * 100

Comments