I need to generate a report with a specific block of text at the bottom of one page from .rtf
template using Oracle BI Publisher.
I've tried many ways of positioning text in Word and other stuff, but OBIP
ignores them all,
besides, Oracle doesn't give any access to its support forum to me.
My attempts:
- splitting template into sections with brakes (continuous one, page break doesn't suit for me) to make a unique footer
- using shapes/text boxes with aligning/text wrapping/removing 'move with text' tick
- using footnotes
- using MS Word fields with
ctrl+F9
to make a unique footer like:IF PAGE = 2 "text"
- passing an
XLM
model with a tag havingHTML
code like:position:fixed; bottom:0
Example of what I'd like to see in my report:
... Body text of page №4
Footnote at the bottom of page №4
Body text of page №5 ...