Discussions
Check out Oracle NetSuite upcoming events and conferences here
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Update your Profile with your Support type to get your Support Type badge.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Get ready to take on exciting new challenges and become the next SuiteMaster of the Month!
Join the largest gathering of the NetSuite Community at SuiteWorld in Las Vegas, September 9-12! Discover cutting-edge innovations, attend insightful sessions, network with industry leaders, and elevate your business to new heights. Register here!
NSC | Print Sum of a Column Field of Transaction Records Without Creating a Custom Field
Printing the Sum of an Item sublist field without needing an additional custom field is possible by using the Assign tag in the Source code editor of Advanced PDF/HTML Templates.
A sample scenario would be to print the sum of the Item Quantity in a Sales Order record. We need to enter the <#assign> syntax after the <table> part of the code. The sample code would be like this:
In the image above, we have added the <#assign totalquantity = 0> after the <table> syntax. The second part would be to add the following code below:
In the image above, we have added the code
@Kristoffer Viray-Oracle | Ask A Guru | Let us know what contents you like to see in the Community. You can vote here.
0