Master-Child report in SQL*Developer

To create a Master-Child report in SQL*Developer:

1. Create Master report, just like you normally do any report.

2. Add a child report, and in WHERE condition add  a condition using :column    NOTE: It is case sensitive.

3. Then execute master report and click on the column value for which there is a filter in child report.