Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to make headers change specific to the data

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!
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