Question: What percentage of the following indicators did the company disclose?
Answer:
100
%
Apparel Research Group
Economic Disclosure Rate
Onward Holdings
2018
Unverified - Added by Community

inputs = [m1, m2, m3]

researched = inputs.filter (val) -> (val != "NR")

numKnown(researched) / researched.length * 100

Comments