1. hans-hermans
  2. Support
  3. Sunday, June 26 2016, 01:44 PM
I am using Easy Profile (1.4.2) as a membership-administration. Because i want to share the userlists via Excel, i would like to export the memberlist from Easy Profile to excel. How can i do that?
admin Accepted Answer
Admin
Sorry Easy Profile not have export feature, you can export directly from DB.
  1. more than a month ago
  2. Support
  3. # 1
hans-hermans Accepted Answer
Pro
Thanks for the quick response. I don't know how to export this directly from the DB. Can you deliver me a short guide how to do this?
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
You can use some tools like phpMyAdmin, normally this tools is provided by all hosting providers and accessible from Domain panel.

- Access to phpMyAdmin
- Choose your database
- Go to SQL tab (screenshot 1)
- insert this query (screenshot 1)

SELECT * FROM xxxxx_users as a, xxxxx_jsn_users as b WHERE a.id=b.id ORDER BY lastname
replace xxxxx_ with your db prefix
- Send Query
- Click on "Export" link (screenshot 2)
- Choose your export format
Attachments (2)
  1. more than a month ago
  2. Support
  3. # 3
hans-hermans Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.