Hi All,
We are using openDocument to link reports. We need to pass aroung 700 chars long information as prompt values to the target document (sub-report), and openDocument.jsp itself may add additional values to process the document.
For openDocument documentation suggests the functionality is limited by browser's URL limit (2083 for IE)
What is the maximum limit (no of characters) for parameters to be supplied in openDocument?
(I tired to figure this by passing values in simple prompts but time and again it varies from 400 - 600 charaters)
I have observed the final report display URL crosses the limit easily when supplied with a few hundred characters as prompt values.
PS:
I have also tried POSTING to the openDocument.jsp however ViewReport.jsp (which actually displays the report) uses all the parameter value as QueryString thus exceeding the browser URL limit.
Please suggest.
Kind Regards,
Rishi