I have A Report With DeviceID inputControls Which has 10 Millions Record ,
I am Not Able Run The Report Because Of this ,
Is There is any way to Achieve Pagination or Some Kind of Ajax Load For Inputcontrol Data?
Please Share If You Have Some Solution For Similar Kind Of Problem( I am using jasper server 6.1 Commercial Edition)
2 Answers:
Posted on July 14, 2015 at 12:12am
Why do you have million data for input control? Instead of using selection, use text field and let user enter the data.
Another option I've used is to use Visualize.js and to create custom input control with limitation. This is the preferred way because text input control doesn't support validation.
Do you have Any Link How it can be done in Visualize.js