Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

No Leaf level nodes!!!!! Help!

1063826Jan 30 2014 — edited Jan 30 2014

Hello Gurus,

I have inherited a half baked application and have little time to fix it.  Right now my major issue is that the previous developer set up DRM with no leaf level values.  Yes, I said that correctly,  Purposely set every node to limb.  I need to create a property to exist only at REAL parent levels.  This would be simple if the leaf nodes were identified.  I tried using Equals(Integer,#Children,0) and it returns True for all nodes, even when I evaluate a parent level node. What am I doing wrong?  Any recommendations for identifying a real parent level member?  A limb with children?  Any help is appreciated!

Thanks!

Comments

Murali Pasumarti

You are almost there, try the below,

Equals(Integer,PropValue(Core.Children),0)

(Or) you can execute a Query with #Children Equal 0.

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 27 2014
Added on Jan 30 2014
1 comment
1,027 views