Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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.