```dataview
table current, max,"<progress max=100 value=" + round((current/max)*100)+ "></progress> " + round(current/max*100) + "%" as Progress
from #Life2024
sort file.name
```