How do I test if a node on an apex tree is a leaf node? I don't want to display tree nodes that are equal to a specific tree "level" and are leaf nodes. The LEVEL pseudo column seems to work OK but I get an error using CONNECT_BY_ISLEAF.
thanks in advance
Paul