Studio1one Posted August 27, 2017 Share Posted August 27, 2017 Hi folks, is there any module that can export as follow? Firstname, Lastname, Email, Country? I need to export customers to create email lists per country. And the modules I have seen is not saying I can export per country. //Patrik Link to comment Share on other sites More sharing options...
Scully Posted August 27, 2017 Share Posted August 27, 2017 I don't know if there is a module. But Country isn't a field from the customers table. It comes from the addresses. So your choice is a mix of two tables: customers and addresses. You could do this also with a simple query, joining customers- with address-table and sort by address country. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now