I'd like to see percantages of the values in the same group?
We can call that percantage change...
Example:
Group Footer1: Sum of Ado.Duration = day1 85
Sum of Ado.Duration = day2 68 20 %
Sum of Ado.Duration = day3 50 26.4%
Sum of Ado.Duration = day4 75 -50 %
Formulas are ((day1 - day2) * 100) / day1
(( 85 - 68 ) * 100) / 85 = 20
or
Formulas are ((day2 - day3) * 100) / day1
Formulas are ((day3 - day4) * 100) / day1
goes like that
Thanx
Cuneyt
We can call that percantage change...
Example:
Group Footer1: Sum of Ado.Duration = day1 85
Sum of Ado.Duration = day2 68 20 %
Sum of Ado.Duration = day3 50 26.4%
Sum of Ado.Duration = day4 75 -50 %
Formulas are ((day1 - day2) * 100) / day1
(( 85 - 68 ) * 100) / 85 = 20
or
Formulas are ((day2 - day3) * 100) / day1
Formulas are ((day3 - day4) * 100) / day1
goes like that
Thanx
Cuneyt