I have not been able to write a formula correctly. I need to know how many clients receive Service 1 and service 2 simutaneously not add all clients who recieve service 1 and all clients who recieve service 2. In other words I don't want to add 1+1+2 I want 1+1=1.
Here is formula I was trying to alter.
if {CLTSVCAUTH.CSAS_LEVL_CODE}= "AIM" then 1 else
if {CLTSVCAUTH.CSAS_LEVL_CODE}= "RTM" then 1 else 0
sum({@Count AIM & RTM})
Here is formula I was trying to alter.
if {CLTSVCAUTH.CSAS_LEVL_CODE}= "AIM" then 1 else
if {CLTSVCAUTH.CSAS_LEVL_CODE}= "RTM" then 1 else 0
sum({@Count AIM & RTM})