Forum Discussion

V55's avatar
V55
Helper I
7 years ago

Getting error for huge records - Evaluation resulted in a stack overflow and cannot continue

I have a table with lakhs of records. 'Time' is one of the fields. I have created a function fetchlatest to get the latest record based on 'time'. As you can see in the below code, the function basic...