Hi,
I have a log. I analize it via queries. I want to sum the field Expr2 , but sometimes there are no events. I wish when that happens the value would be 0.
Any sugestions?
I have tried:
Nz(Sum([Soma 3 from Completed Turno A].Expr2),0)
Sum(Nz([Soma 3 from Completed Turno A].Expr2),0)
None have worked... what am i missing?
THanks