Oracle apex version : 5.0
In an HTML page say there are 2 iframes, the href attribute "src" value is the apex application link ie, showing 2 classic reports(which are there in same apex page and "sort" is enabled on those columns) in those iframe.
On load of that html page in any browser the reports shows up correctly, but when try to sort, the apex page item values are getting set to null except the ones which are predefined with default value.
As a result, the report condition not matching and blank space shows up in iframe. This happened even when tried using pagination, to get next set of data( ie, could be for all apex javascript calls ).
Need help in understanding why the page items getting reset(there are no processes or nothing written in apex page to reset apex page items null)? is it because there are session related problems since there are two reports running in same browser?
Need to have those reports work with sorting functionality.
Thank You