Using Report Definition for custom aggregation, any limitation? E.g. 10K records?
Hi,
I am using Report Definition to get a list of records that satisfy a given criteria for my custom aggregation and computation (by looping through this list). This is not meant for displayed in the Report Browser.
So far, there is no issue, but I would like to know whether the number of records returned would be truncated? E.g. if the number of returned records is 20000 (for example).
I understand that there is a "Maximum number of rows to retrieve" in the Data Access tab, is there a limit to this entry? Or is this capped by the "pyMaxRecords" in the DSS?
If I were to set "Maximum number of rows to retrieve" as 0, would it enable me to get all the data for iteration?
Thanks and regards,
Jacky