Question: What percentage of the following indicators did the company disclose?
Answer:
0
%
Apparel Research Group
Onward Holdings
2019
Unverified - Added by Community

m1 = "Unknown" if m1 == 0



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

numNo = researched.filter((a) -> [a].flat()[0] == "No").length

(numKnown(researched) - numNo) / researched.length * 100

Comments