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