Progress Bar for ALL users?

https://go.glideapps.com/app/TEXBqwP31Nz8WUbQBmPY/layout
I have a progress bar (circle)for each user but it only shows for one user.
Thoughts?

Hello Rich,

I think you want to learn the ROW OWNER system. From Glide documentation.
It’s worth it i swear… and will most likely fix your problem right away.

I did this mistake before… im doing others now lol

But the experts here are amazing people.

If you give a bit more information I might be able to help.

Can you send some screenshots or a video of the supposed problem?

When you say it only shows for one user, do you mean the data in the progress bar applies for only one user, or does the component itself only shows for one user?

I think I figured it out. Thanks for all you do!

1 Like

im using row owner so every worker in my compay only see their progress, but i need to sum up all their progress and show it in team progress. is there a way i still keep the row owner and show progress of all user?

So every user needs to see the team progress, or just an admin person?

Theres progress bar for everyone can see their acumulate effort, and theres user type admin progress bar that can see each division progress.

You need to do the following:

  • Make sure Roles are configured in your User Profiles
  • Give your Admin users an appropriate role
  • Set your Admin role name as a Row Owner column in your data table

The above should give Admin users access to all rows.

1 Like