How could I create this with a progress bar

I have a couple of table fields

  1. Member ID
  2. Modules - Training course sections
  3. Modules Completed

What I would like to do is has the progress bar to show how far they are along in the training course.
I think the logic I would need to do it is:
a. Number of Modules
b. Number of Modules complete
(so some how work out the % of the bar for Total - Complete)

But how would I get this to work with a progress bar
Any thoughts or suggestions would really be welcome.

Hello Peter,
The logic is explained here:

Just bind your data as needed.

I did have a look at that @Teodor but I don’t quite understand how I can make the count of the modules into a %

for example they could have various amounts of modules (this would change all the time)
so say for one course, it may be 5 modules and for another it may be 15 modules.

so how would I make the modules complete count a percentage of the module count?

Well that’s not really related to Wappler :slight_smile: It’s simple maths: https://www.calculatorsoup.com/calculators/math/percentage.php

1 Like

Cheers @Teodor that worked perfectly.

1 Like