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!

How to implement DRM functions in JavaScript ?

ShainshaJul 26 2017 — edited Aug 18 2017

How to implement DRM functions in JavaScript ?

DRM consist of many functions which can be used along with Formula. How can we use them in JavaScript ?

  • DualAncestorProp
  • HierNodePropValue
  • NodeExists
  • NodeInHier
  • NodePropValue
  • RangeListContains
  • IsNodeAbove
  • IsNodeBelow
  • IsNumeric
  • IsRangeListSubset
  • Length
  • ChangedBy
  • ChangedOn

Also how can we identify under which object which function comes (like Sys,node)?  Few can be straight forward in JS like Length function and few can be accessed by properties like ChangedBy, however in DRM it’s defined as function hence it should be accessible via some object.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 15 2017
Added on Jul 26 2017
4 comments
2,031 views