CRXI and SQL database
I have similar reports with varying lengths of detail pages but the last 2 pages are filled with summary crosstabs where I do not want a specific field in the page header to display.
I have tried suppressing with the following formula:
OnLastRecord
and
{vNewTicklerBase.Supervisor} <> next({vNewTicklerBase.Supervisor})
However this also suppresses on the last page of the details where I need it to show.
Is there a formula that will supress this header always on the last two pages of the report?
I have similar reports with varying lengths of detail pages but the last 2 pages are filled with summary crosstabs where I do not want a specific field in the page header to display.
I have tried suppressing with the following formula:
OnLastRecord
and
{vNewTicklerBase.Supervisor} <> next({vNewTicklerBase.Supervisor})
However this also suppresses on the last page of the details where I need it to show.
Is there a formula that will supress this header always on the last two pages of the report?