Calculate the total page in report

Posted by LegacyUser on 07-Feb-2001 03:02

Does anyone know how to calculate the total page in report?

All Replies

Posted by LegacyUser on 20-Feb-2001 03:50

"Ricky" wrote:

>

>Does anyone know how to calculate the total page in report?

If your report contains header & footer you can simply calculate:

if truncate(total lines / (page lines - header lines - footer lines))

This thread is closed