Filtering filters for user specific values

Filtering filters for user specific values

I want to set up a filter in a view, but the values listed on this filter must be dynamically adjusted to only be those created by the user. As an example, if there are two users, each with items:

User      Item
David        A
David        D
John         B
John         C

I want the filter in the view to only show A and D for David, but to only show B and C to John.  Now both would see all four items.

 I've created a lookup value in the relevant form that has the criteria Added_User == zoho.loginuser; however, the filter in the view that is the basis for the filter disregards this criteria and lists all values created by all users. 

How can I "filter the filter?"