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!
Can you try with if else or choose statments?
Thanks.
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!