Discussions
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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