2,851
edits
No edit summary |
No edit summary |
||
Line 193: | Line 193: | ||
for _, study in ipairs(studies) do | for _, study in ipairs(studies) do | ||
-- Retrieve data value for the current cell, using the nested structure | -- Retrieve data value for the current cell, using the nested structure | ||
local cellValue = study. | local cellValue = study.biomarkers[bm.key] or "" | ||
wikitable = wikitable .. ' || ' .. cellValue | wikitable = wikitable .. ' || ' .. cellValue | ||
end | end |