How to Interchange Member Names (None Name) with their Alias?

I have a Parent Child Alias hierarchy in DRM. What is needed is INTERCHANGING iof Alias with Member Names (Child). So, Reporting Segments is replaced by OR0778 and always referred as this in the hierarchy. This will eventually be exported as flat file hierarchy and loaded up on Essbase. How can we do this on DRM?
Lines of Business|Allocated Business Lines - w/Disc Ops|OR80003
Allocated Business Lines - w/Disc Ops|Reportable Segments|OR0778
Reportable Segments|National Lending|OR00781
National Lending|Platform Management|DI15081
National Lending|National Lending Admin Roll-up|
National Lending Admin Roll-up|Natl Lending FCST - Profit|
National Lending Admin Roll-up|Natl Lending Management|DI17037
ROW2: Reportable Segments should be replaced by OR0778 as member name
AND ROW3: Instead of Reportable Segments USE OR0778 and then the child should be OR00781 (member name for National Lending
and so on.
For some records, Alias is not present. In that case, use the current member name itself.
Edited by: adi26 on Aug 19, 2009 4:04 PM

hey bud
Please be clear dude, what's the crux of the question?
If you can just summarise what you want to do in a sentence or two. It seems like you gonna have to crack a script for this one but yeah! explain.
deep

Similar Messages

  • Susbtitution Variables in rules file to replace a member name with another

    Hi everybody,
    Can I use substitution variables to replace a member name with another name in rules file?
    Please let me know if we can use substitution vars.
    Essbase version :11.1.2
    Thanks,
    K.as

    Are you the same guy?
    http://www.network54.com/Forum/58296/thread/1287447433/Susbtitution+Variables+in+rules+file+to+replace+a+member+name+with+another+name
    The answer is still, "No".
    Regards,
    Cameron Lackpour

  • How to find index name with primarykey and column on a table?

    Hi,
    how to find index name with primarykey and column on a table?
    please help me.
    Thankyou.

      1  select ac.table_name, ac.index_name, aic.column_name
      2  from user_constraints ac, user_ind_columns aic
      3  where ac.constraint_type = 'P'
      4   and  ac.index_name = aic.index_name
      5* order by 1,2,3
    SQL> /
    TABLE_NAME                 INDEX_NAME                COLUMN_NAME
    ACTION_TABLE                 SYS_C0011033                NESTED_TABLE_ID
    ACTION_TABLE                 SYS_C0011033                SYS_NC_ARRAY_INDEX$
    CATEGORIES_TAB                 SYS_C0011038                CATEGORY_ID
    CUSTOMERS                 CUSTOMERS_PK                CUSTOMER_ID
    INVENTORIES                 INVENTORY_IX                PRODUCT_ID
    INVENTORIES                 INVENTORY_IX                WAREHOUSE_ID
    LINEITEM_TABLE                 SYS_C0011034                NESTED_TABLE_ID
    LINEITEM_TABLE                 SYS_C0011034                SYS_NC_ARRAY_INDEX$
    ORDERS                      ORDER_PK                 ORDER_ID
    ORDER_ITEMS                 ORDER_ITEMS_PK                LINE_ITEM_ID
    ORDER_ITEMS                 ORDER_ITEMS_PK                ORDER_ID
    PRODUCT_DESCRIPTIONS            PRD_DESC_PK                LANGUAGE_ID
    PRODUCT_DESCRIPTIONS            PRD_DESC_PK                PRODUCT_ID
    PRODUCT_INFORMATION            PRODUCT_INFORMATION_PK           PRODUCT_ID
    PROMOTIONS                 PROMO_ID_PK                PROMO_ID
    WAREHOUSES                 WAREHOUSES_PK                WAREHOUSE_ID
    16 rows selected.

  • How to display member name and Alias in seperate columns

    Hi,
    We have a report in HFR which has Employee dimension. We set that member display both Member name and alias. But the report showing both in one column with a - seperator. Is there a way to display them in seperate columns.
    Thanks,
    DD

    Thanks Mehmet. But whenever I try to insert a column, it throws this error: You can't insert a column here.
    I have the grid like this.
    Account
    Children of Employee
    I need to display the member name and alias of Employee dimension inseperate columns. Could you Please help me how to do it?
    Thanks,
    Ram.

  • How to extract Member Names in MDX script?

    I have a MDX script that by default gives me member aliases. How can I change it so it'd give me member names? I know I can use something like that:
    NON EMPTY [Employee].Levels(0).Members DIMENSION PROPERTIES [Employee].[Member_Name]ON AXIS(4)
    but then it gives me member aliases AND member names, and I need the names only.
    Thanks!

    The syntax you have is the way to get the member names, but as I said you wouldn't like the way it is displayed. MDX is not a reporting language and so it does not have the nice formatted selections. You will get both alias and member name by using the properties. you could run the output through some sort of parser (Perl perhaps) to get the format you want

  • How to increase member name length in essbase studio

    Hi All,
    Currently we have requirement to build a hierarchy which contains member having length more than 80 characters.
    I seen somewhere where the member name limitation is 80.
    Can someone help me out how to build the hierarchy with long member name
    Thanks,
    SatyaB

    You would have a hard time containing your comments into a cube especially because they are so freeform. You said you are using Studio to create your cube. Create a drill through report that when users are at a selected intersection of data, the can execute a drill through report to get additional detail. For instance in addition to the comments column, there might be other information on the table they would want to see. You can select what columns get returned.
    For example, I've jusr drill through in a GL cube to get back to the Journal Entries. It allowed the users to see all sorts of things, like all the JEs for a cost center, who created them, comments, currency conversion done fromn the source system, when they were posted, etc.
    Because they are not in the cube, it makes the cube a lot cleaner.

  • How to change member names in mass

    Hi,
    Does anyone know if it is possible to change about 100 member names all at once in Essbase instead of doing this manually?
    Thank you!

    Good idea, Sunil, and I've done this in the past.  You don't even necessarily need to do that 'dummy parent' stuff if you have a source file from which you can build the entire dimension again with the 'remove unspecified' option.
    I've also used Glenn's approach.
    What you really must think about in either situation is whether any of the new names match existing member names.  That definitely complicates things.
    Honestly, if you don't already have the code written, for a strictly one-off 100 member change it would probably be faster to suck it up and work through them in EAS.  But where's the fun in that, right?

  • How to place file names with thumbnails?

    I have several thousand images that need to go online but I cannot for the life of me figure out how to add file names to the thubnails. Every bit of documentation I've read talks about adding it to the larger images only. I figured that part out but can't I have file names for the thumbnails too?

    Bummer. I was hoping for a secret key to take me there. I have too 
    many images that can be scanned via thumbnails and for the detail 
    shots they can go larger. There is no way I can use this as it is with 
    9000+ images that need to be gone through quickly. Thanks for the 
    answer.
    Mark

  • How to get cluster name with c++ API?

    Hi everyone,
    I want to get cluster name with c++ API, do you know how to do that?
    Thanks very much!!!
    Guangyin

    937347 wrote:
    Hi Robert,
    For Java, we can get the cluster name like this:
    cache.getCacheService.getCluster().getClusterName(),
    for c++, just as you said, do you mean that i can try to get cluster name like this:
    Sting::View name = cache->getCacheService()->getInfo()->getServiceName();
    InvocationService::handle invocation = cast<InvocationService::handle>(CacheFactory::getService(name));
    String clusterName = invocation->getInfo()->getServiceName();
    But i can not get the right result.
    I know little about how to use InvocationService, could you give me example?
    Thanks very much!!!
    GuangyinHi Guangyin,
    I do not know the C++ API, I never used it, but what you wrote definitely does not look right.
    InvocationService is a way to send arbitrary Java logic (you need to write both the Java logic and a C++ counterpart class, the C++ class will serialize itself with POF and the Java class will deserialize the same data appropriately) as a command to the cluster via the TCP*Extend connection and the command would execute on the proxy node and thus it would have access to the cluster itself.
    You probably should start with the documentation of the Coherence*Extend C++ API documentation for samples.
    http://docs.oracle.com/cd/E24290_01/coh.371/e22839/toc.htm
    http://docs.oracle.com/cd/E24290_01/coh.371/e22839/cpp_part.htm#CHDHCIEJ
    Best regards,
    Robert

  • Chart View( How to Stick a Name with Value)?

    Hi,
    How can we Stick a name with value in chart view.Please share with me if anybody have an idea.
    Thanks
    VVR
    Edited by: 806756 on Jun 10, 2011 7:24 AM

    Please help me on this.

  • How to retrive table names with Java?

    Hello!
    If I connect to my Oracle Database 10g Express Edition Instance with some Java code and I run the following code:
                   ResultSet resultSet = databaseMetaData.getTables(null, null, "%", types);
                   while( resultSet.next() )
                        String tableName = resultSet.getString(3);
                        System.out.println(tableName);
    I get loads of different names of tables beside those that belongs to my user like:
    DR$NUMBER_SEQUENCE
    DR$OBJECT_ATTRIBUTE
    DR$POLICY_TAB
    ARTICLES
    BIN$tQZXQ0iGufbgQAB/AQELFg==$0
    BIN$tQZXQ0iLufbgQAB/AQELFg==$0
    But when I log in to http://127.0.0.1:9090/apex I get a perfect list of the tables belonging to the user:
    ARTICLES
    CUSTOMERS
    DATATYPES
    ORDERROWS
    ORDERS
    REQUESTROWS
    REQUESTS
    SUPPLIERROWS
    SUPPLIERS
    Does any one understand how to access just these table names that is created with my user?
    Best regards
    Fredrik

    Hello Adrian!
    Yes you are right I now understand that this is the wrong forum.
    So I posted the "same question" at:
    How to retrive table names belonging only to a user?
    How ever I seems to have problem with the schema name parameter any way.
    Best regards
    Fredrik

  • How to print Field name with value of a Class object?

    hi, In C#, I need to print a class field or property name with value without using reflection or string.join method.
    For eg.
    protected void Button1_Click(object sender, EventArgs e)
    List<EmployeeInfo> obj = new List<EmployeeInfo>();
    obj.Add(new EmployeeInfo { eid = 123 });
    obj.Add(new EmployeeInfo { ename = "abc" });
    Response.Write(obj.ToString()); // output must be => ename ="abc" , eid = 123
    public class EmployeeInfo
    public string ename;
    public int eid;
    It need to be resulted as follows automatically with property name and value :
    ename ="abc" , eid = 123
    It need to be resulted with good performance and simple way.

    You could override ToString method in EmployeeInfo class:
    public class EmployeeInfo
    public string ename;
    public int eid;
    public override string ToString()
    return string.Format("ename =\"{0}\" , eid = \"{1}\"", ename, eid);
    protected void Button1_Click(object sender, EventArgs e)
    EmployeeInfo obj = new EmployeeInfo() { eid = 111, ename = "aaa" };
    Response.Write(obj.ToString());

  • List of avaliable MDX properties / Always show member name instead of alias

    Hi all,
    does anyone know if there is a list of ALL available MDX properties which can be used in an MDX query with Essbase?
    There is a very small list in the technical documentation (http://docs.oracle.com/cd/E12825_01/epm.111/esb_techref/mdx_properties.htm), however I know there are a lot more properties.
    E.g. one property which is not documented is ANCESTOR_NAMES:
    WITH MEMBER [Year].[dummy] AS '0', SOLVE_ORDER = 0
    SELECT {[Year].[dummy]} on columns,
    [Account].Members properties ANCESTOR_NAMES on rows
    FROM [App.Db];
    Anyone knows if there is such a list?
    And another question:
    The Query always brings up the alias of the members (e.g. [Account].Members). Is there a way that per default the member name instead of the alias is used? Without using the MEMBER_NAME property?
    Essbase version: 11.1.1.3
    Thanks
    Th

    amaerki wrote:
    For the second question regarding the member name try the following statement in a MaxL session:
    alter session set dml_output alias off;works like a charm, many thanks.
    Anyone an idea on the list of properties?
    Edit: found something related to XMLA: http://docs.oracle.com/cd/E12825_01/epm.111/aps_admin/ch03s03s07.html
    However, e.g. the porperty PARENT_UNIQUE_NAME does not work. Also the Book MDX solutions has a list with it with e.g. PARENT_UNIQUE_NAME specified which does not work...
    Anyone an idea how to get a list of all properties valid with MDX using Essbase?

  • Selecting Member Name and also Alias in Web Analysis report

    I have made a web analysis report and now i want to show member names as well as alias of the members which i have selected on row side. How can i do that?
    Thanks in advance.

    in the member properties, you have an option to show alias, member name, or both. Click on both / alias as per the requirement

  • How to change the Name and/or Alias of a Public Folder Mailbox in Exchange 2013

    So when I migrated our servers from 2010 to 2013. I did not plan well and ended up with this.
    Name                      Alias
    Mailbox1                  PF1
    Mailbox2                  Mailbox2
    Mailbox3                  Mailbox3
    As you can see the first mailbox is named PF1. I want to be able to change both the name and the alias, but have failed to find mechanism for doing so in ecp or powershell. Any assistance is greatly appreciated. I would also like to change the email address
    for these as right now they are [email protected], [email protected], [email protected]
    Thank you very much

    Set-Mailbox -Identity Mailbox1 -PublicFolder -Name NewName1 -Alias NewName1 -PrimarySMTPAddress [email protected]
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

Maybe you are looking for

  • IMac as Bluetooth for iPhone

    Hi all. I was wondering if you can connect your iMac to your iPhone via bluetooth. Basically when a call comes in I can answer on iMac and speak through my desktop or could dial someone and talk through desktop. is this possible? thanks

  • TM taking over my source drive?

    In anticipation of TM I bought a new tower with 2 internal 500gb drives with a view to using one as a TM backup. Installed Leopard months ago and all seemed fine and I had the usual HD icon along with the TM icon on my desktop. Sometimes though the i

  • Pop up window issue

    Hi All, My requirement is on a view I have a submit button on clicking of which I require a pop up window to open which I need to input certain details.  In the pop up I have 2 buttons ie cancel and done.  On clickng cancel I require to come back to

  • I cannot get my 3g to work on my Ipad 2, it worked for a month and now it will not connect???? Please advise . . .

    I have signed up with Verizon, my account says I have 100% unused data available but when I turn on Cellular data, it tries to use 3G but the connection fails??

  • Apps won't work and music won't sync after IO5

    I have updated to the io5 today, or whatever it is called, and its sweet. except the fact that my music won't sync from iTunes *usb plug* and my apps won't open whatsoever, anyone else having this problem?anyone know how to fix it?