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!

Adding the values of two numerical columns together on RTF template

Consultant IanOct 22 2011 — edited Oct 24 2011
Hello

I am trying to add 2 numerical column values together.

I tried <?column_1 + column_2?> but it is abviously not that simple as I get an error when trying to do this

I tried <?sum(current-group()/column_1) + sum(current-group()/column_2)?> but that does not work either as it also returns an error


Any ideas how to add two numerical columns together in RTF template?
This post has been answered by AlexAnd on Oct 24 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 21 2011
Added on Oct 22 2011
1 comment
8,109 views