Hi all, Merry Xmas and Happy Coding! So I thought I cracked this one. All my local tests work as expected. However, when I come to verify the code it fails on tests, 3, 4 and 11. Tests 3 and 4 cover get ip for event and get ip for status. Test 11 is get date for event. So my first thought is I'm filtering event and status information incorrectly? Well, the weird thing is that other permutations that use for event and for status, verify OK e.g. test 6 - get user for event, test 7 - get user for status, and, test 12 - get date for status. Also, other permutations that use get ip and get date, verify OK. And, as I say, my own tests using get ip for event, get ip for status and get date for event seem to work OK. Help!!