Page 2 of 3

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

Posted: Fri Dec 20, 2024 5:42 am
by parth.jariwala
Hello,

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

Thanks.

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

Posted: Mon Dec 23, 2024 1:35 pm
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.

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

Posted: Tue Dec 24, 2024 5:09 am
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.

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

Posted: Tue Dec 24, 2024 12:12 pm
by Lech Kulikowski
Hello,

Please check the sample:
https://github.com/stimulsoft/Samples-R ... 20One.html

Thank you.

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

Posted: Wed Dec 25, 2024 9:01 am
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.

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

Posted: Fri Dec 27, 2024 10:23 am
by Lech Kulikowski
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.

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

Posted: Fri Dec 27, 2024 11:09 am
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,

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

Posted: Mon Dec 30, 2024 8:19 am
by Lech Kulikowski
Hello,

We do not have such samples.

Thank you.

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

Posted: Mon Dec 30, 2024 8:31 am
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.

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

Posted: Mon Dec 30, 2024 8:34 am
by Lech Kulikowski
Hello,

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

Thank you.