You need to sign in to do that
Don't have an account?

Export data from certain users.
I wonder, using the Data Loader, how could I export just the data from certain users.
Not if that is possible using the Data Loader, any suggestion is welcome.
Thank you.
First grab the users id that you want to export, then for example if you want to export data from Account then use this query
select id,ownerid from Account where ownerid in('00587jhhjh79hjj','00578nhg8hujj'.....), this should get u the records from account