Create a calculated field [Rank - Date] with below code:
RANK_UNIQUE((MAX(SPLIT([database field],'|',2))))
//This will create a values for every ticket
Now do this, to filter only date with max value and drag to filter and select True
[Rank - Date]=1
I guess this should work