I want to count the number of visits to our site that begin with items already in cart from a previous visit. The logic would be something like: count(visits) IF[visitor(cart additions>cart removals) AND visitor(orders=0)] I have all of the necessary metrics but I can't get the logic to work in eith...