HI team,
I have this variable formula in GF 4 which I then sum in GF1. It works beautifully but now I hear that the Maximum result in GF4 of this formula can only be $4000
Whileprintingrecords;
numbervar COM;
if {@margin by grouptest} > 0 then
(
COM := COM +(({@COMSALESREP%} * {#rate by group test} * {@COMTERMCONV} * {@COMPOFITMARGIN%}) + ({@display chargerate max}/2));
(({@COMSALESREP%} * {#rate by group test} * {@COMTERMCONV} * {@COMPOFITMARGIN%}) + ({@display chargerate max}/2))
)
else
if {@margin by grouptest} <= 0 then
(
COM := COM +(({@COMSALESREP%} * {#rate by group test} * {@COMTERMCONV} * {@COMPOFITMARGIN%}));
(({@COMSALESREP%} * {#rate by group test} * {@COMTERMCONV} * {@COMPOFITMARGIN%}));
)
Can you please advise how to enter this correctly?
THANKS
Sabine
Hi Sabine,
Please provide more info.
-Abhilash
Add a comment