Join Slack
Powered by
<@U2AFFF3UP> try changing `CASE WHEN {custentity_o...
# suiteanalytics
m
michoel
03/07/2018, 5:47 AM
@mattb
try changing
CASE WHEN {custentity_os_delcode} = ''
to
CASE WHEN NVL({custentity_os_delcode}, 0) = ''
to account for
null
values as well
Open in Slack
Previous
Next