Forum Discussion
Heena_9980400
1 year agoHelper IV
Assistance Required for Resolving URL Character Limit Issue in Paginated Report
Hi Team, I hope this email finds you well. I am reaching out for assistance in resolving an issue I am encountering with a paginated report. The report is designed such that, after selecti...
rohit1991
1 year agoSuper User
Hi Heena_9980400 ,
Your report exceeds the 2040-character limit due to long parameter lists.
Solutions:
-
Reduce URL Length:
- Pass IDs instead of names
- Use abbreviations
- Limit selections instead of "Select All"
-
Use Drillthrough Reports:
- Avoid long GET URLs
- Pass parameters through report actions
-
Store Selections in SQL:
- Save selected values in a temporary table
- Pass a Session ID instead of long lists
-
Optimize "Select All":
- Pass a default value ("All") instead of listing all selections