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
370
UltraTree: recognizing root by "Parent_ID = ID" instead of "Parent_ID IS NULL
posted

Hi all,

in my application A, a reflexive parent-child datatable provides data for an UltraTree. This works well as long as the hierarchy is built up using "Parent ID IS NULL" for root entries.

In a different application, B, the roots are identified by "ID = Parent_ID". So I need to change the comparison UltraTree uses to find root nodes.

Is there a way to do so?

Thx

Martin

Parents Reply Children
No Data