For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
Hi All,
I have a rtf template which contains nothing but a (row*column) table.
I need to display a constant text like "Hello" at the bottom of every page, other than footer or header.
Request the experts to pls share their invaluable inputs.
Thanks,
Rinku
Comment
Hi Rinku,
One of the way, is to dervie 'Hello' thru a dummy column from the data-model and use it in the repeating groups.
thanks,
Santosh
Average Rating:



3 ratings
|
Sign in to rate this
Header, footer using <?start:body?> <?end body?>
How to use start:body tag, and
To create a header or footer, we can use the MS word's header and footer section.
But if you have complex header and footer, as an alternative, you can use
start:body and end body tags to make it as body section of report and
distinguish the header and footer regions from the body.
Those elements occurring before the beginning of the body <?start:body?> area will compose the header.
Those elements occurring after the body <?end body?> area will compose the footer.
Use the following tags to enclose the body area of your report:
=========================
This will become Header
< start:body >
< end body >
This will become footer
=========================
Average Rating:



2 ratings
|
Sign in to rate this
Hi Nishanth,
Thanks for your response.
I have already done this. With this, it automatically put it under footer if tag is put below <end body>.
My ask is that, it should neither be in header, nor be in footer.
Thanks,
Rinku
Average Rating:



1 rating
|
Sign in to rate this
Hi Santosh,
Can you please share the use case? if you guys have done previously?
Thanks,
-Sudha.
Average Rating:



1 rating
|
Sign in to rate this
if you have an existing data model, you just need to include an additional column like
select
your_column1,
your_column2,
.....
....
'Hello' header_text
from
table
Average Rating:



1 rating
|
Sign in to rate this
how can i show these fields in RTF bottom of the page?
Average Rating:



1 rating
|
Sign in to rate this
Hi Santosh,
I have a rows * column table containing (eg 100) rows which extends into say, 5 pages. And now, at the end of every page, I need constant text "Hello" at the bottom the page. Not on header and footer.
Thanks,
Rinku
Average Rating:



1 rating
|
Sign in to rate this
Hi Rinku,
I am trying to find that and will let you know soon... stay connected....
Thanks,
-Sudha.
Average Rating:



1 rating
|
Sign in to rate this
Sure Sudha.. I am keenly awaiting....
Average Rating:



1 rating
|
Sign in to rate this
Hi Rinku,
Is this issue solved? I tried couple of options but no luck...
Thanks,
-Sudha
Be the first to rate this
|
Sign in to rate this
Hi Sudha,
Unfortunately, no luck till now.
Thanks,
Rinku
Be the first to rate this
|
Sign in to rate this
Sorry for that Rinku...
Its not that complexity, we can do it dont have enough time to spend. Let me spend some more time and let you know.
Thanks,
-Sudha
Be the first to rate this
|
Sign in to rate this