Add progress bar to check items in checklist (individual)

Hi guys, is this possible to ddd progress bar based on number of checked items in checklist (user-specific data). Also would love to add this progress bar to the home screen - can this be done with the relation column somehow? Thanks! :pray:

Yup. Absolutely.
Depends on your sheet structure. You know the total items and the oneโ€™s which are completed. So in Progress Bar component, set Max value to Total Items count and current value as the completed items count. You can use RollUp Column type to calculate the counts or use Formula in GSheet.

2 Likes

Thanks a lot! RollUp worked great

You are welcome. If the suggestion worked, please do mark it as solution so others can benefit.

1 Like