Maximum number of List of Values for BI Publisher parameter?
I have a BI Publisher report with a parameter that gets its list of values from a SQL query. If the list of values exceeds 1000, the report returns an error: "error occurred on retrieving data xml"... but if the list is <= 1000 rows, then the report is fine.
Is 1000 the maximum number of rows a list of values of a parameter can have, or is there a way around this?