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

How to import 3lacs record in excel?
I have a SOQL query which is returning approx(3 lacs) record. I want to import those record in excel can you please suggest some method/ways to do this?
I have tried using dataloader.io,query editor etc but no success.
One more question I was stuck in similar conditon when I am trying to delete those many records(3 lacs).
Thanks in advance.
I have tried using dataloader.io,query editor etc but no success.
One more question I was stuck in similar conditon when I am trying to delete those many records(3 lacs).
Thanks in advance.
https://workbench.developerforce.com/login.php
Extract the record in Bulk CSV
Thanks
It is not possible to extract records in lacs using workbench because it has some limitations like 50K records, Unknown asynchrnous state, request taking too long to give results if it has that many records etc plus bulk API restriction.
The option you mention is I already tried, I am not getting any solution even on stack exchange.
Thanks in advance if you can help.
Have you try reporting? just try to create report as per your requirement and then export it in excel.
Let me know if this help you.
Thanks
It worked to some extent but I am not getting in reports how to use IN operator. Please suggest something as I don't have much idea about reports in salesforce.
Thanks for the help.