Below I have shown a formula that I have. It basically provides a "1" for a group.
I would like to sum up each of the "1" for each group but because I have filtered out records it wants to give me a total for all of the records including the ones filtered. Example: Group A shows only 8 records, so I have 8 "1". When I total or sum the "1" for Group A I want it to show 8. Instead it shows 945 which includes the records I have filtered out. Can anyone help me accomplish what I need.
if {OMS-SOE.OMS_REFERE}<> "" then 1 else 0
I would like to sum up each of the "1" for each group but because I have filtered out records it wants to give me a total for all of the records including the ones filtered. Example: Group A shows only 8 records, so I have 8 "1". When I total or sum the "1" for Group A I want it to show 8. Instead it shows 945 which includes the records I have filtered out. Can anyone help me accomplish what I need.
if {OMS-SOE.OMS_REFERE}<> "" then 1 else 0