Page 3 of 3

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

Posted: Mon Dec 30, 2024 8:39 am
by parth.jariwala
Hello,

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

This way split report 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: Mon Dec 30, 2024 8:55 am
by Lech Kulikowski
Hello,

Yes.

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

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

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

Posted: Mon Dec 30, 2024 3:25 pm
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.

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

Posted: Tue Dec 31, 2024 6:55 am
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.

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

Posted: Tue Dec 31, 2024 8:44 am
by Lech Kulikowski
Hello,

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

Thank you.