<@U2AFFF3UP> try changing `CASE WHEN {custentity_o...
# suiteanalytics
m
@mattb try changing
CASE WHEN {custentity_os_delcode} = ''
to
CASE WHEN NVL({custentity_os_delcode}, 0) = ''
to account for
null
values as well