AWM 10.1.0.4 - Sort Members

I have noticed in the "help" of AWM 10.1.0.4 that there is a sort members dialog box (where it is also possible to edit the sort criteria).
However I cannot locate it in AWM, could be so kind as to help me find where it is located.

The 'Sort Members dialog box' found in the Help is not yet exposed in AWM 10.1.0.4. This should have been removed from the Help.
So how do you control the sort order of a dimension in AWM 10.1.0.4?
1) Within the Create Attribute dialog box, create a sort order attribute with the attribute type as 'user' and the data type as 'text' or 'integer' for each hierarchy and apply it to its corresponding hierarchy. (Do not use the Default Order attribute type. Currently the OracleBI stack does not support it.)
2) Populate the dimname_attrname text variable (map and load from a source table or use OLAP DML):
limit CUSTOMER_HIERLIST to 'SHIPMENTS'
limit CUSTOMER to CUSTOMER_INHIER
limit CUSTOMER to hierarchy run -
'sort customer a customer_long_description(all_languages
\'AMERICAN_AMERICA\')' -
using customer_parentrel
CUSTOMER_SORT_ORDER_SHIP = convert(1000000+STATRANK(CUSTOMER),text,0)
3) Add a SORT_ORDER property to each dimname_hiername_hierdef object:
consider CUSTOMER_SHIPMENTS_HIERDEF
property 'SORT_ATTRIBUTE' 'CUSTOMER_SORT_ORDER_SHIP'
4) Do the same for each hiearchy in a dimension.

Similar Messages

  • Incorrect Sorting members in reports

    Hi experts,
    I need some help. We have created the Account dimension with 2 parents. When we expand the dimension account by rows, parentH1 is sorted like we desire (because we order right in dimension), however, when we expand parent H2, the order seems like parent H1 and we need to expand it different.
    We have already use sorting evdre option, but ordering by "ID" don't solve the problem because report shows first detail accounts and then parents (expansion order by id and parent id begins with "Y" character).
    We have thought on a workaround: create a property "ORDER" to order ID accounts, instead of ID.
    However I ask you how you solve this problem.
    Thank you in advance
    Gabriel

    Thank you very much for your help!
    However I have solve it sorting account members correctly on dimension. I have use this Best practice:
    I have divided the dimension in 3 block members:
    1) All basmembers
    2) Parents members of H1
    3) Parents members of H2
    Hope this help for anither person with same problem
    Gabriel

  • Sorting members using Load Rule Parent Child Method

    Hi all,
    I have a Product Dimension with around 7 gen's and wanted to sort Gen 3 members under parent (say CommProduct). All these members are initially loaded using Studio and i am trying sort Gen 3 members using a text file / Load Rule (Parent Child Method). I have "Allow Moves" ,"Allow Property Changes" and member sorting: None checked for the load rule. I tried updating the outline using the load rule, however the outline remains unchanged and members sorted by alphabets.
    Essbase Version: 11.1.2.3
    Current Hierarchy:
    Product 
               CommProduct
                                     A
                                     B
                                     C
                                     D
                                     E
    Hierarchy Wanted:
    Product 
               CommProduct
                                     A
                                     C
                                     E
                                     B
                                     D
    Dim Build Text File:
    Parent,Child,Aggregation
    CommProduct,A,+
    CommProduct,C,+
    CommProduct,E,+
    CommProduct,B,~
    CommProduct,D,+
    Any help would be highly appreciated.
    Thanks

    Can't you create a column where you can specify the desired order and build accordingly. I don't think you can achieve that using a load rule. Allow moves works only if the members are under a different parent. In your case it is the same parent.
    Regards
    Celvin
    http://www.orahyplabs.com

  • Sorting members within Currency and Value Dimension

    In HFM 9.3.1, how do you alphabetize the currencies within the value dimension? I tried sorting the members within the Currency dimension (because it is linked to the value dimension) and then loading the metadata to hfm as a replace. This works for Account and Entity members, however the currency dimension does not have a hierarchy (tree-structure) section in the metadata, so it does not work.
    Any advice or solution would be helpful.
    Thanks!

    I have added a new currency in HFM 9.3.1. I added it to the metadata in alphabetical order, and it is in alphabetical order when creating a grid or extracting the metadata, yet it is showing up at the top of the [Currencies] system member list availalbe in Custom1 and Custom2, and not in alphabetical order here.
    How can I resort this [Currencies} member list?

  • How to sort two different hierarchies in one dimension

    Does anyone know of a way to sort two different hierarchies in one dimension and still make drilling work correctly? We have two hierarchies in our item dimension; one called category and the other origin. Simplified, it looks like this:
    CATEGORY
    Hardware (100)
    ..PCs (100.100)
    ....PC 1
    ....PC 2
    ....PC 3
    ..Monitors (100.200)
    ....Monitor 1
    ....Monitor 2
    ....Monitor 3
    Software (200)
    ..Big (200.100)
    ....ERP package
    ....CRM package
    ..Small (200.200)
    ....Solitaire
    ....Mine Sweeper
    ORIGIN
    Vendor A (10)
    ..Site A1 (10.10)
    ....ERP package
    ..Site A2 (10.20)
    ....PC 1
    ....Monitor 3
    Vendor B (20)
    ..Site B1 (20.10)
    ....PC 2
    ....PC 3
    ....Monitor 1
    ....Monitor 2
    ....Solitaire
    ....Mine Sweeper
    ..Site B2 (20.20)
    ....CRM package
    We have numeric codes at each level above item which I represents the sort order (the number in parentheses at each level), and the items themselves should be sorted according to item number. I have implemented this (level code/item number) as an attribute in AWM making this the default sort order. However, as item is the lowest level in each hierarchy, I have only been able to list the items under the correct level in one hierarchy. As soon as I drill using the other hierarchy, the levels above item are sorted correctly, but the items appear at very odd places...
    The AWM documentation states that if default order is not selected on any attribute, hierarchies are sorted in the order they are created. Is there a way to control this order?
    Any input will be greatly appreciated!

    Hi,
    thank you for your answer. Yes, now I also find the class CL_SALV_WD_MULTI_CELL_EDITOR which could be used to set different UIE in one cell. But it is quite limited, just the following UIE could be used
    - LinkToAction 
    - LinkToURL    
    - FileDownload 
    - Button       
    - ToggleButton 
    best regards,
    Wenwen

  • Help with sort on OLAP cubes

    Hi,
    I have a requirement to provide a D4O report where one of the cube measures is sorted desc. As I have explored on discoverer, I don't think my problem will be solved on the report side.
    Can I create a sort on the cube but this sort will not affect the cube's default sort? This a new report requirement on an existing cubes and I was thinking if I can have a sort in the cube where it will not affect any of the existing reports. Do I need to create a new measure for this? If so, how will I populate the measure?
    Example:
    Dimensions : TIME, GEOGRAPHY, CUSTOMER
    Cube Measures: Amount1, Amount2, TotalAmount
    Desired output on the report:
    Crosstab report where the rows are : Customer , Amount1, Amount2, TotalAmount
    PageItem: Time and Geography
    Sort on Total Amount desc.
    How to populate a new sort-measure such that it will be for all hierarchies of the dimensions in the cube?
    Any help will really be appreciated.
    Cheers,
    Gina

    Hi Gina,
    This can in fact be done using Discoverer, within the Query Builder. But you cannot sort the cube, this does not make sense from an OLAP perspective. You need to define a sort for each of your dimensions.
    In query builder, in the "Selected" panel on the right side of the dimensions tab there is a "Sort" button at the bottom of the selected list. Clicking on this button will launch the sort dialog. Click on the "Sort Members By:" radio button to enable the buttons on the right side of the dialog, then click on the "Add" button.
    In the "Sort By" pulldown, you will find a list showing the available sort options, such as: name, attribute values, measures included in the query, and a "more" option that will allow you to select any measure not currently included in the query. If you select the requiered measure "Total Amount", set the "Direction" to descending then the last step is to determine the QDR for the sort - that is the dimension selections for the other dimensions that make up the measure "Total Amount". For any dimensions that are on the page edge, or where the dimension is to the left of the dimension being sorted when more than one dimension is in the row edge, the QDR selector will allow a "For Each" selection which will make the sort dynamic for those dimensions. This "For Each" feature seems to be nicely hidden and not really covered in any of the documentation but is a very powerful feature and can be used in query filters as well, such as Top 10, Bottom 10 etc. In this case, using it in a sort, as the user selects a new page member, the sort will be re-applied. For other dimensions, such as the column edge you will have to pick a specific dimension member.
    You will need to repeat this process on each of your dimensions - Time, Geography and Customer (as an FYI, I would expect Customer and Geography to be the same dimension?). When you apply the sort, it will adhere to the hierarchy for your dimension, so as your drill down the members at each level will be correctly sorted using the measure "Total Amount".
    Hope this helps.
    Keith Laker
    Oracle EMEA Consulting
    OLAP Blog: http://oracleOLAP.blogspot.com/
    OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
    DM Blog: http://oracledmt.blogspot.com/
    OWB Blog : http://blogs.oracle.com/warehousebuilder/
    OWB Wiki : http://wiki.oracle.com/page/Oracle+Warehouse+Builder
    DW on OTN : http://www.oracle.com/technology/products/bi/db/11g/index.html

  • Randomly sorting dimension values in 11g

    Hi, I know how (for a text dimension) to easily allow users to sort in ascending or descending order. I also know how to enforce a "default" sort order in the logical layer using a numerical column, etc.
    But I have Brio users that are used to picking up and drag / drop dimension values into whatever random order they want. Is there any way to mimick this in OBIEE (without asking the to create a hidden column where they put a huge case statement to figure out the order, etc.)? I know this wasn't possible in 10g, just wanted to know if there's some way to do it in 11g (doesn't seem to be, but maybe I'm missing something)
    Thanks!
    Scott

    No, that's moving entire dimensions around on a pivot table - not sorting members within a dimension.
    Let's say I have a time dimension with values Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec. For whatever reason, a user wants a table / pivot / whatever to show the dimension members in this order: Jul, Apr, Oct, Feb. Those values aren't sorted either alphabetically or by date order. So how would a user get this to happen?
    Thanks,
    Scott

  • Sorting by Member's Alias name during dimension build

    I dynamically build/update an Employee dimension each month. I want to sort the members by their alias name, which in this case is the employee name. Has anyone done this before? The data file which I'm using to build the outline is already sort by employee name. The problem I have is each month when I do an update build, all the new members drop to the bottom. The option in the load rule definition to sort members is no good because that sorts the member by their ID and not by their Alias.Thanks for helping!!Peter

    The best method is to clear all the members of the dimension and rebuild the entire dimension from scratch.This can be done manually through the Outline editor from the Essbase Applicaiton Manager or using an Incremental Build Dim from Esscmd or Maxl.Using Esscmd you it would be easiest to have a dummy build file with a single member and process that file first then process the real file. Use the remove unspecified option and set sorting to none. Regardless of method do NOT restructure the data between deleting all the old members and processing the updated file.If you restructure between these steps you will need to reload all data.Joseph HoganSenior Essbase Lead ConsultantHyperion Solutions203.703.3300 x6364

  • SmartView Sorting

    Hi Experts
    I'm trying to sort and submit data using smartview. According to SV doc:
    "+You can change the order of the dimensions in the row or column. For example, if the data+
    +form had Entities and Accounts on the row, and you reverse this order and submit the data+
    +form, when you save the data form, all the data is written to the correct members.+"
    I can turn off data sheet protection, sort data put some numbers. But when I click submit previous sort is back and data is saved according to previous sorting.
    I would be grateful for any tip.
    Regards.

    Hi
    I have read the passage in the documentation that you refer to and I cant actually see any reference to sorting members.
    It DOES state that you can change the order of the dimensions but doesn't state that you can change the order of members.
    You dont mention your SV version, but we are on 11.1.2.1 and had found that sorting members on a dataform then submitting always submitted data based on the original intersections/orders when first opening the form; therefore im not sure if what you are trying to do is possible.
    I guess as an alternative you could re-sort the members as desired within the form design (although I guess this depends upon how you have generated the member list in the form design, and whether the alternative sort order requirements can vary from user to user). Or perhaps you could set up an SV retrieve with the required intersections and use this to submit your data, although you do then lose the control that a dataform provides.
    Thanks
    JB

  • Questions on prompts

    All,
    I am on 9.3.1. Couple of questions on prompts.
    Is it possible to define a prompt once and use in several reports (like Global RunTimrPrompts in Businessrules)?
    From the choice list, Can I limit users the select only one member (member instead of members, like BusinessRules)?
    In the choice, to limit promts, when I select descendants of promt and Not Level0 members, loosing the tree structure and displays list (in BusinessRules I don't loose tree structure)?
    In the choice list, if I say descendants of a member or genX or children or match etc, can the result be sorted? in FR studio I am able to sort, how can I save this view option to the report? or How can I sort in workspace?
    Row1 Prompt, Row2- Parent of row1 gives 5200 : Error executing query: server/app/db//Error(1001005) Unknown Member [Same As Row  2] in Report.
    Any alternate solution?
    Dimension Geography is Prompt, Page is set to Children of Prompt, On a row I need the children of selection on Page.
    From the prompt if user selects US, Dropdown in the page shows all Regions (NorthEast,South,West etc). If user selects NorthEast, the rows will be NY,NJ,NH,CT etc. How can this be achieved?
    Thanks

    From the choice list, Can I limit users the select only one member (member instead of members, like BusinessRules)?
    *Yes you can. After prompt, you can choose to limit user by choose member in member list. It will limit choose when user open prompt.
    (Default member is to choose the default. Member list is list that user can choose)*
    My question is from the list they can choose one or more members. But I want them to be able to select only one member from the list (not more than one)
    I don't know how to do this as well. Thanks.
    In the choice list, if I say descendants of a member or genX or children or match etc, can the result be sorted? in FR studio I am able to sort, how can I save this view option to the report? or How can I sort in workspace?
    In FR there are function sortHierarchy. You can select that to sort
    SortHierarchy sorts members in outline order. I want alphabetical order (not outline order)
    sorry, don't know how to do that.
    Row1 Prompt, Row2- Parent of row1 gives 5200 : Error executing query: server/app/db//Error(1001005) Unknown Member [Same As Row 1] in Report.
    Any alternate solution?
    The member might be isn't data. It maybe text or function (it probably because when you edit you're reporting and missed to change that). Or probably Row 2 is also refer to another row
    Row1- Prompt
    Row2- Parent of [same as Row1] gives the error as mentioned.
    From what I learned, it can't be done. Parent of same as Row 1 can't be done. I'm having the same problem as you right now (using FR 11.1 to get the name of prompt in function Descendants of Prompt for product).
    *sorry can't help                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Error while running SortMember utilitty in 11.1.2.1

    I am looking to automate the process of sorting the members during the metadata build by running the SortMember utility. But I am getting a message when trying to execute the utility
    Message - RMI port should have a numeric value
    Syntax - SortMember.cmd servername admin password appname incomestatement descendants ascend
    Does anyone know what needs to be done in order to make it work ?
    Thanks in advance

    There is a way you can sort members using Planning UI. From next metadata refresh it should be the same order irrespective of source file member order.

  • Excel / VB -  numeric member

    I have a report workbook that runs a report script (vb) to return ranked and sorted members. These members are then placed on separate worksheets an additional retrieval is done. The account member is a variable in the workbook. Using the list function and v lookup. The user can pick the report name and the appropriate essbase member is returned.The problem I am running into is the member names in the account dimension are numeric and alpa. When selected the alpha members run and give the correct result. However when the numeric members are selected the report script does not run correctly. If I use a ' before the member name or "membername" in quotes i can get the the report script to work and return the correct members but the data values are incorrect.Does anyone have any suggestions on how to handle these exceptions? Appreciate any ideas.Thanks,S.

    When I've had to do this I found that sorting your vlookup table alphabetically should take care of it.I found when using just alpha, or combining alpha and numeric - that the vlookup range needed to be sorted alphabetical and then everything worked fine.Hope this helpsMark

  • Planning utility

    Hi,
    under the folder Planning\bin ypu can find a lot of utility like:
    SortMember.cmd
    UpdateUsers.cmd
    MemberFormulaSync.cmd
    and so on...
    Unfortunately i can't find in the documentation (Planning Admin Guide) how these utility works (except for import/export security)and in which way it's possible use its.
    Does anybody works with that utility?
    Where can i find any documentation on it?
    Thanks in advance
    Stefano

    Hi,
    Provision Users
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_cas_help/frameset.htm?apfs03s03.html
    Sort Members
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_hp_admin/frameset.htm?ch11s06s04.html
    Cube Refresh
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_hp_admin/frameset.htm?ch11s06s01.html
    Import Export Forms
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_hp_admin/frameset.htm?ch07s14.html
    Delete Shared Descendants
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_hp_admin/frameset.htm?ch11s06s05.html
    Unlock App
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_hp_admin/frameset.htm?ch04s02.html
    Update Users
    If you move users and groups, their identities (SIDs) change, and unless you synchronize their identities between Planning and Shared Services, their assigned access permissions are lost.
    UpdateUsers.cmd utility with update the SIDs in Planning with Shared Services
    Usage :- updateusers.cmd serverName adminName passWord applicationName
    http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/ch03s11.html
    Member Formula Sync
    Will sync the formulas in a planning application with essbase
    Usage :- MemberFormulaSync /A:appname
    Hope this helps
    Cheers
    John

  • ASO Concept Question

    Hi,
    I noticed that we have a Dimension sort order and Dimension solve order in ASO Cube ?
    1) Can you please let me know the difference between them ? I have always felt ASO as a grey area.
    2) How does the ASO perform calculation ? Is the calculation order similar to BSO?
    Any help or document link is really appreciated.
    Regards,
    Thms

    Go through admin guide as mehmet mentioned.
    for your above questions
    1. Sort order is to sort members in a hierarchy. Solve order is something like two pass calculation in BSO. You can specify order to calculate dynamic members by giving solve order.again, For more info refer admin guide.
    2. ASO does not support calculation scripts as BSO do. You can design member formulas and scripts using MDX scripting language.

  • Awm 11g - sorting dimension

    Hi,
    I've searched in the forum and found this thread
    Sorting Dimension Values in 11g AWM
    but it doesn't answer my question.
    I have a Dimension (that happens to be a time dimension not defined as such) defined as a time dimension with values like JAN07, FEV07, MAR07, and when listing the members they appear as FEV07, JAN07, MAR07.
    I created an attribute with integers that match the desired order (assigned them to the lowest hierarchy level) and selected it for "sort attribute".
    In the dimension's property window, we can define a "sort attribute". This however does not change any of the results.
    Even checking the actual data in the created view, shows a view column named dim_order. This does not reflect the defined "sort attribute".
    Anyone has any idea how to workaround this? The mentioned workaround in the thread works (I believe) for a time dimension. And for other dimensions?
    Thank you for your time.
    Best Regards,
    João Pinela.
    Edited by: Pinela on Sep 12, 2011 4:10 PM
    Edited by: Pinela on Sep 12, 2011 8:07 PM
    Edited by: Pinela on Sep 12, 2011 8:33 PM

    There were a number of problems in this area.
    Release 10g had the ability to order dimensions based on a custom attribute, but this feature did not make it to the rewritten 11.1 code. This missing code was added for release 11.2, but there were a few bugs. Here are some that I know about
    Bug 11694245 Custom sort order doesn't work for initial dimension compile
    This was an odd case where the custom order was ignored the first time a dimension was built, but was used for subsequent builds. It did not happen consistently and appears to have been fixed as of release 11.2.0.2.
    Bug 11694194 OLAP API queries don't respect dimension custom order
    This was a display issue in the AWM hierarchy viewer. The order had been applied, and you could see the correct values through the HIER_ORDER column in the hierarchy view, but AWM still showed dimensions listed alphabetically. I expect this is what you have hit. It has been fixed in the newly release 11.2.0.2 OLAP B Patch (patch number [url http://aru.us.oracle.com:8080/ARU/ViewCheckin/process_form?bug=12813874]12813874 )

Maybe you are looking for

  • Need help in OBIEE

    Hi All, we had requirement the users want to see the menu screen and column names in different languages. one more requirement is to find the avg sales. avgsales=sales/diff days diff days= To_date-From_date(but these dates are user giving dates) Plea

  • Printing to PDF-text is changed because of font

    I've been trying to print files to PDF, but everytime I do so using the Segoe UI font, the text is distorted into a jumble of letters in a different font. Is there anyway to prevent/fix this? Included is an image of a test PDF I created for this post

  • FCP freezing and crashing to Desktop

    Hi everyone. I'm a little stumpted by a situtation I have. I'm new here so please be patient with my lack of understanding/knowledge. I have a Mac Pro with FCP 7.0.3 installed on OSX 10.7.5 whenever I use it, occasionally (on average every hour) my F

  • Shared Services Config

    On server one I have EPM 11.1.2.1, except Essbase On server two I have EPM 11.1.2.1 Foundation, with Essbase How does Shared Services get configured so that I can connect from Server One to Server two? I have a native user and I can connect via EAS f

  • SEM BPS Audit trail/security

    Hi guys, I have just finished configuring SEM-BPS but my client wants an audit trail on all the transactions in the same component. We are using planning folders to enter plan data which sits on infocubes created in BW/BI. When a user enters plan dat