Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
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!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
SQL Essentials: TRUNC(NUMBER) Function Explained
Overview
The TRUNC(NUMBER) function in Saved Search Formula is used to truncate a number to a specified number of decimal places, effectively removing the fractional part without rounding. In simpler terms, it allows you to shorten a number by cutting off digits after a certain decimal point, which is particularly useful in NetSuite's Saved Searches when you need precise numerical data without rounding adjustments.
Understanding the Syntax
The TRUNC(NUMBER) function is structured as follows:
TRUNC(number, [num_digits])
- number: The numeric value you want to truncate.
- num_digits (optional): An integer specifying the number of decimal places to retain. If omitted, it defaults to 0, meaning the number is truncated to an integer.
Learn how to Refer A Member | Earn the Answer Accepter Badge | Be the Content Creator of the Quarter | Vote for the content you want to see!
Tagged:
0
