We have a requirement in XML Publisher reports by which the RTF template have some field at the bottom of the page. The position of the field from the bottom is based on many attributes(word counts of all the above fields)
The field will be shown in first page or on the second page if the template cant accommodate the field in the first page.
When the field is too big it will move to second page leaving behind large amount of blank space in the first page. (we have unchecked Allow row to break across pages as this field shouldn't split into two pages)
The requirement is if this field is shown on the second page we need to dynamically show some value(like the value will be shown in the second page) in the first page.
Is there anyway we can achieve this ?