Creating shared Dimension members to the planning of the period

In my application of planning for any member (including zero), I see only the following options for member properties:

Store,
Dynamic Calc
Dynamic Calc and Store
Never to part

Is the above normal?
If so, how can I enable the Member to share? In particular, I want to share the time dimension members. Is it still possible?

OK this is what I did on the 11.1.2 classic sample planning app
Administration > manage the Dimensions > period
Add a child to the time Member
Name = CustQ1
Add a child to CustQ1
Name = Oct
Dtx200 = shared

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • Cannot search the Dimension members in the Validation rules editor

    Dear all,

    I installed FDM + Foundation + HFM + Essbase + planning 11.1.1.3
    I stacked with the following problem:
    When I try to get the dimension members in the validation rules editor,
    I am - Web page message * 'data for this dimension not found' *
    I can't select the members here, I selected in activities-> map
    Can someone help me look for my existing members?

    Best regards
    Siarhei

    Hello

    Are you sure that you associate dimensions "VALxxxxx" in the workbench to your valid dimensions within Essbase?
    VAL dimensions are down at the bottom of the list of dimension for the adapter Essbase... and ValEntity, ValAccount, etc.

    Thank you

  • Example of planning an Application does not create a Dimension entity in the School Board members Eastern Shores

    Hi all

    I created an EXAMPLE application in the planning and then makes a database "Refresh" so that it would create the sketch in Essbase. When I goto Essbase and expand the outline I see seven dimensions: HSP_Rates (3), Account (1), Period (2), Year (4), Scenario (1), Version (1), Currency (2) entity. It seems to me that not all members are appearing in the outline, I think accounts is supposed to have 19 members, in my case, it only has 1. Scenario has only the Member 'Current '. Entity has no members at all. Can someone shed light on why this might be the case? This is not how a sample application is supposed to be is?

    When initialize you the sample application planning, go to administration > dimensions you want to see all the members?
    If you have not verified the planning journal, I would expect an error to appear if the sample application has not been properly initialized.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Cannot load dimension members in the planning by ODI

    Hello Experts!

    I'm new on ODI and I use ODI 10.1.3.5. I created my first ODI interface to load dimension members of account of a CSV of test with only 4 records in Hyperion Planning 11.1.1.3 following instructions of John's blog. Hyperion Planning and model file setbacks were ok, so I built the interface and run using no Agent but no lines have been uploaded in planning. The newspaper of the operator tab folder 7 - integration - statistics report execution gave the following message is displayed:

    org.apache.bsf.BSFException: exception of Jython:
    Traceback (innermost last):
    "< String >" file, line 2, in there?
    Planning, writer load summary:
    Number of rows processed successfully: 0
    Number of lines rejected: 4

    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.k.a (k.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt (SnpSessTaskSqlI.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession (SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.i (e.java)
    at com.sunopsis.dwg.cmd.g.y (g.java)
    at com.sunopsis.dwg.cmd.e.run (e.java)
    at java.lang.Thread.run (unknown Source)

    I would be grateful on any indication as to what could be done to solve this problem!

    Thank you very much in advance!

    I would try to restart the application web planning to see if it clears the error message.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Why not screw created VITs automatically members of the class if the VIT is a Member?

    I have a .lvclass that contains a LIVING that I use to create methods.  The LIVING is a member of the class so that it can access data members.  However, the new screw that I created from the template are not automatically members of the class, so I have to save and add them to the class, when they are complete.

    Is that what I can do to save the extra steps?


  • Why list of members of the period cannot be used in the rule file to limit the period?

    Hello

    HFM, I created a list of members period in the members list file.

    for example:

    Dim aPeriodLists (9)

    If HS. Dimension = 'Period' Then

    aPeriodLists (1) = "[FcstActMths]".

    ......

    ......

    ===========================

    ElseIf HS. Dimension = 'Period' Then

    If HS. MemberListID = 1 Then

    HS. AddMembertoList "January".

    HS. AddMembertoList "February".

    ===========================

    then in the rules file, I created a rule ondemand for datacopy real forecasts, but want to copy for the period of the membership list [FcstActMths].

    so as a rule I tried below:

    ......

    For each povPeriod in Hs.Period.List("","[FcstActMths]")

    .......

    but it does not work, the error indicates:

    object does not support this property or method HS. Period.List.

    =====================================================================================================================

    Then I found that, for the function of list of the object are not period dimension.

    But what I want is efficiency above.

    Is there another way could do?

    =====================================================================================================================

    I also tried to create the array, like this:

    Dim FcstActMths

    FcstActMths = Array ("January", "February")

    ..........................

    For each povPeriod in FcstActMths

    .........................

    =====================================================================================================================

    has not worked either, during the race, the table cannot limit in time that we select...

    Hello

    The reason why the rules does not run is because you canmot run rules

    for each period of your table, but only for the month that is on your

    Current POV.

    On this basis, you must change your rules and write something similar to:

    Table = (month1, Month2,... monthX)

    If instr (table, current month) > 0 then

    Run rules

    End if

    I'm sure it will work.

    See you soon,.

    Thanos

    November 24, 2015 07:45, "community-admin" [email protected]>

  • Planning error object is locked when loading of the dimension members by HAL

    We have a problem loading a dimension members in a planning application. We get the error message Error: com.hyperion.planning.ObjectIsLockedException: the PKI object is locked by another user.
    We can load other dimensions, and we do not have the sessions/users in the application.
    We have also restarted the planning service.

    Has anyone seen this problem before?

    Thank you very much

    / Henrik Waernes

    You should be able to clear the lock by restarting the web application Planning Server.

    You can also take a look in the HSP_LOCKS table.

    I hope this helps.
    SEB

  • How to determine the number of members in the dimension of a dimension

    I would be very grateful for a tip on where and how can I find the number of dimension members in a dimension of a Hyperion Planning application. I found nothing explicit in EPMA or EAS. Thank you very much in advance! :)

    2 other places

    Go to the Application Administration/Dimensions

    Click on the 'Parameters of Performance' tab, you will see all dimensions and all the number of dimension members at the same place

    Go to the EA. Go to the App go to the database. Make a right click Select Edit properties. Click the Dimensions tab, you will see again all the dimension and member count

    Published by: EW on July 20, 2010 14:38

  • HOW TO LOAD DIMENSIONS / MEMBERS IN ESSBASE ASO REQUEST

    Hello

    We are running Oracle EPM 11.1.2.4 and created with success the planning application help EPMA workspace, it is necessary to create a reporting application. We have created a new application of ePMA workspace as essbase ASO and have dimensions of base construction and members of epma itself, the need is to have the same dimensions / members in the application (planning and ASO). My question is:

    How to bulk load dimensions / workspace members in Essbae ASO using EPMA / EAS?

    Thank you

    Concerning

    Shahrukh

    You must use the same method to load the members that you already use in EPMA, if it's a pure Essbase applications and metadata should be loaded for EPMA and not through the Regional service.

    If you already have applications of EPMA, then you would use the same method.

    See you soon

    John

  • Members of the family in different countries.

    All of my family members are in different countries, my account is in the US store, my wife uses China, my sister's account UK and my parents are from Taiwan. I was an installation plan of a family sharing for my family through my credit as a gift for them.

    However, after sending the invitation family hand to them, they said that forcing system to change their country apple ID, which will be the effect on their container and apps.

    My parents don't know even how to change country. Why a family shares could have an impact on their previous applications and also to climate forcing of store countries?

    I just want to buy apps and music apple for them through my APPLE ID, why things could become so difficult?

    Apple cannot and should not forcing Member of my family to use the same account of country.

    It is family sharing, so no sharing society or school sharing. Members of the family of blood relations are not relations of countries or relationships of the location.

    Please tell me how to use my credits and APPLE CORRECT installation ID family shares without changing APPLE ID countries worldwide.

    Thank you.

    While I can't find anything that says explicitly as much, I think that Yes, all members of the 'family' should indeed be in the same country and using the same iTunes country and stores the App. However, you should contact support for more information: https://getsupport.apple.com/

  • Attribute in the form of planning data Dimension members

    Hi all

    We see members of dimension attribute in the form of planning data? Pls help

    Yes it is possible in 11.1.1.3, for example in your line selection a dimension that has attributes associated with it. Select the properties of the dimension next to the drop down.
    Check "enable the display of the custom attribute (parameter applies to all dimensions with attributes):
    Select the dimension attribute

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How to sort the members of the dimensions in planning by ODI

    Hi all

    I need a suggestion for this problem

    I m building dimension in planning using the ODI Conector and I need to sort members in the dimension, I set the property 'LOAD_ORDER_BY_INPUT' in the tab 'flow', but does not work, anyone have an idea to solve this problem

    I use EMP 11.1.2

    Thanks in advance
    Cristian

    LOAD_ORDER_BY_INPUT takes as input, you are sure that the members are in the correct order when it passed through the transit area.
    In any case I usually customize the IKM to use an "ORDER BY" on the SQL statement.

    If you have a look at this post:-http://john-goodwin.blogspot.com/2010/07/planning-1112-additional-odi.html
    And search for the position of "* what we need to do is to order the files loading."
    He will explain how to go about the personalization of the IKM

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Flip sign for non members at the level of zero in the Measures dimension

    Hi Essbase gurus,

    I'm trying to convert dynamic hierarchy of measures hierarchy stored (account) to take advantage of the aggregation of the aso. This hierarchy has + and - bindings so I'll be converting all to + and assigning the UDA as FlipSign to load the data with - ve value in good standing of the load.

    lesson plan:

    NET installs no. (value = 2)

    -> No. install reconnects (value = 5)

    -> No. install disconnects (value = 7)

    New contour

    NET installs no. (value = - 2)

    -> No. install reconnects (value = 5)

    -> Not install disconnected (FlipSign UDA) responsible for value = - 7

    I am facing challenge where I have no no member of level in this hierarchy needs to be presented in the form + for users of. How can I make Net No. installs even present as previous + 2?

    You have until the tag all members you want sign flip, then create an extra dimension of 'View '.  It will contain only one stored, 'Enter' or 'Data' as it does not affect the size of your cube.  Then, you add a dynamic member with an MDX formula to return the sign of marked members.  Reorganize the dimension so that the 'flip sign' display the Member is the default if the user makes no selection, that is to say that the "sign flip" Member rolls up to the top.

    You add a very small overhead of MDX, but it should be useful if you can do your accounts any dimension of a stored hierarchy.

  • ODI and delete share accounts members to the planning

    Hey there,

    We have 1 alternative account hierarchy, that remove us all level 0 marked as shared dimension member counts.
    The problem is to do takes Age, at the same time of rear loading done in minutes, these members removal takes an hour.

    Do you know if there is a problem when ODI remove members shared planning?
    Do you know what Oracle is doing in the background (we have Oracle as database)?

    Thank you

    You can test the removal even using the outlineload utility to compare the results, if there is a big difference in the time then he connect with Oracle.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Security &amp; members of the Dimension of the Page

    I cost centers dimension in my opinion page on a form to data. My question is the cost center dimension members appears according to security/access permissions when users click the menu drop-down? In other words, if a user no longer has access to the costcenters a, b and c-, it's that everything they see?
    Version is 11.1.2.

    Roles can be assigned to a user (via HSS):
    http://download.Oracle.com/docs/CD/E17236_01/EPM.1112/hss_admin/ch09s04s05.html

    Once you have created a user and he gave roles according to your requirement, link below will help you in the allocation of access to members.

    How to give access to members in Hyperion Planning:
    http://download.Oracle.com/docs/CD/E17236_01/EPM.1112/hp_admin/acc_mem.html

    See you soon...!

Maybe you are looking for