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!
Rounding Numbers?
Apologies, I am new to FreeMarker, but I have seen a number of entries in the 'Built-ins' for rounding numbers, but I can't seem to get them to work.
I have a custom column on my sales order that contains the item weight multiplied by the quantity. I can display this on the Advanced PDF form with this:
<td>${item.custcol1}</td>
I have tried variations of examples from the Built-ins documentation such as:
${item.custcol1?ceiling}
${item.custcol1?string.number}
${item.custcol1?string["0"]}
But none of these work, and many error on Preview.
I'm not clear on the difference between number and string fields, but would have expected one of these to work.