My current progress bar formula is:
divide(prop(“Total 1”), prop(“Target”))
Which works to give me the progress of Total 1 in comparison to the target.
But, I want to add more Totals to be divided by the target. I can’t figure out the formula to do this.
I already have the remaining totals in the database so it is just a case of knowing how to add them into the formula.
Any help would be great!