Try making a CTE or subquery with post_visid_high, post_visid_low, visit_num, visit_start_time_gmt, etc. Bring in all of those columns, don’t aggregate anything yet. Put the post_prop24 != “value” and post_evar75 = “value” (replace with your actual values) in that CTE/subquery. Then try the aggregat...