Google analytics question

I want to setup the following profiles for my website:

  • Data for users who have login in
  • Data for users who have not login in

The purpose is to see the ecommerce performance for members (users logged in) and non-members (users not logged in).

I am using the custom variables to track whether a user have logged in:
Not logged in
pageTracker._setCustomVar(1, “isloggedin”, “no”, 1)
pageTracker._setCustomVar(1, “isloggedinsession”, “no”, 2);

Logged in:
pageTracker._setCustomVar(1, “isloggedin”, “yes”, 1)
pageTracker._setCustomVar(1, “isloggedinsession”, “yes”, 2);

I have not deceided 100% whether I want to view sessions or not.

My question is: how do I make the actual filter in the new Google Analytics profiles I have created?

I have tried:
Filter type: “Custom filter”
Include
“Filter field”: “Custom field 1”
Filter pattern: “yes”

This does not seem to work.

Any ideas?

Thanks"