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.
Saved Search Formula to Calculate Transaction Amount Between Two Dates
Hi,
I am trying to create a formula that will calculate a transaction total for transactions between certain dates. However everything I have tried has resulted in "ERROR: Invalid Expression". The trick is the first date is derived from a a concatenated string. This portion of the formula correctly returns a value like '01/01/1999' (I have tested this in a formula text column). However when I place the concatenated string portion of the formula in the below formula it results in an error. Any idea why this formula doesn't work?
Full Formula...
CASE WHEN {transaction.trandate} BETWEEN (to_date((concat('01/01/',(SUBSTR(min(case when {custrecord_event_attendance_particip.custrecord_event_attendance_event} like '%Israel%' then {custrecord_event_attendance_particip.custrecord_event_attendance_event} end),1,4))))),'DD/MM/YYYY') and to_date('12/31/2014','DD/MM/YYYY') THEN {transaction.custbody_total_donations} END