M
Mike
Hi,
Not sure what I'm doing wrong, so here's my question...
In a Report's Detail I have a calculated field to find out someones's
commissions:
=QTY*(commission_rate/100)
This line work fine for me and return, for a given period of time, the
commisions earned.
What I cannot figure out is HowTo total them.
I tried
subtotal: =QTY*(commission_rate/100)
and then in the page footer I say
=sum([subtotal])
but it doesn't work.
Can someone tell me where the problem is?
TIA
Mike
Not sure what I'm doing wrong, so here's my question...
In a Report's Detail I have a calculated field to find out someones's
commissions:
=QTY*(commission_rate/100)
This line work fine for me and return, for a given period of time, the
commisions earned.
What I cannot figure out is HowTo total them.
I tried
subtotal: =QTY*(commission_rate/100)
and then in the page footer I say
=sum([subtotal])
but it doesn't work.
Can someone tell me where the problem is?
TIA
Mike