Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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