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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Formula with LIKE
I have a saved search which breaks down our Sales Transactions by the time they were created, this I've done by using a Formula with the LIKE function.
However, when I try to group hours together using LIKE '[00-07]%' it doesn't work.
Does netsuke support using LIKE this way?
This formula works fine;
CASE WHEN (to_char( {datecreated}, 'HH24:MI' )) LIKE '08%' THEN (to_char( {datecreated}, 'HH24:MI' )) END
But this doesn't;
CASE WHEN (to_char( {datecreated}, 'HH24:MI' )) LIKE '[18-23]%' THEN (to_char( {datecreated}, 'HH24:MI' )) END
Thanks.
Mark.
0