Outputing member names & aliases from an outline

Is there a easy way to export member & alias info. If I open an outline, I can do a copy and paste, but only the member names themselves get copied, no alias info. Is there an easy way to do this.

I wrote an Excel utility workbook that works well for that issue (and some others).You can use it to do the following:1. Paste members you've copied from the Outline Editor into a single column. Admittedly, you can use Member Select for this...but when I wrote this, I was back and forth between Excel and App Manager so much that it was just easier.2. Using the highlighted range of member names or aliases, paste either member names, aliases, or both, into one or two columns. You can overwrite the original range or place the members/aliases in a different range.Other features include a "mini-cascade" with optional worksheet tab naming, and some Excel-specific functions, such as:Type a function and parameters, and the function will be applied to the highlighted range as values (great for quickly changing case of cells or extracting right, middle or left characters)....some other stuff, too. Anyone interested?Jared

Similar Messages

  • Hyperion Planning Smart View issue with Member Names & Aliases

    Hi,
    Im using Smart View "Essbase" Connection to a Hyperion Planning Application, ver 11.1.1.3, however with the essbase connection i am not able to select at the smart view options to see aliases, members or both. I change the setting ( Duplicate member names allowed =true) directly at the properties of the outline in EAS, and now i am able to see the aliases, however if time I refresh using web planning/workspace this setting is undone. Furthermore i dont thing i should use it with planning. Any comments?
    Kind Regards

    First of all I hope you have not changed the properties of the outline in EAS for a planning application.
    For more information on using aliases in smartview have a read of :- Smartview --- Display options --- to display alias names
    Also you will only be able to view member name or aliases not both at the same time.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Changing a Member Name Value from Negative to Positive in EAS

    I am working on a dimension where there are expense values stored as negative values so, the net income calculations are not calcing accurately. How can I change the sign of the value without having to reload the values? Is there a setting in member properties? Please help. Thanks.

    Not sure if just changing the sign would really resolve you issue. If expenses are negative, the you should aggregate these using a (+) aggregation which in turn reduce expenses from revenue.
    If you were really keen on changing the sign, you could write a calc and fix on your expense accounts. Now assuming you have a dimension like scenario where you can fix on one pivotal member, you could do:
    Budget = Budget * -1;
    However, I would not suggest to go the calc route because you would get into same situation again upon data load. I would really look at my aggregation properties to make sure values are rolled up correctly

  • Cannot change from member name to alias description in Smartview

    I am connected to an Essbase datasource using version 11.1.1.3 of Smartview and Excel 2007. I click on the Hyperion tab, the Options button on the ribbon, go to then the Display tab and all of the Member Name Display options window is greyed out. Member name only is selected by default but I cannot change it (because all options are greyed out). I haven't seen this before.
    Note that I am NOT trying to display Member Name AND Alias, I am just trying to change my select from member name TO Alias and cannot (I only have one alias table: Default). I have added the Essbase datasource to my favorites as suggested on another post where numerous users are having the same issue and doesn't make any difference. There is another post regarding this issue that is listed as having a solution but that solution is not the solution to the problem described by everyone in that message thread.

    Member Name Display Options will only be enabled if you connect to a database that has an outline containing duplicate members.
    If your Essbase system permits the use of duplicate member names, you can choose whether to display member names with or without their descriptions or aliases.
    To check if your Outline does allow duplicate members, follow these steps:
    1. Open the outline in edit mode.
    2. Go to the Properties tab.
    3. Go to the"Duplicate member names allowed" node you will see a value of either true or false.
    To see the descriptions in SmartView if you are using duplicate members, follow these steps:
    1. Open Connection Manager.
    2. Connect to your application.
    3. Right click on the link of your application.
    4. Choose "Change Alias table".
    5. Choose the table e.g. "Default".
    6. Click OK.
    HTH-
    Jasmine.

  • Can we use Aliases instead of member name in Calc Manager

    We migrated business rules to Calc Manager. After migration Calc Managers are not getting validated (stating the member is missing in the database). Later found out that in the script it has alias name instead of member name which was causing this error.
    example
    Member name = C001
    Alias = Texas
    in the script it is mentioned Texas = 5; (this statement throws an error while validating, stating Texas is not present in the outline, even though Texas is present in the Alias table as an alias for C001).
    Once I modify the script to C001 = 5; it gets validated without any issue.
    Does this mean in Calc Manager we cannot use Aliases unlike business rules and Calc Scripts?
    Please advice.

    The 'Defects Fixed' section of the release notes for 11.1.2 includes...
    "Calculation scripts validate inconsistently in Essbase and Calculation Manager (8800397)."
    ...which is pretty broad!
    Can you run the rules OK? If so, I'd just ignore the Calculation Manager validation message.

  • 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

  • How to get the Output File Name as One of the Field Value From Payload

    Hi All,
    I want to get the Output file name as one of the Field value from payload.
    Example:
    Source XML
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:MT_TEST xmlns:ns0="http://sample.com">
    - <Header>
      <NAME>Bopanna</NAME>
      </Header>
      </ns0:MT_TEST>
    I want to get the Output file name as " Bopanna.xml"
    Please suggest me on this.
    Regards
    Bopanna

    Hi,
    There are couple of links already available for this. Just for info see the below details,
    The Output file name could be used from the field value of payload. For this you need to use the UDF DynamicFile name with below code,
    //       Description: Function to create dynamic Filename
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File" , "FileName");
    conf.put(key,a);
    return "";
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File" , "FileName");
    conf.put(key,a);
    return "";
    With this udf map it with the MessageType as
    (File Name field from Payload) > DynamicFileConfiguration>MTReceiver
    Thanks
    Swarup

  • 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

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

  • Output file names from Premiere sequences in AME CS5

    Why, oh why, does AME not automatically names files according to their sequence names when added from a Premiere project? Instead, it auto-names them sequentially based on the project name. It is extremely annoying and confusing when trying to queue-up a project with many sequences.
    Is there a way to change this behavior (other than to simply disable "Increment output file name", which results in multiple targets of the same exact name) ?
    I really wish you could have it name the files like the sequence names.

    Just to confirm what you're saying: Premiere Pro sequences added to AME from Premiere Pro are not being named properly? Because they should be...
    However, Premiere Pro sequences added to AME from AME (File > Add Premiere Pro Sequence) are NOT named for the sequence, and there is no way around this; you get the project name with a serial digit. There is no setting to change this behavior, unfortunately--it is how it is.
    I must agree: it is a particularly annoying oversight. How to change this behavior? Like this: Adobe - Feature Request/Bug Report Form

  • Member names from a formula

    It looks like this isn't possible, but maybe there is a trick to it. I want to supply SV with a member name using a formula. If I copy and paste special-values SV will pick the member up, but when it's a formula it looks like it just ignores it. Any idea if this is possible? I'm on SV 9.3.1.2. Thanks.

    we found that the first column using the formula didn't work, but all the rest did. Insert a dummy column and hide it.

  • Run Time Prompt - showing alias instead of member name

    We have a Capex Planning application that uses right-click menus to launch business rules with Run Time Prompts. We are using Planning 11.1.2.1. Even we the alias table set, when opening the RTP it pulls in the member name rather than alias.
    There is an Oracle KB article (Show the Alias name in the Business Rule Run-Time Prompt [ID 857832.1]) that has this solution:
    Take the following steps to add the alias name to the run-time prompt along with the member name.
    1. Log in to planning web.
    2. Navigated to File >> Preferences >> Application settings.
    3. Select Show Alias in Member Selection and change the option from no to yes.
    4. Save it.
    But in 11.1.2.1, there is not option for "Show Alias in Member Selection" under Planning Preferences.
    We have an SR open, but figured maybe someone else has run into this issue as well.
    Does anyone know how to get the aliases to show on a Run Time Prompt rule in 11.1.2.1?
    Thanks for your help!!

    Deleting and rebuilding the dimension in the outline will enable you to build the members in the order you may desire if the file is in a given order.

  • Member names not visible in ASO database

    Hi,
    I created a metaoutline in EIS to load an ASO cube.
    I was trying to load members from EIS and the member load was completed successfully.
    When i checked the cube from Essbase Admin console, i can see that the outline has been created but the member names are not visible in the outline - the weirder thing is that the aliases and formulae of members are visible in the outline.
    What could be the possible cause for this behaviour?
    Thanks,
    Rahul.

    Hi,
    Do you guys have an idea as to why this could be happening? I'm trying to tune some BSO cubes which run for hours together and trying to convert them to ASO but am stuck at this point!
    Thanks,
    Rahul.

  • Changing a member name in Essbase

    In my ASO cube - I need to change both a level 0 and parent member name in EAS. Is it as easy as edit member properties and typing in the new name? Does the existing data follow? Also, does going from lower case to upper case create a similar change in the outline?
    Thanks,
    Paul

    Hi Paul
    In my ASO cube - I need to change both a level 0 and parent member name in EAS. Is it as easy as edit member properties and typing in the new name? Does the existing data follow? Also, does going from lower case to upper case create a similar change in the outline?you can also use rule file to change the alias name if you are trying to change the alias name in bulk, but if you have to do for few members then goto edit member properties and change the alias it will be an easy process,
    change of alias name doesnot harm your datayes going from Lower Case to Upper Case create similar change to outline
    Thanks,
    Avneet Singh

  • Changing member names

    Hi,I have an existing outline and I want to change some member names. The outline has data in it. I was wondering if it is possible via a script or a rules file to rename some members without it affecting the data.Thanks in advance.

    A load rule will only add new members or add new members removing members it does not recognize (Using remove unspecified), but will not do a rename. You could do it using the API. One word or warning if you have two members A and B and change B to C and A to B what will happen is the data from A will disappear, A will now contain B's data and C will not have any data. You would have to do this in two stepsChange B to C then Save the database then change A to B and save the database. Please let me know if you have any other questionsGlenn [email protected] Solutions Inc.

Maybe you are looking for

  • XML Error while registering a portlet

    I am getting this error in 9i Portal Release 2 on a Solaris 8 platform. Does anyone have any insight into this error? : An error occurred when attempting to call the providers register function. (WWC-43134) An unexpected error occurred: java.io.IOExc

  • My sons ipod has been stolen, how can I get it back.

    I have try to sent the SMS by fine my ipod, but its didn't work. Can I get my sons iPod back by see the serial number.

  • How can I save and access documents without wifi?

    I have an ipad3 that is wireless only. I have to have access to contracts and documents sometimes in places without wifi. Is there a way to do this? I have dropbox and readdle and a bunch of other great storing apps, but they need wifi to access the

  • IPhoto Upgrade

    I want to upgrade to iPhoto 9.4.3 from 8.1.2 but am concerned about losing photos as posted on various discussion sites. Is it safe to simply download the latest version from the App Store? Thank you.

  • JSP file cannot find the beans

    Hi all, My question is about Tomcat and JSP with Javabean. I put my .jsp files under c:\tomcat\webapps\examples\jsp\Demo, it works correctly, but when I add: <jsp:useBean id="data" scope="session" class="DataBean" /> Where DataBean at:c:\tomcat\webap