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!
Want to format a numeric formula result in a saved search
Does anyone know of a way to get Formula(Numeric) result to return as Integer?
When using Saved Searches, you have the option of adding formula columns. One of the types is Formula(Numeric). When using Formula(Numeric), the results appear to be Real numbers, displayed like this: 9999.99999
I would like NetSuite to treat my result as an Integer, and display it like this: 9,999
I've tried using SQL functions such as TO_NUMBER() and FLOOR(), but it hasn't had the result I wanted.
Any ideas?