H
Hal
help.....!!!!
I am trying to group my data based upon te results of calling a function:
SELECT qbranchgoalsalegrouped.PROMOID, qbranchgoalsalegrouped.PROMOPHASEID,
goalgroup([qbranchgoalsalegrouped]![percentofsales]) AS Expr1
FROM qbranchgoalsalegrouped
GROUP BY qbranchgoalsalegrouped.PROMOID,
qbranchgoalsalegrouped.PROMOPHASEID,
goalgroup([qbranchgoalsalegrouped]![percentofsales]);
The function returns an integer fromm 0 to 5.
thanks
I am trying to group my data based upon te results of calling a function:
SELECT qbranchgoalsalegrouped.PROMOID, qbranchgoalsalegrouped.PROMOPHASEID,
goalgroup([qbranchgoalsalegrouped]![percentofsales]) AS Expr1
FROM qbranchgoalsalegrouped
GROUP BY qbranchgoalsalegrouped.PROMOID,
qbranchgoalsalegrouped.PROMOPHASEID,
goalgroup([qbranchgoalsalegrouped]![percentofsales]);
The function returns an integer fromm 0 to 5.
thanks