0

Performance issues w/ large amounts of data

Hi all,

I'm having troubles making a report concerning the performance of Jet.
We would like to make a report that shows us the turnover (Sum) from the Sales Invoice Line per Vehicle. First of all we filter our Sum function on posting date to get the information per month. Secondly to receive the amounts per vehicle code we have to make a link from the Sales Invoice Line to the File table (File No. is the common field) because there we can find our Vehicle code back.
The problem is that our File table has a lot of data in it. So our link to the File table slows down our report. Report Run time = > 4 minutes = way to long…

Here's my formula:
=NL("Sum";"Sales Invoice Line";"Amount";"Posting Date";H$6;"Link=";"File Tpt";"File No.";"=File No.";"Vehicle";$E9)

Any idea how we can improve the performance of this formula?

Thanks,
Bert

2 comments

Please sign in to leave a comment.