formulas: [['total', function(rd){ var total = rd.gold /rd.silver; return isNaN(total) || !isFinite(total)? "": total;}]],