Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
222
Recursion
posted

I had this working with the Ultratree, but it's stopped working.  The dataset is complex w/ multiple relations off the same table.  One of them is recursive, and that is what I want to show in the tree.  It refuses now to show the recursive relation, where it was showing it before I added other relations.  I'm extremely frustrated with this and under a time crunch.

Any help would be appreciated.

 

Parents
No Data
Reply
  • 222
    posted

    What's breaking this are other relations within the dataset--relations to other tables within the dataset.  I don't want these relations in the tree, so I've deleted them from the columnsets, but that doesn't make any difference.  The other thing is if I set ShowBandNodes to "always" it'll show the recursed nodes with separator bands, which I don't want because it adds unnecessary levels to the tree.

     

Children