Hi Everyone, I got this below attached error today...
# general
n
Hi Everyone, I got this below attached error today for one of scheduled saved search. Can you please let me know how I can resolve it?
m
What do the result columns look like? Specifically the ones with formulas
n
Hi Michoel, result with formula
below is criteria,
m
Try changing
{quantity}
to
NULLIF({quantity}, 0)
n
that works!! Thanks Michoel!