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!

Requirement is, need to extract a text file for 2 columns of Dimension and Node Name.

User_6D6LHDec 10 2022

Suppose the Dimension Member name is "Entity", it has to be populated as "ENTITY" and we should also have another value as "ENTITY2". All the Entity nodes should be populated for these two members.
eg:
Entity value are : E100, E200 and E300
Extract should be:
ENTITY E100
ENTITY E200
ENTITY E300
ENTITY2 E100
ENTITY2 E200
ENTITY2 E300

Comments