Selection of a range of members on planning data forms?

Hi all

Can someone confirm that it is not possible to select a range as a member on a form of planning data?

Here's my situation:

Description: A form of planning we would like to fill months. Currently the planners can enter data in six months: July-December. In October, we will change it to Oct:Dec.

Question: For each form of data, we manually add/remove members.

The attempt failed: created a SubVar and entrusted the following range: & CurFstMo:Dec. Of course, it doesn't have :)

Work around: I think that the simplest solution is to display 12 mountains and change the date start and end for the forecasting scenario. I need to check with planners if they would be okay with showing all the 12 months other than just the month of entry.

Can you think of another solution?

Thank you
Mehmet

Hello
Here's a solution that might be useful:
Re: Rolling forecast

See you soon,.
Alp

Tags: Business Intelligence

Similar Questions

  • Use the members on the data form

    Hi all

    "I have a form with attached a few business rules with option 'Use members on data form' business rules 'Year' is guest Runtime ' and the form 'Year' is in the Page with CurrYr & NextYr. When I run the BR of the shape, it's taking the protected member 'Year' for "CurrYr" instead of "FY10" and error due to there is no "CurrYr" Member in the Dimension 'year '. If run the same BR of EAS with options select correctly it is works well but not Web form as it is treatment 'Year' as 'CurrYr '. I restarted all services but no use.


    The same forms and the same rules in another proceeding properly. Event this instance also worked very well before a couple days back. Why all of a sudden he behaves like that.

    I use the system of Hyperion 9.3.1


    Thank you and best regards,

    Looks like it could be the problem

    6753394 when you start a business of a form of planning rule and of the business rule contains a value of substitution variable is filled at run time and assigned to a dimension of planning, the substitution variable name is filled in the window run time fast (RTP) instead of the value of the variable substitution.

    It's while he was supposed to be fixed in patch 9.3. 1.1.6

    See you soon

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

  • Importsecurity SL_ClearAll also remove security planning data form?

    Hi, I use importsecurity tool to manage my security of planning on the dimensions.
    Everything is correct, I'm loading security with a lot, everything is correct... except for one small detail:


    -J' uses the SL_CLEARALL parameter to clear the existing dimension members security and also clear security of Planning data types!
    That is to say after using this command, dimension members security is good, but my users can no longer see any dataform :).


    I have check the Importsecurity parameters in the hp_admin.pdf and I think that there is no possibility to load security on forms of data in this way?

    Is that someone has an idea (to avoid the deletion of security of data forms or how to load automatically)?


    Best regards

    Hello

    You don't specify your version, but I know that you can import the security for forms in 9.3 +.
    It is not well documented, but if you just put the name of the form instead of the dimension member then it should work.

    See you soon

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

  • Select the query to select the month range based on the current date.

    It's the database 10 g oracel.

    I want to choose two months of data in the table. But these two months should be based on the current date.

    For example.

    If I run the select query on July 7, 2013, then the query must ignore the current month being July 2013 and last month, which is June 2013 and it shoud select only may 2013 and April 2013.

    Can someone help me how to make this request.

    SELECT *.

    FROM my_table

    WHERE my_date > = TRUNC (ADD_MONTHS (sysdate,-3), 'MY') - first day of the month 3 months ago

    AND my_date< trunc(add_months(sysdate,-1),'mon')="" --="" first="" day="" of="" last="">

  • Order of members in a data form

    Hello

    Say, in the form of Page axis data design e.g.Test, I select the members in the A of the order, the B, C, D, E and save the form. When I run the form, Member of the page axis 'Test' would be A, B, C, D, E.
    My requirement is I want the data always form to show me a first member by default every time I run the form and not the Member that I used in my previous session(before logoff).

    Is it possible to always by default the drop-down list for a particular Member?

    Thank you very much

    Hello

    You will need to set the display options for all users of the user. For this. Goto file-> preferences
    Click Schedule
    Tab 'Display Options' goto.
    Update 'To remember members of the selected page' on 'no '.

    Similarly, to do this at the level of the application, log in as administrator.
    Click the "Administration" menu and then select "Application settings."
    Select "Application perceived by default"
    Tab 'Display Options' goto.
    Update 'To remember members of the selected page' on 'no '.

    Let me know if it helps.

    See you soon
    RS

  • Write access to members on the online form

    Hi all

    I use planning 9.3.1. I selected 5 lines account dimension members in a Web Form. How can I assign one writable only by 2 members and other 3 Member read-only access. Is this possible. Please drop your suggestions.

    If users are going to access the data through financial reports, web analytics or the excel add-in then Yes, you need update the security filters.
    To keep everything in harmony, then it's probably best update filters.

    See you soon

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

  • Data forms - the names of the members &amp; alias

    Hello

    I would like to display the name of the Member and the alias page dimensions in planning data forms... am I crazy or is this not possible? It seems that you cannot have one or the other of the dimensions of the page, but for the lines, you can have both.

    11.1.1.3 version

    Martin

    You can have either member name or Alias.

    See you soon... !!!

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

  • WPF chart - select a horizontal range

    Hello

    I use the chart WPF of MS2015, I want to allow the selection of a range of horizontal (without zoom) so that the user can see the selected range.

    1. How do I allow to select the horizontal range in the chart?

    2. the data graphic is ChartCollectionAnalogWaveform , how can I access the data of the selected only (I want to show statistical data)?

    What you describe sounds like a perfect fit for the RangeCursor . For example:

    XAML

        

            

                

            

        

    Code

        foreach( IPlot plot in graph.AllPlots ) {

            var values = rangeCursor.RetrieveValues( plot );

            using( var xValues = values[0] )

            using( var yValues = (Buffer)values[1] ) {

                double average = yValues.Average( );

                string example = string.Format( "Plot {0} average over [{1:0}]: {2:0.##}", plot.Index, rangeCursor.ActualHorizontalRange, average );

                // ...

            }

        }

  • Form of planning data cut the names of members with "&lt;" or "&gt;" in the name

    We have recently updated to 11.1.2.3.500 (patched to 11.1.2.3.501 Planning) and noticed that on our forms of planning data, it's cut the names of the members so ">" or "<" are in the name of the Member.

    For example, we have the following Member: ' cost-per-minor Suite Tower (< 5K).

    In EPMA, planning, Essbase and financial information, the name of the Member fine poster Dimensions. When we use the Member in a data form, it displays as "cost per minor Suite Tower ()"-it cuts the ' < 'and everything after it. "

    We tried to recreate the shape of data, but it still cut the name of the Member. There is no alias on this member, and we have it just show the name of the Member.


    If anyone has experienced this before? As much as I know aren't restricted characters, but maybe something with 11.1.2.3.500 coding and the thought those who are part of the tags.


    Thank you in advance for your help!

    We had a similar problem with & in smarlist and patch.502 to be fixed. However, I put in "cost per minor Suite Tower (a member of your).< 5k)"="" in="" the="" .502="" environment="" and="" i="" saw="" the="" same="" issue:="" where="" "cost="" per="" minor="" suite="" turn="">< 5k)"="" cuts="" off="" to="" cost="" per="" minor="" suite="" turn="">

    and I tried just "cost per minor Suite turn."< 5k"="" and="" it="" provided="" this="" cost="" per="" minor="" suite="">

    We also have a 11.1.2.4 environment, I tried this and the question even exsits.  And I guess the only work is about setting out there because that's what they gave us said regarding the & in smarlists.

  • I have a subscription, it's almost over, but I need to change plans and cannot select one I need in the menu plan for change, and I can't cancel. Is it possible to cancel it?

    I have a subscription, it's almost over, but I need to change plans and cannot select one I need in the menu plan for change, and I can't cancel. Is it possible to cancel it?

    Hello

    Please contact support by calling/chat for cancellation requests and billing queries:

    Contact the customer service

    * Be sure to stay connected with your Adobe ID before accessing the link above *.

    You can also check the help below document:

    https://helpx.Adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

    Please go through the Adobe - General conditions of subscription as well.

  • Select the page range

    Hello

    How select the page range and perform our duties with the special pages?

    Selva

    The example script below focuses on the dialog box that is used to get the scope of the user pages. Run the script and parse the code. You should be able to apply it to your needs. I hope this helps.

    try {}

    assume that the document is opened

    docRef var = app.documents.item (0);

    maxPages var = docRef.pages.count ();

    provide the variable to contain the user's response

    var userResponse = dialogWChoices ("Name of dialogue', while 'label here", maxPages);

    Enter the function call that treats all pages

    If (userResponse [0] == 0) {}

    Class (docRef, 0, maxPages);

    } else {}

    var minPageRef = userResponse [1] - 1;

    var maxPageRef = userResponse [2] - 1;

    Class (docRef, minPageRef, maxPageRef);

    }

    } catch (e) {}

    alert (e);

    }

    Alert ("Input by the user" + userResponse [0] + "" + userResponse [1] + "" + userResponse [2]);

    function to treat the page range

    function class (docRef, minPageRef, maxPageRef) {}

    var thispage, thisFrame, docOffset;

    for (var i = minPageRef; I<= maxpageref;="" i++)="">

    Thispage = docRef.pages.item (i);

    docOffset = (thisPage.documentOffset) + 1;

    thisFrame = thisPage.textFrames.add ({geometricBounds: [36, 72, 100, 300]});

    thisFrame.contents = 'Page of Hello' + docOffset

    }

    }

    function gets the page range, or 'all' of the user

    function dialogWChoices (dlgName, cancelIt, dLabel maxPages) {}

    var userCancelled = false;

    var origValue = app.scriptPreferences.userInteractionLevel;

    Make sure that the levels of user interaction will allow a dialogue

    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.INTERACT_WITH_ALL;

    create the dialog box

    var dlgRef = app.dialogs.add ({name: dlgName, cancel: cancelIt, label: dLabel});

    Add a column

    var dlgColumn1 = dlgRef.dialogColumns.add ();

    var dlgColumn2 = dlgRef.dialogColumns.add ();

    var dlgColumn3 = dlgRef.dialogColumns.add ();

    Add widgets for the first column

    dlgColumn1.staticTexts.add ({staticLabel: "PageRange :"});})

    Add widgets to the second column

    radioGroup var = dlgColumn2.radiobuttonGroups.add ();

    radioGroup.radiobuttonControls.add ({staticLabel: "All", checkedState:true});})

    radioGroup.radiobuttonControls.add ({staticLabel: "Range", checkedState:true});})

    Add widgets in the third column; put the reference in a variable

    var emptyRow = dlgColumn3.dialogRows.add ();

    emptyRow.staticTexts.add ({staticLabel: ""});

    var inputRow = dlgColumn3.dialogRows.add ();

    var firstField = inputRow.integerEditboxes.add ({minWidth:36, minimumValue:1, maximumValue:maxPages});})

    inputRow.staticTexts.add ({staticLabel: "thru '" "});

    var secondField = inputRow.integerEditboxes.add ({minWidth:36, minimumValue:1, maximumValue:maxPages});})

    display the dialog box and capture the result

    If (dlgRef.show () == true) {}

    var firstVal = 0;

    var secondVal = 0;

    var selButton = radioGroup.selectedButton;

    If (selButton == 1) {}

    var firstVal = firstField.editValue;

    var secondVal = secondField.editValue;

    }

    } else {}

    userCancelled = true;

    }

    dlgRef.destroy ();

    app.scriptPreferences.userInteractionLevel = origValue;

    If {(userCancelled)

    throw ("user canceled");

    }

    destroying the dialog box; script gets here if the user cancels

    return [selButton, firstVal, secondVal];

    }

  • FDMEE of planning data loaded successfully but not able to see the data in Planning - export of fish shows in FDMEE

    Hi all

    We loaded FDMEE data to planning, data has been loaded successfully, but not able to see the data in the Planning Application.

    In the processes log, I can see her mentioned data loaded in the Cube. Please advise on this.

    Thank you

    Roshi

    Two things:

    -I wasn't talking about method you import data but export data. You use the SQL method. Go to target Applications, select your application of planning/essbase, and set load method as a file. Memorize your settings

    2014-06-19 12:26:50, 692 [AIF] INFO: rules properly locked the file AIF0028

    2014-06-19 12:26:50, 692 INFO [AIF]: load data into the cube by launching the rules file...

    2014-06-19 12:26:50, 692 INFO [AIF]: loading data into the cube using sql...

    2014-06-19 12:26:50, 801 [AIF] INFO: the data has been loaded by the rules file.

    2014-06-19 12:26:50, 801 [AIF] INFO: Unlocking AIF0028 rules file

    2014-06-19 12:26:50, 801 [AIF] INFO: successfully unlocked rules AIF0028 file

    -Then export again and review. DAT file in the Outbox folder. Is it empty?

    -You need to add a new dimension to your import format (Dimension add > currency). Then add Local as expression

    -Import, validate and export data

  • Error loading of ODI planning data

    Hello

    I am trying to load data from the planning table. I get the error in the charge at the stage of planning data:

    com.hyperion.odi.planning.ODIPlanningException: com.hyperion.odi.planning.ODIPlanningException: java.lang.RuntimeException: HyperionPlanningBean::beginLoad: could not derive local systemCfg format for loading data.

    Code:

    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 ltrim (rtrim (C2_NODE))"Project", ltrim (rtrim (C3_PARENT)) 'Parent', case when ltrim (rtrim (C4_ALIAS_2)) is null then '#missing»»
    of another ltrim (rtrim (C4_ALIAS_2)) end ' Alias: Alias 2 ', case when ltrim (rtrim (C5_ALIAS_1)) is null then '#missing' another
    LTRIM (RTrim (C5_ALIAS_1)) end ' Alias: Default "," #missing ' 'valid for Consolidations ", ltrim (rtrim (C6_DATA_STORAGE))" Data Storage", ltrim (rtrim (C7_TWO_PASS_CALCULATION)) 'Calculation of two', case when ltrim (rtrim (C8_DESCRIPTION)) is null then '#missing' other '.
    LTRIM (RTrim (C8_DESCRIPTION)) end 'Description', "#missing '' formula' ', #missing '" UDA"', #missing ' 'Smart List', C1_DATA_TYPE 'Data Type'," #missing ' "Operation", ltrim (rtrim (C9_AGGREGATION_1)) '(F_AdSale) aggregation' of "C$ _0Project" 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()

    Any help will be appreciated

    -Kash

    I have not seen that error before but there's a doc in support of Oracle that highlights the error ' could not derive local systemCfg format for loading data [ID 1479461.1].
    It is not directly related to ODI or problem, but the workaround may help in your case.

    See you soon

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

  • How to add a date dd-mm-yyyy field type in a form of planning data

    Hi John,.

    PLS, I have a question about the possibility of adding a date field type for example 03/03/2009 in a cell of planning data request form.
    for example, I created:
    -2 members in period dimension: StartProject and EndProject and I need enter and follow the date for these fields;
    -a member of account called project;
    - and a simple form with these columns and rows;

    Try different settings for members of my - seems I can't date entry in the cell and rcvd errror: "you have entered an invalid value.

    Can PLS, you confirm whether it is possible to enter the date type in a form?
    If Yes, what is the specific configuration for account properties and the period: data storage, time balance, data type, etc. account type

    Thank you very much
    Robert

    Hello

    Go to administration > dimensions > evaluation order > period go to the right window.

    See you soon

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

Maybe you are looking for

  • What does the symbol of a bolt of lightning on iPhone?

    I can't find a definitive answer anywhere: average what symbol of Flash on iPhone? Specifically, the battery of my iPhone is dead and sometimes the battery symbol appears WITH the lightning bolt and the symbol of battery above it with a small amount

  • Presario CQ62 - a20ED Wireless drivers

    Hi all I just reinstalled windows 7 Prof 64 X on my Presario CQ62-a20ED. Download and install the drivers worked perfectly except for the wireless drivers. (URL http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=4063 & lc = on & cc = us & dlc = i

  • asking Siri 'open drive' opens the activity rather

    When I ask Siri "open workout" on my Apple Watch, it opens 'activity' instead.  It's a watch again - it is a replacement for my first watch which was replaced under apple care.  On my first watch, Siri worked perfectly.  Everything opened correctly w

  • Agent of cat shit Acer

    I lost an hour with this cat crappy service. They know nothing about such things. Never use it! J: M500 Crucial 960 GB factory recertified internal SSD 2.5 inch Compatibility to my laptop [edited to conform to the guidelines]

  • Netflix Silverlight

    OK, I hate to be cynical in the group, but almost all your solutions are different for the same problem. I've tried everything. Typical for the MS. Imagine if your car made in this way. You wouldn't keep long. I think that Netflix should be responsib