I would like to make the desired column. Logica: if a name is withdrawn after having an offer then 1. If a name is withdrawn but had no offer then 0.........
The columns are made this way: offer: SUM(IF(UserTrackTypeExtended='Offer', 1)) withdrawn: Sum([#IsWithdrawTrack])