Does anyone know how to calculate the total page in report?
"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))