Progress Bar
Display the progress of a value between two limits.
The Progress Bar component will show a bar that is partially filled based on how far a value has progressed toward the maximum possible value.
Setting up a Progress Bar
In the Layout Editor, select the tab you want to edit.
Click on the plus (+) symbol in the Components panel.
Choose the Data Source where your values are stored.
Set the minimum and maximum values. By default, Glide fills these fields with 0 as the minimum and 100 as the maximum.
Creating Dynamic Progress Bars
You can choose the minimum and maximum values from columns in your data source and create a dynamic progress bar. These two columns are then tied to the minimum and maximum of the progress bar, and the progress bar will change if the values in these columns change.