Workforce Planning - use of generic Dimensions in the variable Designer

Hi gurus

I am currently working on an application of workforce planning.

I'm working on a script by transfer of an employee to a cost center to an entity in another Centre of cost in an entity.

I then go to variable designer to modify the variables 'DepartmentFrom' and "DepartmentTo", in the hope of seeing the Dimension cost center and entity

Then, I discovered that I can't select a generic dimension, in which my dimension 'Cost Centre' is a generic type.

Only the standard types are available; Account, currency, entity, period, script, Version, year.

Is it possible that I can make a generic dimension available when selecting the dimension type in the variable Designer?

Please help, this may affect my dimension model in my application of workforce planning.

Thank you!

You can create the Variables to the application or database level instead of create Global Variables.

At the level of the application or database, you will get the option to select the dimensions of the custom in the Variables.

Kind regards
Malezieux

Tags: Business Intelligence

Similar Questions

  • How can I use a script to set the variables?

    I have a script to set a few variables and I need to run the script multiple times throughout the form, for different users at different times.  How can I configure the script as an object in the Variables and call it when I need to run it?  Appreciate all help.  I use SS3.

    var emailSubject = "";
    var cleanDate = Page1.EventDetails.Block2.SpeakingDate.rawValue.replace(/[\/]/g, "-");
    var eventName = Page1.EventDetails.Block1.EventName.rawValue;
    var eventCity = Page1.EventDetails.USaddress.CityEvent.rawValue;
    var eventState = Page1.EventDetails.USaddress.StateEvent.rawValue;
    emailSubject = cleanDate + " - " + eventName + " - " + eventCity + " - " + eventState;
    

    To create a function to be able to reuse the code easily right click in your hierarchy (for example, on your "form1"), click "insert a Script object.

    A new script object will be created, just rename it to something appropriate and then create a function both inside and

    function myFunction(var1,var2,var3){
    ' just an example '
    page1.textfield1.rawValue = var1 + var2 + var3
    }
    

    (I didn't fully understand the significance of the date and the event and the city, and exactly what your function is supposed to do, but it's how you declare a function).

    To call this function you simply reference as form1.scriptobjectname.myFunction(123,"asdf",variablename)

    (just one example of the possible arguments).

    I hope that's not too hard to follow,

    Best regards, Mattias

  • Set limits for requests for execution in the Variable Designer


    Hello world

    In Variable Calc Manager Designer, there is a place to enter within the limits of the variables.  I have currently a fast run time set up and I wonder if it is possible to give the user the ability to view all of the hierarchy of a dimension when prompted, but accept only level 0 members.  Right now, if I limit it to upgrade only 0 members, it is confusing to the end user because it is an endless list of members with no order.  So I want to be able to continue to use the hierarchy to navigate to the Member at level 0, but only accept it and run the rule if it is a 0 level.  Thanks for your help!

    Maybe you could be a condition in the calculation to accept only level 0.

    So if the user selects a level no 0 member the business rule will not run finished.

    An example would be:

    IF (@ISLEV ('dimension', 0))

    do something

    on the other

    do nothing

    endif

    I think you can have message appear with a function so that you can inform the user that the input value was not level 0

    Concerning

    Jimmy

  • Consolidation of generic dimension

    Hello

    After the issue, we have:

    We have a generic dimension on the data form. All members whose parents are StoreData. I use to calculate the parent business rule Calc Dim...

    When I have 40 to an input member and run calculation script the parent gets consolidated and stores the 40. But when I delete my 40 and initiate the calculation of the parent company retains the value of 40.

    Any idea?

    Thank you

    Hello

    Just to be clear you set the Member of #missing and the aggregation does not the parent #missing.
    If so it may be you must assign global missing, try adding the following to your script SET AGGMISSG ON.

    See you soon

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

  • Information from LabVIEW to TestStand using a notifier TestStand and the SetEx method

    Hi all

    I'm trying to use the parameter dataPropObj of the SetEx method to send information of LabVIEW TestStand during setting of the notifier. The works of declarant perfectly by itself when I wire variant empty constant by default entry dataPropObj of the INotification invoke method node, but all that is wired in causes some kind of problem. I tried wiring a string (which, according to the description of SetEx, should work), as well as a string converted to a Variant. If the string is empty, no work. TestStand hangs at step waiting for this notification. Again, the notification works very well when I wire only a constant varying vacuum at the dataPropObj of entry.

    All this is to work as part of a larger VI, but I extracted just this feature on its own sequence and vi, so there should not be other interfering factors I can think. If it makes a difference, the VI is called asynchonourly during the cleanup of the MainSequence group. I have to do this by calling a sous-suite as a new thread.

    Any help is appreciated.

    Thank you

    You must use Engine.NewPropertyObject () to create the variable you pass to the dataPropObj parameter. For example, if you want to pass a string, you must do the equivalent of:

    PropertyObject myPropObj = Engine.NewPropertyObject (PropValType_String, false, "", 0);

    myPropObj.SetValString ("", 0, MyStringValue);

    Hope this helps,

    -Doug

  • Recommended image size and the dimensions of the images on the retina of the iPad?

    What are the recommended dpi of the image size and the dimensions of the images designed in such DPS displayed on a retina iPad app?

    Take a look at the following link:

    http://blogs.Adobe.com/indesigndocs/2012/03/guidelines-for-creating-folios-for-iPad-3.html

  • How to use the variable in the coil

    How can I draw a sequence number of the database and use it in a sqlplus spool file name...
    This forum works as: sqlplus user/pass@sid@c:\file.sql

    sample file:

    BEGIN
    declare

    V_E_NUMBER varchar2 (7);

    Start

    Select "E" | LPAD (RWP. E_NUMBER_seq. NEXTVAL, 6, '0') IN THE DOUBLE V_E_NUMBER;

    end;
    end;

    Select "E" | LPAD (RWP. E_NUMBER_seq. CURRVAL, 6, '0') IN THE DOUBLE V_E_NUMBER;
    trigger the echo
    SET THE POSITION
    SET LINESIZE 430
    set verify off
    SET PAGESIZE 0
    SET TRIMSPOOL ON
    SET OFF calendar
    SET termout ON
    SET feedback OFF
    coil d:\securedASP\CORE. BU34500.AR.'|: V_E_NUMBER |'. RECEIVD
    Select * from table;
    spool off

    Hello

    Use a substitution for that variable:

    COLUMN     v_e_number     NEW_VALUE v_e
    
    SELECT   'E' || lpad ( RWP.E_NUMBER_seq.NEXTVAL
                        , 6
                   , '0'
                   )          AS V_E_NUMBER
    FROM    DUAL;
    
    SPOOL  d:\securedASP\CORE.BU34500.AR.&v_e..RECEIVD 
    

    Note that this does not at all use PL/SQL.

    The variable can be used without quoting or concatenation.
    Which can lead to situations where it is ambiguous as to which is part of the name of the variable (the variable is named ve in this example), and what is literal text that happens to come right after him. To resolve these issues, use a point to mark the end of the variable name.
    In your case, you want a literal period just after the variable name, use two: one marks the end of the name, and the other is taken literally.

    Get the SQL * most orders
    COLUMN,
    The VALUE of CONCAT, and
    SET
    For more details.

  • Is it possible to use EAS to manage the planning of the Dimensions and the members?

    Our Organization is still under implementation of the planning and implementation partner said that you can not use EAS change members because it would cause problems and I want someone to verify this, because I have little hard to believe.  I mean, using workspace is so awkward to edit members while eas is much easier and really tempting for me to try, I don't want to screw up anything.

    Any input is greatly appreciated,

    Bret

    Yes. It is not best to use EAS to change members / any changes to metadata

    Planning is as a web based tool for planning/preparation of the budget having Essbase as a backend database and all the metadata is stored in a repository of the relationship (of planning) and are pushed into Essbase (where your data is stored).

    If you use Web Forms / has all the planning, and if you make changes to members directly in environmental assessments, it is reflected in planning and it is always advisable to not make changes directly from EAS.

    If it's just one / two Member changes then I would directly in the planning of the workspace. If there is a set of members then I prepare a file and then run it using contour load utility

    HTH

    Amarnath

    ORACLE | Essbase

  • Need guidance in the workforce planning

    Hi all

    I'm working on the project, where I create forms of data in the workforce planning. I also read staff of Oracle Hyperion planning Administrator's Guide. My question is can someone help or guide me to create types of my plan?

    I can create dimensions of navigation > Administration > Dimensions > Add Dimensions

    I can create forms of navigation data > Administration > forms of data management > Create

    In light of issues I have confusion on sub...

    1 I know there is data pre-build forms... so, how can we change and use them for loading data? I can understand, we can load load SUN or utility contour data but how can load us data manually?

    2. What is the relationship between a Dimension and data forms that I mentioned up there? If I create Dimensions, we can work or data forms or is there any other philosophy?

    3. how to increase the lines and columns in these forms of data and what are the areas for HR?

    I learned to create two-dimensional, i.e. officials and positions. I can create those Dimensions as I mentioned above the steps, but what kind of parents and children that I need and how do I load these dimensions in actual data forms.

    I hope a positive response...

    Thank you very much in advance for helping me understand this labor... I'm really new staff please help...

    Thank you

    Looks like you're new to the workforce not planning only.

    Question 1, you can enter data through forms, you can enter data via smart view or the excel add-in, you can load the data directly into essbase data using the rules of charge, charger contour or ODI. You can change the shapes and design them to how you want to watch.

    Dimensions and members are displayed in the forms, you create forms and select which members of the size you want in the forms.
    You will neeed to create members first before you create with them in the forms.

    I'm not sure I understand the question 3, if you want more rows/columns you add more members or use a function such as descendants (membername)

    I would suggest really you a reading of the planning admin documentation before moving on market work or training for planning.

    See you soon

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

  • Empty drop down list - planning - Web Forms - Dimensions in the axis of the Page

    Hello

    The drop-down menu that appears when you click on one of the dimension in the axis of the web forms page appears empty. The problem is unique to the single dimension when used with Alias Web form that a single application a plan type and a single instance. The special dimension has more than 1,500 members of level zero and has a seven-digit code and description of words 2 to 5 in the alias.

    I tried to rebuild the shape / LCM for instance different but nothing has worked. I think that this could be attributed to the problem in the JavaScript for menu drop-down. But I have no knowledge on javascripts so abstained.

    Feel free to ask all the questions and thanks in advance.

    Thank you

    RJ

    Finally with the help of the Oracle, I found the problem. The problem was some control characters in the names of aliases which are not visible in the user interface. Somehow these characters in the name of the alias has been added during the transfer files on the remote server or the load control metadata.

    changed ODI reloaded code execution on the target data store, metadata, and the problem is solved.

    See you soon.

  • Re-initialize the workforce planning

    Hello

    We use the Classic 11.1.2 application. Workforce planning was purchased during the initialization of the project. Total 3 possibilities of use and 4 types of diet (PL, Rev, salary and manpower planning) in each application. After you initialize the request once of the workforce planning on the one hand demand, the workforce planning has been abandoned so all forms and related content has been removed from this planning application (the essbase cube and relational databases is still there).

    How we can reset it? The initialization option under administration - boot is not visible in this application. 2 other applications always have the option to initialize the workforce planning. Do we not have to recreate the application?

    Thanks in advance.

    I advise to do, however if you are still interested, here's the link Oracle - Hyperion Labs...: re - initialize the Capex and labor

    Concerning

    Celvin

    http://www.orahyplabs.com

  • Load the metadata of EBS to HFM and planning using ERPI

    Hi all

    I have a confusion about the process of loading metadata to HFM EBS and planning with ERPI. These 2 applications in EPMA. The ERPI Admin Guide:

    "

    EPMA - loads of metadata in the interface tables Performance Management architect

    and then uses an import profile generated automatically to load the metadata in

    Performance Management architect. Import profile pulls interface tables

    for dimensions and the Synchronizer data pushes the data.

    "

    This isn't about shared library. My question is which of the 2 following metadata stream is correct:

    EBS a.-> Interface-> target HFM or planning Tables.

    OR

    b. EBS--> Interface Tables-> Shared-> target HFM or planning Library.

    If b is true, why do we even need specify 2 different targets?

    Thank you all.

    If the size of your account is shared in both applications, the new account will be added in both. You don't need to manually add the two applications.

  • Setting up the workforce planning

    Hello

    We have an obligation to put in place a planning that is a requirement of the day 2 of the workforce.

    1. can create a normal planning application and then convert it to a workforce planning? If so, how?
    2 have we not create a separate Plan with the workforce planning selected type when creating the application, implement the planning of labor?
    3 Prereqquisites for the manpower planning?

    Help, please

    Hello

    1. can create a normal planning application and then convert it to a workforce planning? If so, how?
    Rep. : you can have a separate planning application and customize it to planning by creating your own labour
    dimension custom as an employee etc. But you cannot convert in workforce planning that comes with the installation of vanilla from planning.

    2. don't we have create a separate Plan with the workforce planning selected type when creating the application, implement the planning of labor?
    Rep. : You don't have to create the type of separate plan for labour. When you select labor during the creation of the planning application
    and initialize after the creation of the app, it will automatically create the actual cube plan type or of the active population of Essbase for her.

    3. prerequisites for the manpower planning?
    Rep. : No configuration required, you can see the workforce_admin guide to learn more about the workforce planning.

    Thank you
    Sourabh

  • Brews a new dimension in the Application of Hyperion Planning

    Hello

    I want to add a new dimension in the planning application. I have already some data in the ESSBASE cube.

    Is it possible to add a new dimension, without losing the existing data. Please guide me.

    I use version Hyperion 11.1.2.1.


    Thank you
    Sunil.

    To be sure why don't export you all the data in the format of the column, then you can create a rule from load to load again against a member in your new dimension.

    See you soon

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

  • ODI to load dimensions in the Application classic Hyperion Planning 11.1.2.1

    Hello

    I tried to load some dimensions in Hyperion Planning 11.1.2.1 Classic Application using ODI 11 g.

    The problem, just the other side is

    org.apache.bsf.BSFException: exception of Jython:
    Traceback (most recent call changed):
    File "< string >", line 23, < module >
    at com.hyperion.odi.planning.ODIPlanningWriter.validateColumns (unknown Source)

    at com.hyperion.odi.planning.ODIPlanningWriter.loadData (unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)


    com.hyperion.odi.planning.ODIPlanningException: com.hyperion.odi.planning.ODIPlanningException: the source result set contains the column [C1_ACCOUNT] that has no corresponding column on the side of planning.

    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:346)
    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2458)
    at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:48)
    at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
    at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2906)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2609)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:540)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:453)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1740)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:338)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:214)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:272)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:263)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:822)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:123)
    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:83)
    at java.lang.Thread.run(Thread.java:662)

    This is the code that returns the error

    from com.hyperion.odi.common import ODIConstants
    from com.hyperion.odi.connection import HypAppConnectionFactory
    import java.lang class
    import java.lang Boolean
    import java.sql *.
    from java.util import HashMap
    #
    # Get the select statement in the meeting area:
    #
    SQL = "" "select C1_ACCOUNT 'Account', 'Parent' C2_PARENT, C3_ALIAS__DEFAULT ' Alias: Default ', 'Memory' C4_DATA_STORAGE, C5_AGGREGATION__PLAN1_"(Plan1) aggregation"of" C$ _0Account "where (1 = 1) '"

    srcCx = odiRef.getJDBCConnection ("SRC")

    stmt = srcCx.createStatement)

    srcFetchSize = 30

    stmt.setFetchSize (srcFetchSize)

    RS = stmt.executeQuery (sql)

    #load data
    stats = pWriter.loadData (rs)

    #close the database result set, connection
    RS. Close()
    stmt. Close()

    I created 2 models in my designer:

    HYPERION_MODEL_TEST and ORACLE_SQL_SOURCE, the first has the reverse engineering dimensions ranging from planning and the other is to get the table that contains the members of my size. For the staging area, the synopsis in memory DB is used.

    LKM SQL for SQL and SQL IKM in Hyperion Planning is used.

    In the interface, I take the source table and the dimension of planning as a target I map the Parent, Alias account: by default, the data storage and ownership of aggregation (Plan1) of the target of the GBA in my dimension table.

    All be saved well and when I run it I get the error, clues?

    Cheers, Sandi

    First of all there is no interest in using the memory storage engine as the staging area if Oracle is your source, you can also use Oracle as the transit area, the staging area probably will not be used as usual a straight SQL query will be generated.
    In your target mappings have also tried setting "run on the staging.

    See you soon

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

Maybe you are looking for

  • L50-C-1GL satellite output HDMI matrix switch 8 x 8

    In recent years I used Dell laptops for karaoke connected to several screens via a matrix switcher HDMI 8 x 8. I recently bought the satellite L50, tried last week, connected to the matrix HDMI switch but got the following on the TV invalid Format er

  • Remove the sidebar email

    Looking my mail aol (in my case) on my two IPads I'm unable to see the full email without the left side bar displaying the usual 'inbox' "junk", "trash" and options files that you use to navigate in your emails. Help, please.

  • Qosmio X 500-Port VGA does not work

    Hello The VGA port doesn't seem to work in my Qosmio X 500 02 g.Can someone tell me why? My hypothesis is a defective VGA Port, because it worked very well, but there might be a chance that there is a random setting that gives me a hard time. The cab

  • Unable to connect to the internet at all.

    On my current desktop as my enthernet and WiFi or wireless drivers have been deleted from my HP Clubhouse Office p7-1240 and I cannot access internet on it at all. I can't install the drivers because I can not download them on the internet because I

  • HP laptop Toshiba LCD TV via HDMI connection

    Sometimes, I try to connect my laptop HP G70t for my Toshiba LCD TV. I see that if I close the laptop the TV picture also disappears. What should I do to have the TV be posting video, even when the laptop is closed. Note: I should still be able to us