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!

I am trying to write a formula in DRM to strip :Shared-**** as below.

User_3A8GLAug 25 2022 — edited Aug 25 2022

If(HasCharacters(PropValue(Core.Abbrev),[:]),ReplaceStr(PropValue(Core.Abbrev),:Shared-****,"",TRUE))
Syntactically it is valid. But it is not stripping my node with Shared value. I cant use Sharednodeflag filter or the Primary node name in the columns tab to filter. I need the shared nodes to get stripped and its immediate parent needs to be called when ParentPropValue(Core.abbrev)
What am I missing ?

Comments