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,
https://github.com/stimulsoft/Samples-R ... 20One.html
This way split report and merge into final One??
Thanks.
https://github.com/stimulsoft/Samples-R ... 20One.html
This way split report 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,
In the link of splitting and merging report there's no implementation of regData() or readJSon() method. Will it work with chunk reports?
Thanks.
In the link of splitting and merging report there's no implementation of regData() or readJSon() method. Will it work with chunk reports?
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 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.
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.
-
- 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 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.
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.
-
- 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,
Please send us your request with a detailed description on support@stimulsoft.com.
Thank you.
Please send us your request with a detailed description on support@stimulsoft.com.
Thank you.