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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to handle the Sort order in DRM.

Ques: After Importing the metadata file members are sorted in Alphabetical order not in the order of Import file.
Answer: Like we imported the file and the member or Period hierarchy are Q1, Jan, Feb, Mar.
After load if we are checking the member it is coming as Period hierarchy
Q1->
Feb
Jan
Mar.
it is not as expected. The data in Import file is Period hierarchy
Q1->
Jan
Feb
Mar.
To handle the problem we have to follow the below steps.
First create a cusotm property and assign it to the Core.StandardHierSort.
Please follow the below screenshot.
Create a Custom proeprty Sort_ID
image.pngAssign Custom.Sort_ID as default value to Core.StandardHierSort
image.png

Comments