Standard Reports - Setting result set limit

Which IIQ version are you inquiring about?

8.4

Share all details about your problem, including any error messages you may have received.

Due to the amount of data in our instance, it’s possible for a user to submit a report that returns millions of records which takes considerable time and server resources which impacts system performance. Is there a way to liimt the report filters or the report result set to prevent users from submitting large data-set reports?

@duhaimej is this not helpful ?

QueryOptions.setResultLimit(int limit)

That works in custom reports. But we’re looking for a way to limit SailPoint provided reports.

@duhaimej
you can control by reportingResultRowThreshold setting in system configuration. pls check if that works for you.

Thank you. Can you provide a link to the documentation on the implementation of that setting?

I am not sure if sailpoint has mentioned in any doc but you will see in init.xml file.

it might has some details.