Hi
I have created a report but I have to write a formula to calculate a total pr all products with specific codes.
My problem is that I cant do it!!
Here is what I have done
Basically what I want is to get a balance for all people with 'Plan24'.
Can anyone assist??
Cheers
Will
I have created a report but I have to write a formula to calculate a total pr all products with specific codes.
My problem is that I cant do it!!
Here is what I have done
Code:
if {AllCustomerProducts.type} = "Plan24" Then
Sum ({AllCustomerProducts.balance})
Can anyone assist??
Cheers
Will