Categories
- All Categories
- 4 Oracle Analytics Sharing Center
- 11 Oracle Analytics Lounge
- 190 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.4K Oracle Analytics Forums
- 5.9K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 65 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to layout tables in custom order by RTF

Hi, All
I am looking to layout 8 tables per page in RTF, 2x4.
The tables should be generated based on the values contained in a single row of the data model,
I would like the output in the following order
- one table on the upper left
- one table to the right of 1. 3. one table to the left of the next line
- one table to the left of the next line 4. one table to the right of 3.
- one table to the right of 3.
Repeat 3-4, breaking page after outputting 8 tables
To implement the above
I used MS Word's column settings,
However, I could not get the desired display order because it prints downwards.
Please let me know if there is a way to implement the desired layout.
Answers
-
Hi @TKR
Are you facing issue while converting the report into specific format or while printing are you facing issue with downwards order?
Available options
https://docs.oracle.com/middleware/12213/bip/BIPRD/GUID-A229808F-D2F6-458E-8E52-9E7FA156FF0E.htm#GUID-49169628-86CF-4499-9A75-75E13DDD1780
Regards,
Arjun
0 -
Hi, @Mallikarjuna Kuppauru-Oracle
Issue is column order control on RTF template.
reference is here (Inserting Multiple Columns on Pages)
https://docs.oracle.com/middleware/12213/bip/BIPRD/GUID-A229808F-D2F6-458E-8E52-9E7FA156FF0E.htm#BIPRD2448And here is what I want and actual output images.
0 -
Just to clarify you are storing the data to populate all 8 tables in the same row rather than 8 separate rows?
Are you able to reorder the data so that the boxes flow as required as I'm not sure you can alter the functionality of a word column.
Usually this is a repeated block based of rows of data.
0 -
Hi, @RichardChan
I would prefer that each table be generated by rows.
It would certainly be one way to sort the data,
But I would like to know if there is a way to solve this in RTF if possible.0