I maintain the role_expire module on Drupal.org and I'm adding enhanced views support. Essentially I want to be able to create a view that shows me all users with role name and their expiries.
Here is my role_expire.views.inc http://drupalcode.org/viewvc/drupal/contributions/modules/role_expire/role_expire.views.inc?view=markup
What am I doing wrong. I'm pretty sure it is something to do with mapping my Users based view to the role table through role_expire??? Any ideas?