cancel
Showing results for 
Search instead for 
Did you mean: 

Manual Cumulative percentage

Former Member
0 Kudos

Dear all, I have created formulas to calculate percentages, however now I would like to show the same percentages as cumulative. Not sure how to do this.

Here is the formula for the Normal percentage

Percentage


({#Day 0}/{@TotalJobs-CanceledJobs})*100

Day 0


DistinctCount ({Order_header.Order_no},{NumofDays});

TotalJobs


DistinctCount({Order_header.Order_no)

There are 10 formulas I have created seperately to get the normal percentage. Now I would like to make all those 10 to show cumulative percentage.

Can it be done by using the same formula? or do I have create a formula under Display string field?

Regards

jehanzeb

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

sorted.