I have the following table
Load Drop KG
A 2 30
A 3 50
B 1 10
C 1 10
Average Kg per count(drop) = 100 / 4 = 25
That s fine I managed to calculate that
My problem is : I need to display only 25 in the report, not the whole list nor the list header.
Something like :
'the average is 25 kg per Drop'
When I calculate it in the list , and then move it to a repeater or a block , it is showing the Average for the First Row and not the list average.
Any Idea how to display only the summary average ??
thanks
Load Drop KG
A 2 30
A 3 50
B 1 10
C 1 10
Average Kg per count(drop) = 100 / 4 = 25
That s fine I managed to calculate that
My problem is : I need to display only 25 in the report, not the whole list nor the list header.
Something like :
'the average is 25 kg per Drop'
When I calculate it in the list , and then move it to a repeater or a block , it is showing the Average for the First Row and not the list average.
Any Idea how to display only the summary average ??
thanks