Select datasets from the list on the right to begin.
<*
resourceStats = call(getThisResource(),"getStatListByResource")
for p,q in pairs(resourceStats) do
resname = getResourceInfo(p, "name")
if ( resname == false ) then
resname = getResourceName(p)
end
*>
<*= resname *>
<*
local i = 0
for k,v in pairs(q) do
*>
<*
i= i+1
end
*>