When no CASE condition is TRUE and ELSE is omitted, the result is NULL.
highlighted = computed this step
Input table
Start with shipment rows and late-day counts.
Shipments
Select query
Return an action only when the CASE condition is TRUE.
CASE without ELSE
Output table
Rows without a TRUE condition get NULL because ELSE is omitted.
conditional action