Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dynamic header and total in XML rtf template

user8085416Aug 3 2016 — edited Aug 4 2016

I have a rtf template that calculate sum by FUND_CODE, DEPTID and school and it works fine without dynamic header, that is, with static contents in header. But when I add dynamic ZZDEPT_DESCR in the header to show the department name in header and add @section in group by DEPTID, the total by school is displayed after each deptid change, that's not what I want. I still want that there is only one school total after all departments. Can someone tell me how to fix that?pastedImage_0.png

This is the code for group by DEPTID: <?for-each-group@section:current-group();./A.DEPTID?><?sort:current-group()/A.DEPTID;'ascending';data-type='text'?><?sort:current-group()/A.FUND_CODE;'ascending';data-type='text'?><?sort:current-group()/A.PROJECT_ID;'ascending';data-type='text'?>

Thank you in advance for your help!

Shiying

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 1 2016
Added on Aug 3 2016
8 comments
1,731 views