Skip to Content
0
Dec 03, 2008 at 03:26 AM

Custom Group using a formula

25 Views

I need to count records like -

Formula A - "if {'Accounting Code 08 Value} < 1 then 0 else {?Date as Number} + {@Count Invoice #}

"Date as Number" is just that" and

"@Count Invoice" is "WhilePrintingRecords; NumberVar InvoiceCount:= InvoiceCount + 1"

But I need to create a Group so I can sum data by Formula A, currently it is not a selection in group expert even though it is on the report. Any ideas???

THANKS