Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
have you tried :
(sum(NC) / sum(TOTAL NC))*100
It should be something like this if the field is named NC:
Sum(NC) / Sum(TOTAL NC) * 100
The level that the total should be calculated at can be explicitly specified like this if needed:
Sum(TOTAL <USERID, ClusterName> NC)