Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Dregards CSV from Search Results Created by SQL
Hi,
I am using a SQL formula to show me a 1 when criteria is matching and a 0 when it is not matching.
In the "criteria summary" I am now filtering out all the results with a 0
What I now need to do is to filter out all the CSV updates of the records.
Current setting
[LIST]
[*]When last modified date is older then 3 months (print 1)
[/LIST]
Required setting
[LIST]
[*]When last modified date is older then 3 months (print 1)
[*]When last modified date is less then 3 months but not by CSV (print 1)
[/LIST]
CASE WHEN ({lastmodifieddate} < LAST_DAY( ADD_MONTHS({today},-3)) + 0 ) THEN 1 WHEN ((NVL({custbody_next_act_deadline}, LAST_DAY( ADD_MONTHS({today},6)) + 0 )) > LAST_DAY( ADD_MONTHS({today}, 6)) + 0 ) THEN 1 ELSE 0 END Kindly click "Yes" on "Did this answer the question?" if you find the reply on your thread helpful. This will aid the others with the same question to easily find the correct answer. Thank you!
Regards,
@Arnold Willems | Group Applications Development Manager