How to add several progress bars in main screen?

Hello.
I am able to add a progress bar in the main screen by selecting the Details layout. So far, so good.
The problem is that I would like to have several progress bars in the same screen but I am not able to show a different number (progress). It shows always the same (meaning, the same spreadsheet row).

The final result I am looking for is:
Main screen with several progress bars and clickable so users can drill into each one for details.

Thanks in advance!
-g

The progress bar depends on your input, if you don’t filter the tab then it would always look at the first row.

Nevertheless, the progress bar will only look at one row at a time, so you must structure your data accordingly.

I’m not sure what you want for several progress bars, can you elaborate?

Thanks.

E.g. I have to deliver several classes. Each class would have a different progress.
Math would have 6 sessions in total and 3 delivered to date. So progress would be 50%
History has 12 sessions, 9 delivered to date. Progress = 75%

The manager would open the app and see two progress bars: one at 50% and the other at 75%. Clicking on each graph would take hime/her to another screen. This last feature is not mandatory.

I hope this clarifies what I am trying to achieve!

Like @ThinhDinh mentioned, a details layout will only show one row, but you could use templates filled with a value, such as ‘Math’ or ‘History’. Then use the template in a relation to the other rows in the sheet that match that class. Then a lookup or rollup column against that relation to get the values you need for a progress bar. Do this set up for each class you want to show as a progress bar, then add a progress bar component for each.

As far as clicking on a progress bar to view more details, you can’t do that, but you could add a button with a link to screen action that uses the relation to get to the proper record in the sheet.

2 Likes