How To Work With Large Dataset with more than 1000 records in report-js for vue 3
-
- 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
Hello,
I am using Report JS Viewer and product version is 2024.4.5.
Thanks.
I am using Report JS Viewer and product version is 2024.4.5.
Thanks.
-
- Posts: 7294
- 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
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.
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 (143.26 KiB) Viewed 4940 times
-
- 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
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.
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.
-
- Posts: 7294
- Joined: Tue Mar 20, 2018 5:34 am
-
- 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
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.
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.
-
- Posts: 7294
- 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
Hello,
You can use the regData() method:
https://www.stimulsoft.com/en/documenta ... _files.htm
or connect data adapters:
https://www.stimulsoft.com/en/documenta ... _bases.htm
Thank you.
You can use the regData() method:
https://www.stimulsoft.com/en/documenta ... _files.htm
or connect data adapters:
https://www.stimulsoft.com/en/documenta ... _bases.htm
Thank you.
-
- 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
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,
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,
-
- Posts: 7294
- 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
Hello,
We do not have such samples.
Thank you.
We do not have such samples.
Thank you.
-
- 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
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.
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.
-
- Posts: 7294
- 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
Hello,
Only split the report and data on several parts, and after rendering merge into one.
Thank you.
Only split the report and data on several parts, and after rendering merge into one.
Thank you.