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,

https://github.com/stimulsoft/Samples-R ... 20One.html

This way split report 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,

In the link of splitting and merging report there's no implementation of regData() or readJSon() method. Will it work with chunk reports?

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,

You can as directly add sql sources with filters for each part of the report, or split data and use RegData() method. As you need.

That sample just shows how to merge reports into one. You implement the specific code for your requirements yourself.

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,

I want to apply filters from code and want to sort data. How do i achieve my requirement.

The issue i am facing right now is i have three JSON object and they are inter linked with relation in MRT file. I am making individual report of 500 records with single report and then looping over existing records and create new report with 500 records and merge into initial report. In this functionality one party has 50 records and they are splitted in chunks so for every party their records are in different chunks and party name is showing duplicate party name with different count of records.
This issue is i am facing with every partyname.

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,

Please send us your request with a detailed description on support@stimulsoft.com.

Thank you.
Post Reply