How shows "invoiced quantity" divided in months in a report

DarkHorseDarkHorse Member Posts: 389
Hi, I've a fool problem with a report. The report has several dataitems and one of the last is "Item ledger entry". In onpredataitem I've put:

CurrReport.CREATETOTALS ("invoiced Quantity");

"Item Ledger Entry". SetRange ("Posting Date", CALCDATE ('<-6M>', WORKDATE) WORKDATE);

And then, in sections, I have a footer with "Quantity invoiced" field. What it does is shows the amounts charged for the last 6 months, and it do it correctly. But now I want to add the last three months and the last month in the same section, but I can't.
How can I do this, please?.
Thank you very much.

Comments

Sign In or Register to comment.