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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Saved Search - Date Calculation - show number of days with leading zeros
I have a complex saved search formula that calculates the number of days elapsed since an event as part of a text field. I need this to be displayed with leading zeros so that I can group the column by 'minimum' and order the numbers correctly.
The part of the formula for the date calculation is:
TO_DATE(sysdate, 'dd/mm/yyyy')- TO_DATE({activity.date},'DD/MM/YYYY')
Is there a simple function to set the number function to 3 digits (i.e. 001, 012, 123 etc)
I tired to build nested Case When statements to check if it was < 10 and add '00' before the result, and then when <100 add '0' before the result, but the resulting formula was so huge and complex I can't now troubleshoot why it is erroring.
Tagged:
1