Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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