I have a formula
if{CUSTHIST.CALL_TYPE}=0 then "CALLED"
but it brings all the other call types as well as information that doesn't have a call type assigned. All I want is the call types "0" and nothing else. What do I need to add to this formula to strip away everything else.
Thanks
if{CUSTHIST.CALL_TYPE}=0 then "CALLED"
but it brings all the other call types as well as information that doesn't have a call type assigned. All I want is the call types "0" and nothing else. What do I need to add to this formula to strip away everything else.
Thanks