Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have a field wich is text, can'i get his num value within set analysis without reloading the app? i want exactly something like this:
=num(count({1 <NUM(CRMB)={'*'}-{40, 41}}>}MvtB),'# ##0')
It's possible?
Thank you in advance.
@JMAROUF or try below
=count({1<CRMB = {"=num#(CRMB)<>40 and num#(CRMB)<>41"}>}MvtB)