D Daniel Oliver Member Licensed customer Jul 18, 2012 #1 Is there a way to search users by gender, or export a list of user by gender?
Jake Bunce Well-known member Licensed customer Jul 21, 2012 #2 Daniel Oliver said: Is there a way to search users by gender, or export a list of user by gender? Click to expand... Not in the software. But you can query the database directly: Code: SELECT * FROM xf_user WHERE gender = 'male'; Upvote 0 Downvote
Daniel Oliver said: Is there a way to search users by gender, or export a list of user by gender? Click to expand... Not in the software. But you can query the database directly: Code: SELECT * FROM xf_user WHERE gender = 'male';