Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to find the sum of sales based on a flag
contract flag - N/Y values
sum of sales when contract = N
Try this
Sum({<Contract = {'N'}>}Sales)
View solution in original post