Dynamic period columns in data forms?

Hi,
We are running HFM v11.1.1.3
I have some input data forms that shows some different periods and scenarios, however the periods sometimes needs to be changed, so I was wondering if anyone knows a way in doing this dynamic?
For January we would like it to be:
C1=S#Actual.Y#CUR.P#CUR
C2=S#Actual.Y#CUR.P#CUR-1
C3=S#FYE.Y#CUR.P#CUR
and in March it should be:
C1=S#Actual.Y#CUR.P#CUR
C2=S#Actual.Y#CUR.P#CUR-1
C3=S#FYE.Y#CUR.P#CUR
C4=S#FYE.Y#CUR.P#CUR-2
in June and September it should be
C1=S#Actual.Y#CUR.P#CUR
C2=S#Actual.Y#CUR.P#CUR-1
C3=S#FYE.Y#CUR.P#CUR
C4=S#FYE.Y#CUR.P#CUR-3
so basically this would require 3 different forms, and with linked forms as well it will be many forms. So if there could be build in some kind of if statement?
Thank you in advance
Best regards
Kenneth

Hi Kenneth,
Nobody is answering you because there is no way to do that with Data Forms.
If you are skilled with Excel, and if you understand the implications of going that path, you can create dynamic Excel grids that send data to HFM using HFM functions.
Depending on your needs and your budget, you can also create a custom web application that would replace data forms.
If you want to stick with data forms, then you will need to create 3 forms (+the linked forms you mentioned).
Not sure that helped...
Julien

Similar Messages

  • Dynamic add row/columns to data forms(11.1.1.3) v/s (11.1.2.1)

    Hello All,,
    There used to be an option in Hyperion planning 11.1.1.3 to Dynamic add rows in data form. I don't see this option in planning 11.1.2.1 ?
    Could you please suggest how we can grant right users to add dynamic add rows and columns in data forms? or it is possible in 11.1.2.1 ?
    out user want to have a feature of adding row in data forms (planning forms)
    Thank you
    Edited by: 842804 on Aug 17, 2011 12:49 PM

    Do you mean 11.1.2, if so then adhoc web forms really take over from adding rows as they add much more functionality.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Dynamic add row/columns to data forms(11.1.1.3) v/s (11.1.1.2)

    Hello All,,
    There used to be an option in Hyperion planning 11.1.1.3 to Dynamic add rows in data form. I dont see this option in planning 11.1.1.2 ?
    Could you please suggest how we can grant right users to add dynamic add rows and columns? or it is possible in 11.1.1.2
    Thank you

    How about ad-hoc analysis? Have a read of this: http://download.oracle.com/docs/cd/E17236_01/epm.1112/hp_user/ch04s02s03.html
    Cheers,
    Mehmet

  • Planning Layout -KP66 with dynamic period column

    Dear experts,
    I would like to create a planning layout for cost center/ cost elements in which we have the different periods in the columns .The periods in the columns should dynamically select according to the planning cycle selected in the excel file.
    Planning Cycle                           Start Period                                End Period                Total Months
    JAN                                         JAN                                           JUN                            6
    FEB                                         FEB                                            JUN                            5
    MAR                                       MAR                                            JUN                           4
    According to planning cycle my period column should change dynamically.Please let us know how to create planning layout with dynamic period columns. I donot want to create the planning layout with 12 period columns to upload the data.
    Thanks & Regards
    Kumar

    NOT ANSWERED

  • Maximum number of rows and columns in data form

    Hi,
    I wanted to know if there is a limitation to the number of rows and columns that can be displayed in a data form, in Hyperion planning 11.1.2.1 ?
    And what would be the most appropriate number of rows and columns to be included for optimum performance.
    Thanks.

    Hi,
    While its a fun fact to determine how much one can stuff into a web form, the reality is: how much can a user reasonably consume in a web form?
    And what would be the most appropriate number of rows and columns to be included for optimum performance
    You will find that the answer to this is by "what design makes a web form most usable?" And no, the users don't really know what they want from a design perspective, they see it in their head, but usually what they ask for is something that would look entirely different (huge).
    The next thing to think about is the use of member selection functions in the page axis. IDescendants(Entity) in a dropdown could cause issues just as easily as too many rows - and again make the drop down unusable for a user.
    If your question is a bit more technical, then consider this (somewhat oversimplified): Web forms are constructed by a process on the server. Objects are created based on the form's definition and used by the process that builds the form. The process uses Cartesian looping (lots of iterations) to construct the form cell by cell, starting at the top left and finishing up in the bottom right. If the form has a million cells on it, then the loop and all the code within it runs a million times. The capability of the server has a lot to do with how well it can handle this request, and how many it can handle at one time.
    The result of this is gobs of HTML and JavaScript. All of this has to be sent over a network to the requesting client. The client starts receiving the web page code and has to render it in the browser and run the JavaScript. The ability to do this is limited by the browser, the OS, and the hardware that the client is running on.
    And that's just rendering the page for use.
    Now it has to be interacted with on the client machine, and changes parsed, packaged, and sent back to the server.
    So the technical answer is, there can be many limitations to how many rows and columns a data form can have - none of which can truly be anticipated by anyone. This is why I put the part about usability first in this post.
    Regards,
    Robb Salzmann

  • Custom Columns in Data Form

    Hi All,
    Is it possible to group few columns in a data form and give it a name ? Say I have many columns in a data form , I want to group randomly few columns and call it as a "Main group" , and for few columns I want to group and called it as "Sub group" . How can we acheive this ? Please help

    There's no such functionality within forms themselves.  However, you could create an alternate hierarchy called "Main Group" and "Sub Group" in your dimensions, and then use that alternate hierarchy to drive your forms.  Then make sure "Start Expanded" is not checked in the column dimension Display Properties (assuming you want the form to open with the group collapsed).
    Hope this helps,
    - Jake

  • Why my Data form is  still read only

    Hi All,
    I have created a planning application with the following dimensions
    Accounts, Entity, Scenario, Year total, version and currency.
    In entity dimension I have the following members
    Entity
    UK(level 0)
    US
    North Carolina
    Charlotte (level 0)
    Australia (level 0)
    In version dimesion I have two members draft1 as standard bottom up and draft2 as standard target.
    Data Form's Layout*
    PAGE : DESCENDENTS (SCENARIO), DESCENDENTS (ENTITY),DESCENDENTS (SCENARIO), (DRAFT1,DRAFT2)
    ROWS : DESCENDENTS (ACCOUNTS)
    COLUMNS : IDESCENDENTS (YEAR TOTAL), ISIBLINGS (FY12)
    After creating the data form, I tried to enter data in the Charlotte (level 0) but it is in read only form even though I select the version as draft 1 ( standard bottom up) . How can I overcome this issue.
    Kindly guide me.
    Thanks and Regards
    ChiDam
    Edited by: ChiDam on Jan 19, 2012 9:33 AM

    Hi KP,
    Thanks for your reply. The year total and period dimensions are set as columns in data form layout. We know that we won't select the member of the dimensions which are mentioned in columns but we select the member of the dimensions which are mentioned in pages. Also we checked which you have mentioned in the previous post. Is there any other possibilities to overcome this issue.
    Thanks and Regards
    ChiDam
    Edited by: ChiDam on Jan 19, 2012 12:51 PM

  • Dynamic Lead column repeats the same value

    Hi, I have a dynamic lead column with reporting groups attached to them. Also, I have date column in the data column which is also dynamic. In the layout the reporting group field shows only the first entry in the variable and repeats itself. When I enter the data and save it, data is saved in the right reporting groups...If I replace day with week(and no further changes in the layout) reporting groups show up...is it something to do with date field?
    Reporting Group       01/01/2008      01/02/2008  01/03/2008
    1                               $100                $ 120          $ 150
    1                               $110                $ 130          $ 160
    In the database it shows the second line reporting group as 2(which I want) but in the layout it shows up as 1.
    How can I make it show the correct value. Thanks,
    Bulusu

    Hi,
    When any of the dynamic lead columns or data columns you select them as dynamic, automatically the Infoobject is filled by the system and it would be greyed out. Copy the same infoobject like 0FISCPER, 0FISCYEAR and paste in the Description of the layout (for that dynamic column). Then it will pick up on its own.
    Otherwise if you put your own description like date, month and year etc. for all the columns or rows, as the case may be, it will give similar description.
    Regards,
    Ravi

  • Select Members in Data Forms via UDA or Substitutionvariable

    Hello,
    I want to select members in row or colum dimension of a Planning data form via an UDA. But it is only possible to select members via hierarchy (member, sibling, parent,...).
    Is there a possibility to select members via UDA?
    What I tried is:
    1.) in the definition of the dimension members for the dimension "Period" in the data form I filled in: "@UDA(Period,FC01)".
    I get the error "The member @UDA(Period does not exist or you do not have access to it."
    2.) Instead of the UDA I tried to use a Substitutionvariable "&PER_LIST"
    This works if the Substitutionvariable contains only one member. It doesn't work if it contains more than one member (comma-separated list).
    I get the error: "A substitution variable required for this calculation is undefined. Variable: PER_LIST" (even though the variable exists and I selected it in the member selection dialog)
    Can anyone help? I'm using Hyp. System 9.3.1.
    Thanks in advance,
    Nicole

    I would love to see the ability to select EDA's from Planning Forms, it would definately make life a little easier.
    As CL says, attributes are great at filtering forms and BR's, their only drawback is that you can only use them on sparse dimensional members.
    To get round this problem i've relied on security to filter out the accounts i do not need to see in the forms for the specific users, and kept the form selection on @IDESCENDANTS(Account_Parent).
    If you wish to filter on the Period dimension and this is a dense dimension, can you not get round the problem with rollups and, for example, @DESCENDANTS(Q1) to only return 3 months in the form, it really depends on your outline structure.

  • How to build Dynamic Data Form in Planning

    Hi,
    I need for building Data Form in Planning 11.1.2.0 with table columns that would be consist of (example 1):
    - Nov 2011 - Actual
    - Dec 2011 - Actual
    - Jan 2012 - Actual
    - Feb 2012 - Forecast
    - Mar 2012 - Forecast
    - Dec 2012 - Forecast
    Note: current period is "Feb" and current year "2012" has been got from Essbase substitution variables.
    How to build Dynamic Data Form in Planning app using @relative function for period and year dimensions and Essbase substitution variables?
    Example 2 (for current period is "Mar" and current year "2012"):
    - Dec 2011 - Actual
    - Jan 2012 - Actual
    - Feb 2012 - Actual
    - Mar 2012 - Forecast
    - Apr 2012 - Forecast
    - Dec 2012 - Forecast

    As I know you can't use such range or functions in form member selection. Below are couple of options:
    Use bunch of variables for each scenario and the number depends on how many months you want to display (18 months etc..)
    pre-fill the data for related months and years and use data suppress options.

  • Hyperion planning data form in smartview: problem with summary time period

    We are using Planning ver. 11.1.2.2.300.20 and smartview 11.1.2.2.300 (build 070)
    We use common Data Form:
    In columns: Periods (Descendants including YearTotal - with no checkbox on start expanded)
    In Rows :accounts
    In some of our users computers,
    When they open Data Form in Excel (with Smart View) - its appears very strange:
    Summary Accounts are displayed as level 0 account in the summary Period columns (i.e. not in grey) and permit entering data.
    In addition when Entering data in summary time period (i.e. Year or Quarter),
    strangely,  the data doesn't  spread to the descendants months (level 0) .
    This phenomenon occurs just in few of the computers.
    Please help, how can we overcome this problem?
    Thanks and Regards
    Tami Kedem

    Hi Celvin,
    Thanks for your rapid response!
    All computers have the same version of planning and smartview.
    The computers where the Periods spreading and aggregation properties in Data form are not working,
    do work wonderfully when opening the Data forms in the web.
    I've tried everything, (remove suppressing, validations etc.):
    In all kind of data forms the spreading and aggregation properties on summary time periods are not working in smartview -
    and summary accounts on rows are not displayed in grey and permit entering data.
    We remove and reinstall MS-Office (2007) from the problematic computers, but it didn't help.
    Do you know if there is any kind of settings or softwares that might cause this phenomenon
    i.e. interrupts the smartview translation of the web Data Forms.
    Thank and best regards,
    Tami Kedem

  • How to get the End date of the dynamic period in Financial Reports

    Dear All,
    I have a issue with the Financial Report, I want to show the text under the Heading in the Balance Sheet like 31 DEC 2008 but in this date should be the end date of the dynamic period what user select in the POV.
    Can any one have any idea about this.
    Regards
    rao.

    There are 2 options:
    1. Use the POVAlias text function:
    e.g. <<POVAlias ("Grid1", DimName)>>
    (you could also use POVMember if the items you want is the member and not the alias).
    2. Have a hidden column on the report referencing the POV selection, then reference this in the header.

  • Dynamic Columns in Web forms

    Hi
    Web form is a Account ( Rows) X Period ( Columns) Webform.
    I want to have dynamic columns in the web forms. For example, In the month of March the User should be able to see Jan, Feb and March in the columns. And in the month of may.. Jan, Feb, Mar, Apr, May should be the columns.
    The remaining months are not required .
    Can this be achieved??
    Regards
    Abhishek

    Try something like:
    C1=P#@Cur
    C2=P#@Cur(+1)
    C3=P#@Cur(+2)
    It seems to work.

  • Dynamic Data forms

    Hello,
    In HFM Data forms, is there a ways that I can make the Form columns dynamic - I wanted my columns to pull the base members of the entity selected in POV. Is that possible?
    Thanks,
    Samy

    Hello,
    In HFM Data forms, is there a ways that I can make the Form columns dynamic - I wanted my columns to pull the base members of the entity selected in POV. Is that possible?
    Thanks,
    Samy

  • How can we get Dynamic columns and data with RTF Templates in BI Publisher

    How can we get Dynamic columns and data with RTf Templates.
    My requirement is :
    create table xxinv_item_pei_taginfo(item_id number,
    Organization_id number,
    item varchar2(4000),
    record_type varchar2(4000),
    record_value CLOB,
    State varchar2(4000));
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'USES','fever','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'HOW TO USE','one tablet daily','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'SIDE EFFECTS','XYZ','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'DRUG INTERACTION','ABC','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'OVERDOSE','Go and see doctor','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'NOTES','Take after meal','TX');
    select * from xxinv_item_pei_taginfo;
    Item id Org Id Item Record_type Record_value State
    493991     224     1265-D30     USES     fever     TX
    493991     224     1265-D30     HOW TO USE     one tablet daily     TX
    493991     224     1265-D30     SIDE EFFECTS     XYZ     TX
    493991     224     1265-D30     DRUG INTERACTION     ABC     TX
    493991     224     1265-D30     OVERDOSE      Go and see doctor     TX
    493991     224     1265-D30     NOTES     Take after meal     TX
    Above is my data
    I have to fetch the record_type from a lookup where I can have any of the record type, sometime USES, HOW TO USE, SIDE EFFECTS and sometimes some other set of record types
    In my report I have to get these record typpes as field name dynamically whichever is available in that lookup and record values against them.
    its a BI Publisher report.
    please suggest

    if you have data in db then you can create xml with needed structure
    and so you can create bip report
    do you have errors or .... ?

Maybe you are looking for

  • CUSTOM ICC PROFILES DO NOT SHOW UP IN PSCS 6 MAC OS 10.8.4 BUT ARE OK IN CS5

    The only icc profiles that show up in CS 6 Mac OS 10.8.4 are the ones that are installed from the printer driver ( Epson 9900 ) Any other single or custom profiles  do not show up when placed Library/Colorsync/Profiles All profiles show up in CS 5, T

  • PS Difference v3 to v1 with $Commands1 = ForEach ($PIDArray in $PIDs) {...}, stops at "in"

    I have this powershell script I have been running for some time that I have had to update to include functionality. It runs on a 2003x64 Server, but last time I updated it, it was done on XP machine, now I am updating on a Win7 box. The script works

  • How can I tell if my HD is too full to work?

    I thought my 17"MBP (purchased from Apple in Sept. 2009) hard drive had died. I've been hearing the scraping, squeaking, knocking, scratching sounds for over a year but never tried to figure out what it was. One night I was typing in a MSWord for Mac

  • Changing file type format in Screen Capture (shift command 4)

    You'd think this would be in a preference menu! But it's nowhere to be found in any apps preference or system preferences.... I've seen posts how to do it in Terminal... and people sell programs to do it.... but Tiger and Leopard have t built in.. so

  • Imp command

    i want to import a dmp file which contains 3 tables to a user named "test", i opened a cmd window and i wrote "imp" then i specified the file path, but when i connect to that user i can not find the tables that were exported in the dmp file although