D
deehorsing1
i am creating a report which sorts numeric data into 4 groups
=[PRXPRICE]>7 And [prxprice]<=15
=[PRXPRICE]>15 And [prxprice]<=27
=[PRXPRICE]>27 And [prxprice]<=52
=[PRXPRICE]>52
i have used the above expressions as group headers, i then sum all the values
in that group. Problem is i get 4 sets of identical figures for each group.
e.g if the prxprice total is 16.99, 16.99 prints 4 times in that one group.
I appreciate any help which can be offered.
Dee
=[PRXPRICE]>7 And [prxprice]<=15
=[PRXPRICE]>15 And [prxprice]<=27
=[PRXPRICE]>27 And [prxprice]<=52
=[PRXPRICE]>52
i have used the above expressions as group headers, i then sum all the values
in that group. Problem is i get 4 sets of identical figures for each group.
e.g if the prxprice total is 16.99, 16.99 prints 4 times in that one group.
I appreciate any help which can be offered.
Dee