Can anyone help me with this? ```CASE {systemnotes...
# suiteanalytics
k
Can anyone help me with this?
Copy code
CASE {systemnotes.field} WHEN 'Component Category' THEN CASE WHEN {systemnotes.oldvalue} IS NULL THEN {custrecord_category} ELSE {systemnotes.oldvalue} END END
I am trying to pull back the current record value is systemnotes.oldvalue is empty/null it's just not having none of it