Feature #683
DataSet based report in Servoy 5
0%
Description
Hi,
Is there a way to generate dataset based report in Servoy 5?
Latest plugin version can't be used in Servoy 5 (it's not even visible in plugins list) and with older plugin version it causes exception
Regards
History
Updated by Rob Gansevles almost 12 years ago
- Status changed from New to Closed
Imre,
Report on dataset is a new feature, only available in latest plugin which depends on a current version of Servoy.
You could create a datasource from a dataset and use a foundset-based report on that.
Note that it will send all data in the dataset to the application server and query it back for the report, this may not perform well for big datasets.
Rob
Imre Tokai wrote:
Hi,
Is there a way to generate dataset based report in Servoy 5?
Latest plugin version can't be used in Servoy 5 (it's not even visible in plugins list) and with older plugin version it causes exceptionRegards