0

Heirarchical queries in Jet Essentials

Is it possible to have hierarchical queries within Jet reports.
For example I need all children with their parents and the path from child to parent could go through different generations ?
Child A –> Parent A1 –> Grandparent A2
Child B –> Parent B1
Child C –> Parent C1 –> Grandparent C2 –> Great Grandparent C3

The output of the report should be
A –> A2
B –> B1
C –> C3

3 comments

Please sign in to leave a comment.