I have a report where in the detail lines a variable is set when a line with a certain line comes by.
The first groupfooter contains a max-variable of this one.
in the outer group footer i want an average of the different values from group1
... how do i do that???
Bascy
Network manager at
The first groupfooter contains a max-variable of this one.
in the outer group footer i want an average of the different values from group1
Code:
GH1: Customer 1
GH2: order 1 (hidden)
D: orderline 1 (hidden, set var @a to 0)
D: orderline 2 (hidden, set var @a to 34)
GF2: display max(@a) i.e. 34
GH2: order 2 (hidden)
D: orderline 1 (hidden, set var @a to 54)
D: orderline 2 (hidden, set var @a to 0)
D: orderline 2 (hidden, set var @a to 0)
GF2: display max(@a) i.e. 54
GF1: Display average of the max(@a) i.e. 44
... how do i do that???
Bascy
Network manager at