@Harveer_SinghGi1 Thanks for your reply. You stated that I am excluding all entry pages, but my SQL logic has an and operator:case when visit_page_num <> 1 and post_evar4 like '%account.box%'(Note that post_evar4 is the same as post_pagename, but more reliable in our instance) This logic should excl...