Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL Developer Reports: How to split screen for multiple child reports

Leonardo SaulloJun 15 2018 — edited Jun 18 2018

Dear specialists

In this example, I have one parent report which has two reports attached to it.

The child reports are showed as tabs below the parent grid, but i can only one child at time.

Is it possible to split the child screen and show both at same time?

2018-06-15 10_19_20-Oracle SQL Developer _.png

<?xml version="1.0" encoding="UTF-8" ?>

<displays>

<display id="0284bf41-0164-1000-8001-0a00000b1bf5" type="" style="Table" enable="true">

\<name>\<!\[CDATA\[Parent report\]\]>\</name>

\<description>\<!\[CDATA\[\]\]>\</description>

\<tooltip>\<!\[CDATA\[\]\]>\</tooltip>

\<drillclass>\<!\[CDATA\[\]\]>\</drillclass>

\<CustomValues>

    \<TYPE>\<!\[CDATA\[horizontal\]\]>\</TYPE>

\</CustomValues>

\<query>

    \<sql>\<!\[CDATA\[select 'Parent Report' WhoIAM from dual\]\]>\</sql>

\</query>

\<display id="null" type="" style="Table" enable="true">

    \<name>\<!\[CDATA\[Child 1\]\]>\</name>

    \<description>\<!\[CDATA\[\]\]>\</description>

    \<tooltip>\<!\[CDATA\[\]\]>\</tooltip>

    \<drillclass>\<!\[CDATA\[\]\]>\</drillclass>

    \<CustomValues>

        \<TYPE>\<!\[CDATA\[horizontal\]\]>\</TYPE>

    \</CustomValues>

    \<query>

        \<sql>\<!\[CDATA\[select 'Child Report 1' WhoIAM from dual\]\]>\</sql>

    \</query>

\</display>

\<display id="null" type="" style="Table" enable="true">

    \<name>\<!\[CDATA\[Child 2\]\]>\</name>

    \<description>\<!\[CDATA\[\]\]>\</description>

    \<tooltip>\<!\[CDATA\[\]\]>\</tooltip>

    \<drillclass>\<!\[CDATA\[\]\]>\</drillclass>

    \<CustomValues>

        \<TYPE>\<!\[CDATA\[horizontal\]\]>\</TYPE>

    \</CustomValues>

    \<query>

        \<sql>\<!\[CDATA\[select 'Child Report 2' WhoIAM from dual\]\]>\</sql>

    \</query>

\</display>

</display>

</displays>

Thank you!

Leo

This post has been answered by thatJeffSmith-Oracle on Jun 15 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 13 2018
Added on Jun 15 2018
1 comment
614 views