Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i want something like this?
can you help me?
count({<sum(x)<sum(y)>}ID)
May be this:
Count({<ID = {"=Sum(x)<Sum(y)"}>} ID)
=Count({<ID={"=Sum(X)<sum(Y)"}>}ID)
Try
count({<ID = {"=sum(x)<sum(y)"} >} ID)
thank you