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?

<?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