Code: Select all
I want to get report like this:
Code: Select all
One
One-One
One-Two
One-Three
Two
Two-One
Two-Two
Two-Three


Link to report file (.mrt)
...but I got an empty page as result.
(By the way a similar test on SQL data source works well)
Questions:
1. How does StimulReport support XML hierarchical data? - I guess it does over relation between outer and inner elements (using automatic implicit ID fields - Master.Master_Id and Child.Master_id). Does it work properly? - If does, where was I wrong?
2. Is there another way to work with such XML hierarchical data?