Entries
Float
prop("Number") ? (contains(format(prop("Number")), ".") ? format(round(prop("Number") * 100) / 100) + ((length(replace(format(round(prop("Number") * 100) / 100), "([^.]+.)", "")) == 1) ? "0" : "") : (format(prop("Number")) + ".00")) : ""