Hello,
I've created a report in my APEX application using Oracle Analytics Publisher.
I've created a report query and added 2 source queries to it + report layout + configured report fields in Word. Everything is ok, I am able to generate the report in my APEX app.
I am able to display a table for each row in RowSet1 (query 1) using Page as Break. But I am also trying to display RowSet2 (query2) values immediately after the first row in RowSet1 and NOT after all of RowSet1 values are displayed. RowSet1 and RowSet2 have a common column.
The final display should be
-
rowset1 first row
rowset2 rows related to rowset1 first row
-
rowset1 second row
rowset2 rows related to rowset1 second row
-
rowset1 third row
rowset2 rows related to rowset1 third row
Is this possible using Oracle Analytics Publisher?
Thank you!