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
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