Dimension Name = Member Name?

For an ASO cube in Essbase, can a member name be the same as the Dimension name? As per my understanding, the hierarchy name in Essbase Studio becomes the dimension name (I understand this can be overwritten in Model Properties). But I also want a member to be exactly the same as the my dimension name. Is this possible using Studio?
The duplicate member support flag causes can error while building the outline. I'm not sure if this is the setting I want to use.

The business reason for doing this is to work around the limitation of not being able to drill-through on Gen1 members (for cubes build via Studio). For 6/14 dimensions most of our users leave the dimension at the highest level (or Gen1). While drilling via EIS worked great, when the cubes are built from Studio, DT is supported only for Gen2 and above members. That's why I wanted to move the hierarchy down one level (or make Gen1 -> Gen2, make Gen2 -> Gen3, etc). Since I don't want to ask my users to change their gazillion spreadsheets, I wanted to keep my Gen1 and Gen2 member names the same, meaning the dimension name and the Gen2 member name would have to be the same....

Similar Messages

  • Reading data from a text file into PAS - Dimension member names truncated

    Hi,
    I created a procedure to dump variables and data into a text file to load into another model. I used a semicolon as a field seperator.
    The data, measures and dimension members are dumped properly into a text file and no dimension member names are truncated .
    However when I read the data into  a measure, and I issue a peek command, dimension meber names are read in truncated
    and remain full names in the text file. Any reason for this? What do I need to do to prevent this from happening?
    THanks.
    Lungile

    Hi Lungile,
    The problem that you're likely having is that you haven't created a file description for the file from which you're reading.  When loading data into Application Server from a text file, you would normally go through three steps:
    1. Enter the ACCESS EXTERNAL subsystem
    2. Specify the name of the file to be read
    3. Specify the format of the file field names, types, widths, and positions.
    If you go into the Application Server help, select "Application Server Help", then "Application Server at the command level", then "Variables and reading in data", and then "Reading an external file", you will have the process of the steps you need to follow outlined for you, including links to the help topic for each command you need to issue.
    So what I think you need to do is use the DESCRIPTION command to specify the names of your fields, their type, and also their width, in order to ensure no truncation of data on the load.
    The same DESCRIPTION statement is required if you want to use your text file as the source of a dimension.
    Hope this helps,
    Robert

  • Dimension Build - Change Member Names

    Does anybody know if there is a way to revise outline member names through a load rule without affecting (losing) the data associated with those members? I have a .txt file with the current parent names, child names, aliases, properties, formulas, attributes and UDAs for the Products dimension. I would like to revise all of the level 0 member names without having to do so manually in the outline. Any help would be appreciated.

    You can do this a couple of different ways.You can go into the outline itself through app manager, and witht he FILE drop down, update the outline at that point using your load rule.You could also automate this function with an esscomand script preforming and incremental dimension build (INCBUILDDIM).Randy Rehmer, Cincinnati Bell

  • BIEE 10.1.3.3.2 do not show dimension member name

    after importing essbase outline, the decentdant name only show in the format (Gen n, Dimension_name), but not the real member name.
    e.g. when using the Demo.Basic database in the Essbase installation, the next generation of Market dimension show in BIEE as Gen2,Market, but the member name is really East or West in the outline.
    chuliang

    Hi,
    Even i am getting the same error:
    oracle.jbo.InvalidOperException: JBO-25221: Method SecurityLimitEventProducer.raiseExitEvent() not supported
    oracle.jbo.InvalidOperException: JBO-25221: Method SecurityLimitEventConsumer.handleExitEvent() not supported
    Actually m trying to create contextual event , in SecurityLimitEventProducer i have created method witch will be raised to pass the data to SecurityLimitEventConsumer.handleExitEvent().
    But it is not working.
    Producer page defn:
    <methodAction id="raiseExitEvent" InstanceName="SecurityLimitEventProducer"
    DataControl="SecurityLimitEventProducer"
    RequiresUpdateModel="true" Action="invokeMethod"
    MethodName="raiseExitEvent" IsViewObjectMethod="false"
    ReturnName="SecurityLimitEventProducer.methodResults.raiseExitEvent_SecurityLimitEventProducer_raiseExitEvent_result">
    <NamedData NDName="helper"
    NDType="com.ui.taskflows.sms.securityLimitTaskflow.view.helper.SecurityLimitHelper"/>
    <events xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
    <event name="exitEvent"/>
    </events>
    </methodAction>
    Consumer page defn:
    <methodAction id="handleExitEvent" InstanceName="SecurityLimitEventConsumer"
    DataControl="SecurityLimitEventConsumer"
    RequiresUpdateModel="true" Action="invokeMethod"
    MethodName="handleExitEvent" IsViewObjectMethod="false">
    <NamedData NDName="object" NDType="java.lang.Object"/>
    <events xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
    <event name="exitEvent"/>
    </events>
    </methodAction>
    </bindings>
    <eventMap xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
    <event name="exitEvent">
    <producer region="SecurityLimitTaskflow1.SecurityLimitTaskflowPageDef.raiseExitEvent">
    <consumer region="" handler="handleExitEvent">
    <parameters>
    <parameter name="payLoad" value="${payLoad}"/>
    </parameters>
    </consumer>
    </producer>
    </event>
    </eventMap>
    Do u find any mistake ...?
    Pls reply.

  • Duplicate member Name in same dimension in a Cube

    Hi,
    Can someone please let me know whether we can have same member name in a dimension for building a cube?
    For Example:
    I have one dimension Dim1 (Hierarchy) ,
    Level2     Level1     Leaf     Leaf Code
    L13 -      L11 -      L1 -      10
    L13 -      L11 -      L2 -      11
    L13 -      L12 -      L3 -      12
    L13 -     L12 -      L4 -      13
    L14 -      L11 -      L5 -      14
    In this hierarchy, L11 is a member name in Level1 used under L13 and L14. Does Essbase cube support this?
    I have one more dimension(Dim2) with four values like ('A','L','O','S').
    I want build a cabe using these two dimension and expose that cube in OBIEE. And in OBIEE answer, I want to put a filter on 'Dim2' that means it will be a list of ('A','L','O','S'). Based on this selection I want select another dimension like for 'A' what is the value for L11 and for 'L' what is the value for L11?
    Can someone please put some light on this?
    Regards,
    SS

    user10275812 wrote:
    Hi,
    Can someone please let me know whether we can have same member name in a dimension for building a cube?
    For Example:
    I have one dimension Dim1 (Hierarchy) ,
    Level2     Level1     Leaf     Leaf Code
    L13 -      L11 -      L1 -      10
    L13 -      L11 -      L2 -      11
    L13 -      L12 -      L3 -      12
    L13 -     L12 -      L4 -      13
    L14 -      L11 -      L5 -      14
    In this hierarchy, L11 is a member name in Level1 used under L13 and L14. Does Essbase cube support this?
    Yes this is possible. You will have to enable the option for outline to allow duplicate members.
    -Nra

  • Duplicate member names allowed dimension build

    I have turned on allow duplicate members in a current ASO essbase cube to test how much rework this will require to allow duplicate aliases.  After I switched the property on, I was recieving errors when attempting to associate an attribute to a dimension through a dimension build rule.  I realized that I needed to use qualified member names in the load file.  Here is an example of the file in Parent  Child  AttributeValue format
    [Domestic-PD].[Test_Comm-PD]     [Test_Comm-PD].[0001-PD]      [Test_Attr-MD].[Test1-MD]
    So I want to associate the attribue Test1-MD to product 0001-PD below.
    Domestic-PD
         Test_Comm-PD
              0001-PD
    What ends up happening is something like this
    Domestic-PD
         Test_Comm-PD
              0001-PD( [Test_Attr-MD].[Test1-MD]
              [Test_Comm-PD].[0001-PD]
    It attaches the attribute to the correct product but then adds an additional member.  I don't want it to add the additional member.  Any idea on what is happening?
    Thanks for any help!

    It ended up working in a different format.  I changed the data file to like below.  I also started over, recopying the outline, turning duplicate members on, so it is possible that there was just something off with the outline earlier.
    Test_Comm-PD     0001-PD      [Test_Attr-MD].[Test1-MD]
    It probably will have issues if there is a duplicate member but luckily I only will have duplicate aliases.

  • Which table containes dimension member names in planning database

    I want know which table in Planning database contains dimension member names. I have tried looking at the HSP_ACCOUNT and HSP_ENTITY tables but those have member IDs only and not the member names.
    Any help on this please

    Might be worth having a look at http://camerons-blog-for-essbase-hackers.blogspot.co.uk/2012/04/stupid-planning-queries-9-entity_3054.html and the related posts on extracting planning metadata.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • MDX: Selecting specific dimension member and its descendants from parent child dimension where dimension member names can be same in dimension hierarchy

    I'm creating a SSRS report using SSAS cube as a source.
    When creating a dataset for the report, I'm having trouble with MDX to select a specific dimension member and its descendants from parent child dimension where dimension member names can be same in dimension hierarchy.
    Lets say for example that I have an account dimension where,
    In level 02 I have company ID:s 101, 102, 103 and so on...
    In level 03 I have Balance sheet
    In level 04 I have some account groups, Assets, Liabilities and so on... and In level 05 I have individual accounts
    How can I select for example company 102:s Assets from level 04 and its descendants?
    Normally in adventure works I would do this if I've wanted Current Assets and its descendants:
    SELECT NON EMPTY { [Measures].[Amount] } ON COLUMNS, NON EMPTY
    { (DESCENDANTS([Account].[Accounts].[Account Level 03].[Current Assets]) ) } ON ROWS
    FROM [Adventure Works]
    But in my Account dimension at level 04 I have Assets member as many times as I have companies in level 02.
    Tuomo

    Hi Tuomo Helminen,
    To this requirement of yours, I would recommend you use Cascading Parameters in Reporting services, you can refer to this FAQ How do I create cascading parameters when using cube database in Reporting Services at this link
    http://blogs.msdn.com/b/sqlforum/archive/2011/04/11/forum-faq-how-do-i-create-cascading-parameters-when-using-cube-database-in-reporting-services.aspx 
    Thanks,
    Challen Fu
    TechNet
    Subscriber Supportinforum
    If you have any feedback on our support, please [email protected]
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • How can I pass value based on member names in a script in 11.1.1.3

    I want to pass a value to only those members of CostCenter dimension which has "5" in their name.
    Eg.
    C12345100
    C34565210
    C34217890
    So in the above case the value should exist only in the above 2 cost centers.
    Can someone guide me in the right direction to accomplish this ?
    Thanks in advance

    Just now I got more clearance on the requirement.
    I want to create blocks only on the selected Cost Centers & Business Unit combination.
    I have the following members in both these dimensions
    Cost Centers
    C12345980
    C12345981
    C12345982
    Business Unit
    BU5980
    BU5981
    BU5555
    Now I want to pass a value to one of the dense dimension members from Measure dimension (member name = CrtBlk) to only those CCs & BUs where the last 4 digit matches.
    So in this case it will be for only the first 2 cost centers.
    Thanks in advance.

  • 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 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?

  • Change member names in Outline

    I have in the outline:Dept dimension with a member Marketing and Account Dimension member name Mkt. When I changed the member name in Dept dimension to Total Marketing and Account Dimenstion to Marketing I lost all the data.Any suggestions to update the outline?Thanks,Jenny

    It's been my observation that Essbase thinks you deleted one member and created another. Data (especially level zero data) is generally tied to member names, not outline position.If you are renaming an upper level member, it may or may not disappear. You can recreate your data by forcing a calc.If you are renaming a level zero member, you have to do it in two steps. First create the new member and save the outline. Second, run a calc that only sets NewMember = OldMember. Third, delete the old member.Good Luck,Tim

  • Change member names in batch without the need to reload data

    Hi,I have several cubes on which the member names of one of the dimensions need to be changed. There are over 6000 members for that dimension. I used a rules file to change the member names and the previous data has to be reloaded (previous 13 months' data!). Is there a way to change the member names without the need to reload data?ThanksJane

    I'm not sure if this would solve your problem, but if it doesn't cause a problem to leave the existing names in place, you could just build a new alias table. By assinging new aliases, you would not have to reload all your data.Regards,

  • 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

  • Member Alias versus Member names

    Hi I have a form in 9.2 for which in the Page Section, I have 4 dimensions selected. The properties for the 4 dimensions is set to display alias names. One of the dimensions does not have an alias name and it displays the member name instead.
    After migrating the form to 9.3.1, I have not changed the member properties for the forms and this time the dimension-wihout-the-alias-name displays 'Null' since there isnt an alias name for the member.
    Is this a feature change in 9.3.1? or is it a setting I have forgotten to modify?
    Thanks and Regards
    Kunal

    Hi,
    9.3.1 does have the same functionality. If there is no alias available you should be seeing member names on forms.
    There might have been something wrong during migration. Though, even if so, it is still strange you seeing "null" on forms.
    Have you tried changing the property to show names, save and re-set back to alias and save again?
    Also, you better make sure that you've applied the latest patches for all 9.3.1 modules.
    Cheers,
    Alp

Maybe you are looking for

  • How to get column value in grid View

    Hello My first Language is German so bear with my English FIRST vIEW THE SCREEN SHOT PLEASE I am new to asp.net  i am making small application to generate reports in which user give criteria just liek we do in sql server  i have two grid view in acco

  • Itunes hasnt moved my music over to my new pc

    I got a new laptop last year for university, when I installed iTunes onto my laptop it automatically moved all my music over without me having to plug in my ipod. I've just had to get a new harddrive for the same laptop and obviously had to re instal

  • JMSPriority -- Transport Headers Question

    Hi, Scenario is InpQueue --> OSB -- > OutQueue. OSB proxy service is configured to "Get All Headers" in JMS message. We are not using any Message selector. Can anyone please tell us whether setting JMS Priority using transport headers -- outbound in

  • How to get out of dos mode on a macbook

    i have a macbook. everytime i download a program from the internet and open it it sometimes in says it cannot be used in dos mode. what is dos mode? and how can i get out of it to use my program

  • Ios version5 for ipod touch?

    How do you get this lastest version  for your ipod touch?