chelandrew
IS-IT--Management
Been messing with this for days now. Have two groups: inside group has a next page after which works fine. The outside group needs to print an additional page 'This page intentionally left blank' when the data for that group ends on a even page number. In other words, report must always end on an odd page number. I've tried remainder(pageNumber,2)=0 on the new_page_after for the outside group but it does nothing since this can be the end of the report(user can select all or one of the values that control the outside group). Seems this should a fairly routine request.