Hello

Im using advanced user module to filter user by their profiles, is there a way to export that data to excel or cvs?, or a way to filter user by email and export that....how can i do it?

Comments

adam_b’s picture

How often will you be doing this? If it's only occasionally, then it's easy enough to copy the table on the web page and then paste it into a spreadsheet.

lucasvm’s picture

very often, i need to show the email address on user list and have the possibility to export to excel...im using advanced user to list user data...but i cant do anything, i need to export that...how can i do it?

i was abble to show the email in advanced user module list...with this patch: http://drupal.org/files/issues/advuser-6.x-3.0_3.diff

is there a way to export that list to excel?

WorldFallz’s picture

You can create a view and export it to any number of formats, including excel, with views_bonus.

lucasvm’s picture

but using views i need to respect the argument sort...if gender is first i cant filter by name only....or it is possible?

mcfilms’s picture

Sure you can. You can stack as many sort criteria as you want in a view. You can also add filters and "Expose" them so you can dynamically filter your view.

A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com