Hierarchy table sort order no longer required in 11.1.1.3?

Hi guys,
I am working on loading Dimensions through EPMA interface tables. Hyperion version 11.1.1.3. The sort order for the records was not in line with the hierarchy. Still the dimension got loaded without any errors. I remember in the older versions we would have to have the records in the hierarchy table in the right order for the metadata to get loaded properly.
Just wanted to confirm if this is a 11.1.13 version enhancement and not something that I am missing.
Thanks.

Hi Luc,
I have checked our bug DB, but couldn't find any bug that would explain a change in behavior of processDatabaseChangeNotification() in 11.1.1.3
On the contrary, we have been working on issues related to NPE during its execution recently (fix will be included in JDev 11.1.1.4.0).
Could you create a Service Request in "My Oracle Support" and upload your sample ?
We will have a look.
Regards,
Didier.

Similar Messages

  • Hierarchy display Sort Order setting "As in hierarchy" in BEx not working.

    Hi Team,
    We are using SAP BW 7.0
    In a Query the property for Sort Oder of Hierarchy is set as "As in the hierarchy" for WBS_ELEMT.
    Example data as per R3:
    HierarchyID   hierarchyDescription
    4       Four
    2       Two
    1       One
    3       Three
    5       Five
    The setting of sort order by"KEY" with "Ascending" is working fine.
    The setting of sort order by"KEY" with "Descending" is working fine.
    The setting of sort order by"Description" with "Ascending" is working fine.
    The setting of sort order by"Description" with "Descending" is working fine.
    BUT the setting of sort order by "As in the hierarchy" is not effected. 
    In other words, i am able to set it and save & run.  But the result does not have the effect.  It holds the previous setting.
    Is there any pre-requisite to have this setting.
    Please help.
    Regards
    BaaRaa.

    HI Baa Raa,
    This should work, have you tested this on the latest patching by upgrading one machine to :
    gui patch 18 for gui 7.10
    frontend patch 12.01 for 7x tools and gui 7.10
    and
    frontend patch 9 for 3x tools and gui 7.10
    best regards
    Orla.

  • Internal Table Sorting: Order alphabetic letters first then Numarics

    Hello Guys,
    I am guessing this might be very simple.
    After sorting my internal table looks like
    TS1
    TS2
    TS3
    TSA
    TSB
    TSC
    I want it to be like
    TSA
    TSB
    TBC
    TS1
    TS2
    TS3
    Any ideas.
    Thank you.
    Sharat.

    Dear Sharat,
    No explicit option in SORT is available for your requirement.
    Separate records of Alphabetic letters and Numbers. Sort them individually and move them into final internal table.
    Write some code as below
    DATA: BEGIN OF itab OCCURS 0,
          str TYPE string,
          END OF itab,
          wa LIKE itab,
          l_len  TYPE i,
          itab1 LIKE itab OCCURS 0,
          l_sytabix TYPE sy-tabix.
    wa-str = 'TSB'. APPEND wa TO itab.
    wa-str = 'TS2'. APPEND wa TO itab.
    wa-str = 'TS3'. APPEND wa TO itab.
    wa-str = 'TSA'. APPEND wa TO itab.
    wa-str = 'TSC'. APPEND wa TO itab.
    wa-str = 'TS1'. APPEND wa TO itab.
    *Separate records of Alphabetic letters and Numbers
    LOOP AT itab INTO wa.   " ITAB contains all records
      l_sytabix = sy-tabix.
      l_len = STRLEN( wa-str ).
      l_len = l_len - 1.
      IF wa-str+l_len(1) CA '0123456789'.
        APPEND wa TO itab1.
        DELETE itab INDEX l_sytabix.
      ENDIF.
    ENDLOOP.
    SORT itab.   " Sort records of Alphabetic letters
    SORT itab1. " Sort records of Numbers
    APPEND LINES OF itab1 TO itab.  " After sorting, move into final table

  • EA 19 Table Sorting

    I've downloaded adf faces ea19. In its documentation is descripted
    this feature:
    <<Aspect API
    A new Aspect API (this name will likely be changed in upcoming
    releases) lets component changes
    persist across requests. For example, the sort order of a table or
    expansion of a tree can
    automatically be restored for you when you return to a page. This API
    is currently not active by
    default, but has been turned on in the demo bundle with the
    oracle.adf.view.faces.ASPECT_PERSISTENCE
    context parameter. See the Javadoc and the enclosed demos for more
    information.>>
    I'm very interested to preserve the sort order in my pages with
    tables, so I've add the follow lines in web.xml:
    <context-param>
    <param-name>oracle.adf.view.faces.CHANGE_PERSISTENCE</param-name>
    <param-value>session</param-value>
    </context-param>
    But I think ASPECT_PERSISTENCE doesn't work.
    The table sort order is not preserved, no change respect the
    precedent adf version.
    Anyone with some ideas about this problem?
    Thank you

    I think Tomahawk is the way to go here.
    Tomahawk allows sorting of data in the data table.
    For action based on row selection, you need to invoke java script function
    using rowOnClick attribute of t:dataTable and then make a hidden command button "click" from
    the java script.
    Regards,
    Joshua

  • How to Sort Dimension in Pivot Table via Order Column which is changing like Factual values

    Hi,
    Recently in of our product offerings we got stuck on this following question:
    How to Sort Dimension based on the Order Value which Keeps Changing with Factual Values??
    We have a data source laid out as (example)
    In the above the “Order” columns are changing per
    Company/(DimensionA) for DimesnsionB.
    Instead what we want is: (But only if we can get the following result without putting the “Order” Column in the “Values” Section. 
    If there are any configurations that we can make to our power pivot model for the similar data set so that the
    DimesnionB in this case can be sorted by the Order column, would be greatly helpful to us. 
    Sample File:
    http://tms.managility.com.au/query_example.xlsx
    Thanks
    Amol 

    Hi Amol,
    According to your description, you need to sort dimension members in Pivot Table via order column, and you don't want the order column show on the Pivot table, right?
    Based on my research, we can sort the data on the Pivot table based on one of the columns in that table, and we cannot sort the data based on the columns that not existed on the Pivot table. So in your scenario, to achieve your requirement, you can
    add the column to pivot table and hide it.
    https://support.office.com/en-gb/article/Sort-data-in-a-PivotTable-or-a-PivotChart-report-49efc50a-c8d9-4d34-a254-632794ff1e6e
    Regards,
    Charlie Liao
    TechNet Community Support

  • BPC 7.5NW: Hierarchy Upload from BW - Sort Order

    Hi,
    we are currently updating from BPC 7.0NW to 7.5 NW SP10. (BW has been upgraded to 7.02 SP09)
    As master data and hierarchies had been uploaded using the coding from 'HowTo Upload automated...' so far, we now have to use standard Data Manger packages.
    Maintaining packages and package links was successful. Everything works fine so far.
    The only problem are Hierarchies, better the sort order of hierarchie nodes. At the moment they are always sorted in an alphabetical order.
    We introduced property MBR_SEQ to all dimension using program UJA_MIGRATE_MBR_SEQ.
    We loaded hierarchies with different settings.
    Searching SDN and SAP Notes lead to notes 1603352 or 1581331.
    But manually changing hierarchies each time, new members are assigned, is not an option!
    Do I miss any option in the selection screen of the Data Manager package?
    Are there any options in transformation or conversion file?
    Thanks and regards
    Steve

    For your Information...
    We were now adviced to include parameter DM_KEEP_SRC_SEQ with value Y in AppSet parameters (Web-Administration).
    Please have a look at note '1626929 - Keep hierarchy sequence for Load Hierarchy from BW package'.
    It works!
    For the first hierarchy to be uploaded...
    If there are more than one hierarchy defined for upload, only the first hierarchy is sorted correctly, all following ones are sorted alphabetically again.
    Regards
    Steve

  • IPhone no longer syncs playlists in the same sort order as iTunes

    iPhone 4 no longer syncs playlists in the same sort order as iTunes after iOS5 upgrade.  Any suggestions?

    Thanks for the feedback.  Yes, it is very frustrating.  That was one functionality that worked very well.  Not only is the sort within the playlist bad but the sorting of the playlists themselves is bad.  I used to use an undetscore "-" to sort some of my folders to the top of the play list of the most played playlists and that does not work either.  It ignores the underscore and just sorts on the alpha character.  Hope this gets fixed. 

  • Sorting Order for SAP Tables in DB2 database

    Dear Experts -
    ISSUE: When an ABAP program selects data from the DB into an internal
    table, it is changing the way the data is sorted. In other words, the
    internal table data is in a different sort order than what is in the
    DB. It is not working this way in all other non-production systems
    (DEV, QAS, SAX, etc).
    Temporary solution for the programs that have been identified as
    impacted: Use the ABAP Command 'sort' on the internal table.
    Permanent solution needed : Since it is impossible to identify all
    of the programs that will be impacted, we need PRD to work like DEV,
    QAS, SAX, etc. when selecting data into internal tables. The data
    should be in the same order as it is in the DB (sorted by the key).
    ADDITIONAL INFO: DB2 storage disks crashed a day before. H/W team recovered everything. We are facing this only after the recovery.
    Thanks,
    Dinesh

    can you please check in your code if the sql that is being sent has an order by clause .
    Please let us know the SQL statements that is basically used to fill up the internal table.
    When data is fetched from the database, it is not sorted always. Probably you had a clustered index on the tables and the clustering is not there now.
    Edited by: Ratnajit Dey on Dec 16, 2011 1:56 PM

  • How to change the sort order of complex table in drop down

    Hi Team,
    I have a complex table which is working but the sort order i want in a different way. How can i change?
    Regards,
    Gupta

    Gupta,
    My screen field definitions are as follows:
    1. Location
    2. Partner
    --In my previous reply, the first screen shot is without any parent index. So it is giving all values in alphabetical order only.
    --After that I created parent index for partner with location, So the partner values are depend on location chosen.
    In my TEST1:
    --I just selected "Andhra pradesh" as location, In partner field drop down it is showing "Ragava" "Suman" "Sunitha" only.
    --Because these are only the values belong to "andhra pradesh" location and these are coming in alphabetical order only.
    TEST2:
    --Here I selected "Gujrat" as location, In partner field drop down it is showing "Avinash" "Mohan" "Suman" which are belong to "Gujrat" location, These are also in alphabetical order only.
    Hope this clears now. Still any query please post.
    Thanks,
    Swaroopa.

  • Sort order in an hierarchy

    Hello Experts,
            How to sort order of the objects in an hierarchy without any change in the master data based on the monthly ratings of the business. Ex:
    East
       NY
       NJ
    West
       CA
            Now I want the order in East to be changed so that NJ comes first.
            Can this be possible and if so how?
    Thanks,
    Nikki

    Aneesh,
            I activated the hierarchy and also ran the attribute change run but still doesn't show the new order i.e.
    NJ
    NY
         The technical names defined are 1 for NY and 2 for NJ and in the report it still shows NY and then NJ under East. Please throw some light on this issue at the earliest.
    Thanks,
    The hierarchy is defined as time dependent hierarchy structure. Would this matter? Should it be defined as hierarchy structure time dependent?

  • Sort order in ODS active table ?

    Hello BW Experts,
    What sort order is data stored in the ODS active table.
    Thanks,
    BWer

    Bwer
    Check this link and hope this helps
    Thanks
    Sat
    http://help.sap.com/saphelp_nw04/helpdata/en/10/54853b175d214ee10000000a11402f/frameset.htm

  • Sort Order in Pivot Table

    Hi,
    I am unable to get sort order in desc , even if I specify the descending order for that measure column in criteria.
    The view I'm using is Pivot View.
    Thankyou,
    Vinay

    Assuming the column you want to sort on is not the first column in the rows section of your pivot table, then do this:
    1) Duplicate the column that you wish to sort on.
    2) Move that column all the way to the left so it is the first column.
    3) Apply the sort to this column.
    4) Hide the column.
    This will sort the pivot table...

  • Want to change the default sort order of a Advanced table

    Hi all ,
    Hope all of you doing good.
    I am trying to change the deafult sort order of a " View Applicants" advanced table on Irecruitment selfservice page , using personalization feature but its not sorting as expected.
    The default sort order is asc by the name of the applicants. I wanted to override it by " Date Applied " desc using personalizing the advanced table.
    But its not sorting by Date applied and still shows the sort by applicant name.
    Any inputs will be greatly helpful
    I am using the Oracle Apps 11.5.10 version.

    Hey guys m I got the answer for the below question.
    Oracle have few Restriction and limitation on such Advanced table in sorting the data,
    Few of them are as mentioned below ...
    1. Sorting is not allowed for tables that allow inserts.
    2. Sorting is not supported for tables containing updateable columns
    3. Sorting is disabled when the Select column is checked for a row in a table or when Hide/Show is present in a table.
    Because of the above limitations , we cannot sort or override the existing alphabetical name sort order to Date applied sort order on the View Applicant advanced table.
    You can observe that , View Applicant page is having an option called "Update Status" which allow us to update applicant’s status or rating in the Advanced table.
    On such updatable advanced tables, oracle does not allow us to override the sort order on any of the table columns.
    Keeping it in a nutshell , I can say it's does not allow us to change the sort order of the view applicant advanced table ( which is having updateable columns ) to sort them in Date applied instead of Name( which is default ).

  • How to restore default sort order on a table?

    Have an ADF table with some sortable columns, populated by an SQL view (having its own Order By).
    Looking for a way to let user revert to default sort order after sorting columns.
    Currently, I have a button linked to:
    public String cmdRefreshOrders() {
    this.getTblOrders().setSortCriteria(null);
    DCIteratorBinding iter = ADFUtils.findIterator("iterUnderlyingTable");
    iter.executeQuery();
    return null;
    This doesn't work
    Any ideas?

    Tried. Doesn't work.
    Iterator doesn't have a setOrderByClause() -- closest I see is applySortCriteria(), which takes an array of SortCriterias, not a String. Might be able to parse Order By string to create array of SortCriterias, but this smells wrong. Probably wouldn't work anyway because ...
    Tried doing iter.applySortCriteria(null) before executeQuery. This accomplished nothing -- the sort created from clicking the column header persisted.
    Looks to me like the sort is persisting as some property in the table or in the display column.
    Any more ideas?
    Thanks
    Ed

  • Default column sort order for 11g table

    Could anyone give me some indication on how I would go about setting the default sort order for a table?
    I have a table with a few columns, and dataset returns in a particular order, but my table decides to sort if in any given order until I manually click on the column header and sort it.
    I would like to have it done by default on a particular field.
    Any info is appreciated.
    Thanks
    Jonny

    As Chris says, the easiest way and best re-use way is to use the order-by clause in your underlying model layer SQL query. For instance in ADF BC this would be in a View Object's query.
    However as you haven't dictated your model layer technology, there is another way in JDev 11g. In your web page that contains the ADF Faces RC table, select the binding tab at the bottom of the page, then double click on the iterator in the binding page, and in the Edit Iterator Binding dialog, select the Sort Criteria tab. This allows you to override the sort order on the iterator's columns.
    CM.

Maybe you are looking for