• Rahul Gupta 194
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 3
    Replies
Hi ,

I am getting error that offset cannot return more than 2000 rows.
Any work around for this.how to get this resolved.

Best Regards
Rahul
Hi All, 

I have requirement I want to fetch data of 20k+ Records in CSV through  Batch class Can some one help me?

Please Help Need Urgently.
Best Regards 

 
I have a list that has 14k records that i am able to display in table through pagination. Now i want to Downlaod the records in Excel on click of button So  i am using Another page by page reference with same controller and passing the list in apex repeat .
But it is showing  error:
Collection size 14,371 exceeds maximum size of 10,000
Any way how can I get this problem Resolved .
 
How to query account on basis of profile i.e.
I want to see how many records have been edited by system admin or any other profile

Thanks in Advance ...
Please help
Hi ,

I am getting error that offset cannot return more than 2000 rows.
Any work around for this.how to get this resolved.

Best Regards
Rahul
I have a list that has 14k records that i am able to display in table through pagination. Now i want to Downlaod the records in Excel on click of button So  i am using Another page by page reference with same controller and passing the list in apex repeat .
But it is showing  error:
Collection size 14,371 exceeds maximum size of 10,000
Any way how can I get this problem Resolved .