Categories
- All Categories
- 5 Oracle Analytics Sharing Center
- 11 Oracle Analytics Lounge
- 195 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.5K Oracle Analytics Forums
- 6K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 68 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
How to make headers change specific to the data

Rizelle Fajilan
Rank 1 - Community Starter
Hi,
We would like for the Unit and Unit Desc to display the values according to the specific units. Currently, it is static all throughout the pages.
Attached is the sample layout and xml.
Would appreciate your help! Thanks!
Tagged:
0
Answers
-
Can you try with if else or choose statments?
Thanks.
0 -
Hi @MandeepGupta - how do I do that with if else or choose statements? What I tried was using for-each@section based on this Oracle source:
Creating RTF Templates - Creating Batch Reports
However, it doesn't work. I tried to put if after the first grouping statement
<?for-each-group:G_1;./UNIT?><?sort:current-group()/EXP_CLASS;'descending';data-type='text'?>
<?for-each@section:current-group()?>
Thanks!
0