Page 1 of 1

Using Hierarchical Databand / possible bug

Posted: Thu May 13, 2010 12:34 pm
by chris.procter
A note to anyone using the hierarchical databand; I didn't realize from the demo that the band only works if the "Parent Value" is set to the Id of the parent item (in the demo, the Parent Value is empty, but the Id of the parent entry is null, so that's why it works). :brick:

While playing around however, I found some odd behaviour for the band (possibly a bug?). For example, using the Demo report "Tree", if you put drag the Employee datasource above the HeirarchicalBand1 (making a regular databand), then the Heirarchical band will print it's contents flat, regardless of the Parent Value. You can disable the regular databand, and it still has this effect.

Using Hierarchical Databand / possible bug

Posted: Thu May 20, 2010 9:28 am
by Jan
Hello Chris,
A note to anyone using the hierarchical databand; I didn't realize from the demo that the band only works if the "Parent Value" is set to the Id of the parent item (in the demo, the Parent Value is empty, but the Id of the parent entry is null, so that's why it works). :brick:
Its true. We have used Employees table for this report. In this table parent key is null.
While playing around however, I found some odd behaviour for the band (possibly a bug?). For example, using the Demo report "Tree", if you put drag the Employee datasource above the HeirarchicalBand1 (making a regular databand), then the Heirarchical band will print it's contents flat, regardless of the Parent Value. You can disable the regular databand, and it still has this effect.
Problem fixed. Patch will be available in build from 24 May.

Thank you.