How To Work With Large Dataset with more than 1000 records in report-js for vue 3

Stimulsoft Reports.JS discussion
parth.jariwala
Posts: 16
Joined: Thu Dec 12, 2024 10:12 am

Re: How To Work With Large Dataset with more than 1000 records in report-js for vue 3

Post by parth.jariwala »

Hello,

I am using Report JS Viewer and product version is 2024.4.5.

Thanks.
Lech Kulikowski
Posts: 7295
Joined: Tue Mar 20, 2018 5:34 am

Re: How To Work With Large Dataset with more than 1000 records in report-js for vue 3

Post by Lech Kulikowski »

Hello,

First - your report contains a huge number of rendering messages. You can check this with the ReportChecker designer.
Second - JSON contains a huge amount of data, in any case, building in js will take a long time.

Recommendation - split the report into parts.

Thank you.
Attachments
Screenshot 2024-12-23 143402.png
Screenshot 2024-12-23 143402.png (143.26 KiB) Viewed 4993 times
parth.jariwala
Posts: 16
Joined: Thu Dec 12, 2024 10:12 am

Re: How To Work With Large Dataset with more than 1000 records in report-js for vue 3

Post by parth.jariwala »

Hello,

Thanks for Your Response, the rendering messages you are talking about is just warnings, i do not think that it will affect the functionality and speed. Secondly can you please provide any example code about how to split reports and merge into final one???

Thanks.
parth.jariwala
Posts: 16
Joined: Thu Dec 12, 2024 10:12 am

Re: How To Work With Large Dataset with more than 1000 records in report-js for vue 3

Post by parth.jariwala »

Hello,

Thanks for Your Response, Can you share me example of how to bind data into the demo link you provided or I have to pass data to report using dataset and and regData method???

Thanks.
parth.jariwala
Posts: 16
Joined: Thu Dec 12, 2024 10:12 am

Re: How To Work With Large Dataset with more than 1000 records in report-js for vue 3

Post by parth.jariwala »

Hello,

I have existing MRT and want to pass large data to file. Also i can call my back end to get data and pass data to it. Can you show me a example code to make REST API call in data adaptors?? Because regData() method is taking too much time in readJson with regData().

Thanks,
Lech Kulikowski
Posts: 7295
Joined: Tue Mar 20, 2018 5:34 am

Re: How To Work With Large Dataset with more than 1000 records in report-js for vue 3

Post by Lech Kulikowski »

Hello,

We do not have such samples.

Thank you.
parth.jariwala
Posts: 16
Joined: Thu Dec 12, 2024 10:12 am

Re: How To Work With Large Dataset with more than 1000 records in report-js for vue 3

Post by parth.jariwala »

Hello,

So how do i overcome the issue i am facing right now? And i have to pass data using regData() and in some of MRT files we have relations also so while splitting report and merging into one report name of party comes more than one time and sometimes also got blank page in between.

Thanks.
Lech Kulikowski
Posts: 7295
Joined: Tue Mar 20, 2018 5:34 am

Re: How To Work With Large Dataset with more than 1000 records in report-js for vue 3

Post by Lech Kulikowski »

Hello,

Only split the report and data on several parts, and after rendering merge into one.

Thank you.
Post Reply