Hi All,
Is there any method in APEX to display a report output that contains more than 400 columns. The user needs to view the report in APEX just like an Excel sheet, but the report has over 400 columns.
In EBS, I developed an OAF page using a ref cursor, and it works there. But in APEX, I am not able to display it the application throws an error. I think APEX has a limitation where it can show only around 80–90 columns.
Is there any solution or workaround for this?
The user simply wants to see the report as a Classic Report, but the number of columns is very high.
If anyone knows a solution, please guide me.