Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We normally use Count({$<Field={'Value'}>}something)
How about count all something when the Field is NOT 'Value'.
Is there any all-in-one expression instead of reaching the result through straightforward multiple calculations.
Thanks.
Hi,
You can first count all the values and then subtract from all to the selective values
e.g.
=count({<,Field={"*"}-{"Value"}>}TxnID).
Try this , hope will work
regards
Surender Mehta
Hi,
You can first count all the values and then subtract from all to the selective values
e.g.
=count({<,Field={"*"}-{"Value"}>}TxnID).
Try this , hope will work
regards
Surender Mehta
Works fine.
Thanks.