I have a report which includes some parameters. One parameter pulls a list of organizations for which to pull data into the report. There is another parameter which populates depending on which/how many organizations are chosen. When all organizations are chosen, the second parameter will cause a time out because there can be a lot of values that are returned.
Is there a way to load these values in batches so that there is no wait time in loading of parameter values?
One idea I was thinking was to load in batches (although this may not be an option).
Any ideas will be much appreciated.