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.

Similar Messages

  • How you increase the strength / length of an airport extreme?

    How you increase the strength / length of an airport extreme? I find it hard to use wireless internet

    Please checkout the following Apple Support article on details on the many ways you can extend the wireless range of your current AirPort base station.

  • How to create an attribute dimension in Essbase Studio?

    I cannot figure out how to create an attribute dimension using Essbase Studio. The online help states that I need to "Find the Attribute settings grouping in the center" of the member properties dialog box. I suspect that I'm having a problem figuring this out because I don't have the attribute dimension properly defined in the relational data source or in the mini-schema. I've tried creating a table with no key relationship to the other tables and with no logical joins defined, but that doesn't seem to help. Any ideas?

    so in the 11.1.1 version you would click on the member name in the hierarchy you added to the Essbase model and in the center pane of the general tab should be the attributes settings section.
    If I had a dimension called stores wth two groupings unser it region and store_type, I would click on store_type and add the attribute info

  • 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

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

  • 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 the size (Length and width)  of check box

    Hi All,
    I have to increase the size of ( width and length) of check box, I have revised to check box topic in dev guide but didnt find any clue, i have also tried to use CCStyle class but that is also not working, I would appreciate if some can help me out on this. Thanks in advance , let me know if any clarification required.
    Thanks
    Pratap

    Hi Pratap ,
    I honestly don't know how to increase the size
    But i am giving you an alternate solution : we can create two Images with check box type 1 ) with checked
    2 ) with unchecked . ( you can create image of any size ) and get them displayed on OAF screen dynamically using switcher case .
    Dynamically displaying image will give the illusion of check box being checked and unchecked .
    keep this image moved to following media directory
    eg : /oraapp/mfgtestcomn/java/oracle/apps/media .
    Implement the switcher case , add the fire action to this Image Column , create a transient attribute and attach to this
    column . Depending on the value returned by transient attribute display the image on the column .
    Let me know if its not clear .
    Keerthi

  • How to extract field name, length, descrip & field type out of repository

    How can I  extract field name, length, descrip & field type out of repository?  Or is it possible?

    Hi Victor,
    To get any info about any field you should know the code of that field that we specify in console while  creating field.
    Using this code you will get property whatever you defined in consloe.
    RepositorySchemaEx repositoryschema= MetadataManager.getInstance().getRepositorySchema(usrCtx);
    where usrctx is usersession context that you create to access yr repository
    FieldProperties fProp = repositoryschema.getField(tableName,fieldCode);
    where tablename is tablecode in which field belong
    field code is code of field that you define in console for that field
    if you check with frop then it will show  the general properties like type etc.
    suppose yr field of type text field then you can acces all properties that is coomon as well that is respective to text type field.
    FixedWidthTextFieldProperties textField = ( FixedWidthTextFieldProperties) fProp
    if you have other field type then that use thta properties . you will get in java api docs on help.sap.com whatever the properties MDM supporting.
    Hope ot helps  you get the solution
    thanks,
    sudhanshu

  • How to increase Article description length

    Hi Experts,
    How to increase article description 40 to 60 characters.
    Thanks,
    Abbas.

    Hi Abbas,
                    It is not possible to have more than 40 character for article description. SAP doesn't allow you to have more than 40 character in article description field.
    As per SAP standard the maximum length of an article is 18 char and for the description 40 char.
    BR
    Ajaya Kr Mishra

  • How to increase the default length of an attribute of a BO

    Hi All,
    I have created a BO.It is having one attribute called title of type String with default length 30.I deployed it and it is working fine.
    Now i want to increase its default length to 256.I opened the table generated for this BO and increased its length.But, when i regenerating the code its length is again getting reset to the default length 30.I tried it through Dictionary perspective also.
    Any Suggestions.
    Regards
    Sampath

    Hi All,
    I resolved my problem. Just we have to change the data type to xLongText.
    Sampath

  • How to increase the string length of an uploaded file

    Hi,
    i use a abap webser where i've uploaded some JAR files into the mime repository.
    Unfortunately the string length is limited by 40 characters and so longer file names are cut.
    How can I increase the default string length? Does somebody know a workaround?
    Thanks.
    Edited by: Martin Gardyan on Oct 22, 2008 9:48 AM

    what i guess copying those jars should not create this problem.U just try in db using
    "ALTER TABLE <table_name> MODIFY <column_name> VARCHAR2(<new, larger length>)"
    may be it works.
    Regards,
    Anu

  • How to increase maximum input length of a short text object in SE63

    Hi All,
    In se63 translation transport when a object name is provided for short text translation, fields like technical information, modified/ Decision Required and maximum input length are displayed, how can maximum input length of a text can be increased if we want to enter more characters than specified in the maximum input length field.
    Regards,
    Shruthi

    Increase the length of the source field, which you are translating..
    Cheers!
    Mishra

  • HOW to increase code column length in se38

    hi,
    i am  trying to copy paste code ( SE38) from one server to another  but
    it showing error while pasting i.e code column lenght . on previous server column length
    was  more than 125 charater per line. but here i am getting only 68 charater per line.
    so how can i increase the length of charater per line.
    please help me....
    Manoj...

    hi,
    follow this
    REPORT  zsample  NO STANDARD PAGE HEADING
                                      LINE-SIZE 132
                                      LINE-COUNT 65
                                      MESSAGE-ID yy.
    ~linganna

  • How to display member name that is a number as text

    Version: 11.1.2.1
    Hi I am trying to rename a member "A111000" to "111000" in Essbase where 'A' is the prefix. However excel doesn't like 111000. Is there a way I can put 111000 into my cube and have excel read it as a text string? I can't seem to change the member properties to do so.
    Thanks

    When typing the name in excel put a single quote in front of it '111000 that will make Excel treat it as text

Maybe you are looking for