Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Posted: 11 Apr 2018 at 2:44am
Group on the policy
Create two formula fields to
//HasR
if REVERSALCODE = 'R' then 1 else 0
//HasS
if REVERSALCODE = 'S' then 1 else 0
create two group summaries of these formula fields
now any group that has a sum>0 for both summaries is your condition so add a group select condition
sum(@HasR,AGTID)>0 and sum(@HasS,AGTID)>0
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum