Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
i want to do a numeric count of data that field DATA is null, but i don't know how to do that
numericcount({$<[DATA]=NULL}>} [DELIVERIES])
Can someone explain me how to do that.
Best regards
Hello Jordi,
You may use
numericcount({$<[DATA]={""}>} [DELIVERIES])
numericcount({$<[DATA]={"=len([DATA]) = 0"}>} [DELIVERIES])
Hope that helps
Hello, Jordi
Try that:
=count(IF(Len(DATA)>0, [DELIVERIES]))
No ones work
Jordi, it's very strange.
because all approaches are works fine for me. see in example...