Categories
- All Categories
- Oracle Analytics Learning Hub
- 20 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 233 Oracle Analytics News
- 45 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Showing data Horizontally instead of vertically
Summary
Instead of rows, I need to post my data horizontally
Content
I am not doing a crosstab/pivot table, just simple display. I have searched the forums and am pulling my hair out.
instead of
----------------------------------------------------------------------------------------
Jane Doe '0000769'
Leave Accruals
SK: 55
VC: 28
BV: 22
VTO: 18
------------------------------------------------------------------------------------------
I need
------------------------------------------------------------------------------------------
Jane Doe '0000769'
Leave Accruals
| SK | VC | BV | VTO |
|---|---|---|---|
| 55 | 28 | 22 | 18 |
--------------------------------------------------------------------------------------------
Using the example in the XDO User Manual, I put this together. But getting no data displayed
|
Leave Accruals |
<?Split-column-header:PLAN_TYPE?><?PLAN_TYPE?> |
|
<?for-each:EMPLID?> |
<?split-column-data:PLAN_TYPE?><?AMOUNT?><?end-for-each?> |
Attached is the xml I am working from.
Thank you in advance for your assistance
Version
Oracle BI Publisher Desktop 12.213.0.0