Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.5
Component:
user data
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 May 2009 at 17:12 UTC
Updated:
19 Mar 2010 at 10:58 UTC
Jump to comment: Most recent
Comments
Comment #1
merlinofchaos commentedThat's because these roles do not actually appear in the database, so they can't be filtered on.
In reality, all users are 'authenticated user' except for uid 0 which is instead 'anonymous user'. In order to filter on those two, filter on the user name and set it to is or is not anonymous.
Comment #2
stevekerouac commentedThanks. Sorry if I should have posted this in the forums, I never seem to get an answer there.
Comment #4
Anonymous (not verified) commentedThanks very much Merlin! Mr. Magic!