It will pick all the sprites with x > 0.
You can add more conditions under the loop for loop specific refinements
eg.
For each sprite
PV "something" = n -> do stuff
If you put the other condition above the for each, Construct will pick all of those first, and then do the for each. I don't know if it makes much difference, but I find it to be more reliable if the conditions are under the loop.