Allocating data in Web Form

Hello All-
I have a data form which have accounts in row and periods in column. For my month Jan , Feb i have actuals numbers and the member YearTotal shows me the sum of the 2 periods & is dynamic calc. However on the same form i have months march to december which are open for forecasting and have all yellow cells as users can input data. Now i want users to input data in year total and allocate back to open months that is March to december on web form. As my year total has number and is dynamic calc it is marked green. How can i provide this utility to users without changing year total member from dynamic to store.
Please advise!
Thanks!

Hello John-
Yes that did the trick just verifying if there is a way where in i can show users all the periods and yeartotal and have them input the data?? If i select Idesecndants(YearTotal) it gives me Quater members as well in between is there a way where in i can avaoid quater members and just show the level 0 periods and year total ??
Thanks!

Similar Messages

  • Updating data in Web Forms

    Hi,
    I would like to know if it's possible to update data in web forms :
    * periodically (every 10 seconds for examples)
    * from the server (in a trigger or something like that) for all clients connected
    Thanks

    Taz,
    for the first a timer could do that. The second is not possible without having asynchrous message support in Forms. There are plans for such a feature but its not yet implemented
    Frank

  • Validate Data in Web Form

    we want to validate data in web form in planning through Java Script Code ?
    how we can do it and what is the location of that Java Script file ?
    One more thing ... if we make any changes in Java Script code then is it necessary to stop and start planning server or application ?
    Thanks in Advance ..... :-)

    Hi,
    you can resolve this problem, adding a JavaScript code in validateData.js.
    For example you can change and/or insert the code in validateForm function, that save the data only if the function return true.
    There are also another function and the code example in SampleValidateData.js that you can see.
    You find the ValidateData.js in the folder "custom" of your installation.
    For example:
    /default web application directory/deployments/your web server/HyperionPlanning/webapps/HyperionPlanning/custom
    I report an example for control the data before saving it:
    function validateForm(){
    if (equalsIgnoreCase(applicationName,"BDG"))
    if (equalsIgnoreCase(formName,"1.10A ECO"))
    var rowPrecVers = currentDataGrid.endRow;
    var colPrecVers = 2;
    var rowActVers = 3;
    var colActVers = 3;
    var valTotPrecVers = 0;
    var valTotActVers = 0;
    valTotPrecVers = currentDataGrid.fullPrecision[rowPrecVers][colPrecVers];
    for(rowActVers; rowActVers < currentDataGrid.endRow; rowActVers++){
    valTotActVers = valTotActVers + parseFloat(currentDataGrid.fullPrecision[rowActVers][colActVers]);
    if(valTotPrecVers < valTotActVers){
    alert("Ops!!!Don't match" + "\n"
    + "Previous Version: " + valTotPrecVers + "\n"
    + "Actual Version: " + valTotActVers);
    valid = false;
    return valid;
    else{
    return valid;
    Insert and modify this code in validateForm function.
    If in your installation use Tomcat web server, you must save the change on the ValidateData.js file each time. If you use the WebLogic web server tou must restart the service. For other web server I don't know.
    Take it easy and have fun!!!
    Flavio

  • HFM - log that shows if a user has loaded data via web form or excel load.

    I can see any data loads that are coming from FDM, but is there a log that shows any data entered into HFM via web forms or submitted through an excel file? Any input is appreciated.
    Thanks

    You could enable Data Audit to capture data changes made by users, though this will not capture which method users chose to change the data. That is, HFM can show that data changed, and who changed it, but cannot tell whether the data was changed through a form, grid, smart view, or FDM. If you want to prevent users from changing data through forms, grids, or smart view, you can secure those input methods, but you cannot capture which one is used.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Regarding Isuue in entering data in Web Form

    Hello,
    I am using Hyperion Planning 11.1.2 and i am trying to insert value in web form but when i enter value in Level 0 cells , except one cells all values are saved and that member is stored and is implied share of parent member.

    Hi,
    That is most probably an implied sharing problem. See below:
    Re: Data save issue in Planning
    Cheers,
    Alp

  • How to email data from web form?

    I need some direction please. I have created a web page (.htm) that has several textboxes, a submit and clear button. The purpose of this web page is for users of the company intranet to input data into the textboxes and then clicking on Submit will email the data to those responsible for filling the user’s request. The web page will be served up on the company’s intranet using the Apache web server that is running on Solaris 10. It seems to me that I will need an email server, but I do not know what Sun program to install and how to configure it. Thank you for any guidance you can provide.

    You need an amp (apache2, mysql, PHP/Python) stack - that's exactly the kind of thing they're for. I have the exact setup you're describing at my job. I set up an intranet server where the secretaries could input client information, and then hit "submit." If they didn't fill out the form correctly, it complains at them and makes them do it over, otherwise it emails the form data to me and I input it in our database.
    Php has a mail function that uses the system mailer (most likely sendmail?)
    See here:
    http://www.w3schools.com/php/php_mail.asp
    Edited by: John_2.0 on Mar 6, 2009 9:23 PM

  • How to update MD in Web-Form

    Hello, gurus!
    Does anybody know it is possible to update master data in web-form?
    I mean, in web-form there is a function which changes texts in characteristic, and I want to update these texts in analysis item in the same form. The only solution I found was reentering in this form. It is very inconvenient.
    May be some magic spells exist to refresh MD directly in form?

    Hi Pavan,
    I am getting PDF form properly in browser with no values in the fields as it should be. And i have provided one User entered field, When user enters sales order number in that field and presses the submit to sap button other fields rerlated with sales order status information should be displayed with the values related with that sales order number. But after pressing Submit to SAP button i didnt get values in other fields.
    Method for Submit to SAP button is also called properly. Even i can see the status information in fields outside the PDF form in Browser.
    So, parheps i think that whenever PDF form loads first time in browser, at that time it shows the values in the context variable. But after first load nothing is changed in that PDF form evenif the context values are changed.
    Is it true?
    Regards,
    Bhavik

  • Question about data extraction from web forms

    I am developing a simple web form in DreamWeaver MX for
    increased accesibility for users who utilize screen reader
    software, as navigating PDF forms is still currently very difficult
    for most of the screen readers to navigate. I was wondering if
    there is a way to take an .asp webform that a user fills out and
    when they hit a print button it would extract the data from the
    form and open an Adobe PDF form and populate the data they entered
    into specific fields within the PDF form which would allow them to
    print an official copy of the form they used the web version to
    complete. Any insight into this possibility is greatly appreciated!
    Thanks,
    AU PSD

    Regex? Lots of indexOf? Parsing...

  • How to retrieve the multiple rows data on PDF form in a web service method using WSDL DataConnection

    How to retrieve the multiple rows data on PDF form in a web service method using WSDL DataConnection.
    I have a multiple rows on PDF form. All rows have 4 textfields. I want to submit the multiple rows data to a method defiened in webservice.
    Unable to retrieve the data in multiple rows within webservice method.

    Hi Paul,
    I'm now able to save the retrieved xml in a hidden text field and create dynamic table, and I'm able to fill this table from the XML, but the problem is that I could not find the correct way to loop on the xml, what I'm trying to say, the table will have number of rows with the data of the first row only, so can you tell me the right way to loop on the xml!
    this is my code
    TextField1.rawValue=xmlData.document.rawValue;
    xfa.datasets.data.loadXML(TextField1.rawValue, true, false);
    for(var i=0; i<count; i++)
    xfa.form.resolveNode("form1.P1.Table1.Row1["+i+"].Num").rawValue = xfa.datasets.data.record.num.value;
    xfa.form.resolveNode("form1.P1.Table1.Row1["+i+"].Name").rawValue = xfa.datasets.data.record.name.value;
    Table1.Row1.instanceManager.addInstance(true);
    Thanks
    Hussam

  • One section data of adobe form is not read by web dynpro code

    Hi,
    I am facing problem in adobe form integrated with web dynpro. Form is having Java script. There is a section in the form related to settlement rule of wbs. It can be added in the form by pressing add record button.
    When I use this form offline and press add record and one section is added. I fill the data in those two section and upload on the portal to process online data in the second section is not reaby the code whereas in the first section is present there.
    But if the same activity is performed online data is properly read by the code.
    Could you please assist if there is any issue of saving data in the form offline and how it is handled in offline form.
    Thanx..

    Hi ,
    Try this.
    I think  you have corresponding context node is in the WDP. using  'APPEND INITIAL LINE TO'  just add  some blank data to the context. .
    Inside the form, create a table  for the context node. so at  run time all the empty entry will be displayed. Make this Table as hidden.
    Create another  Table that will display all the non empty row from  the above hidden table. When ever  we add / delete rows, the corresponding entry will update the hidden table. or else you can update the  hidden table on the click event of SUBMIT .
    Hope  this will help you.
    Regards ,
    Shaira

  • Date picker css not showing in web form

    Hi there, I have a web form and added the date picker.
    When you try this within BC admin it displays very nicely, yet when Ive inserted the webform in the html page,
    the css styling for the date picker is not included.
    Can anyone help me here so that I can add the css to style the calendar to look a bit prettier!
    The source code of the datepicker:
            <label for="CAT_Custom_95263">Date of last vaccination</label>
            <br /><input type="text" name="CAT_Custom_95263" id="CAT_Custom_95263" class="cat_textbox" readonly="readonly" style="background-color:#F0F0F0;" onfocus="displayDatePicker('CAT_Custom_95263');return false;" />

    Hello VickiTuch,
    The date picker, once loaded, will get a bunch of inline styles applied to it from BC. This can override your CSS if you are not specific enough.  If you give your declarations an important:
    #datepicker{
        background-color: #333 !important;
    Should override their inline styles.
    Hope this helps,
    Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7

  • Data loading in Hyperion Web Forms

    Hi,
    I am new to Hyperion Planning technology.
    I have few doubts regarding Meta data and data loading.
    I am aware that we can load data into Essbase cubes and see it from Web Forms.
    Can we load data directly into webforms?
    Can we load meta data into essbase? or loading meta data through HAL to hyperion planning application?
    I understand that we can load data into Essbase and not clear whether we can load data into Hyperion Planning and also metadata..
    I request you to clarify me this asap.
    Thanks alot in advance for your help..
    Regards,
    Upendra.

    Hi,
    To answer some of your questions :-
    Can we load data directly into webforms?
    {color:#ff0000}The data in webforms is pulled directly from essbase, you can load the data into essbase or enter through the webforms or use something like Smartview.{color}
    Can we load meta data into essbase? or loading meta data through HAL to hyperion planning application?
    {color:#ff0000}If it is a planning application then the metadata has to go into planning first and is then pushed down to essbase, you can enter metadata directly into planning or use ODI or HAL (if you are licensed to use it) or if your brave then EPMA.{color}
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Suppress Missing Data not work in web form with formula column inside

    Dear All,
    I've a planning web form with formula column inside to calculate the variance and % variance. But missing cell can't be suppressed, although I've checked the 'Suppress Missing Blocks' and 'Suppress Missing Data' options.
    Anyone have face the same problem..?? and how to fixed it..??
    thanks.
    Regards,
    VieN

    There is a known issue that sounds like the problem you are experiencing
    10358200 - If a formula column exists in a data form, selecting the Suppress missing option does not hide rows that do not contain data.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Saving data in Planning web form with about 270 columns failed

    Hi all and please help!
    We developed a number of planning forms with a lot of columns (business requirement:() and faced issues with entering data in both web form and excel via smartview.
    As I undersood already that it's not about 'service.olap.dataQuery.grid.maxColumns' property in essbase.properties file for APS.
    For test I developed some planning forms with different number of columns (and only one row) from 255 to 300 and saving stops to work when the number of columns exceeds 257 columns. It's rather close to default value for maxColumns property=255 but not equal. I essbase log we could see short spreadsheeting request and then restarting of Essbase server.
    And at the same time if we transposed columns into rows - saving works properly.
    Please help!
    Thanks in advance,
    Gregory Taxelman

    Hi, Alp
    Thank you for you answer. I've checked your link and it's amazing that information like this was written not in admin but in user guide.
    Another thing i've wondered that it depends on setting of Calculate Currencies calc script (run on save). But it's just a think men must know and do I think.
    Unfortunately I can't see how does it work, although I've done this settings.
    If I set local currency for one of the entity as GBP then I can enter data in GBP of course and Calculate Currencies script runs ok. I can see exact values for local (GBP) and default currency (USD) just on planning form as I set currency dim in page.
    But in my case when i set local currency for this entity back to USD entered value in GBP always changed back to USD regardless of Calculate Currencies script settings. It happens during save on the form
    Can I get a bit more information about some other settings to be done to make this functionality work?
    BR,
    Vladimir

  • Planning web form error "This form contains unsaved data. Select OK to cont

    I've got a user that suddenly gets an error on a planning web form. She opens the form and enters data but when she tries to submit gets the following error “This form contains unsaved data. Select OK to continue without saving data, or Cancel to discard operation” and then it takes her back to the blank form. This form worked for her yesterday but not today. She has tried shutting down hyperion, even rebooting her machine but no luck. Any ideas?

    Hi,
    Make sure scripting isn't disabed in hte web browser.
    Regards,
    Robb Salzmann

Maybe you are looking for

  • How/Can I install WINDOWS 7 64BIT on a 1st Generation Mac Pro ?

    Hi, Is it possible to install Windows 7 64 bit on a 1st Generation Mac Pro 2.66Ghz? Apple suggests that it's not possible and yet I've seen several Googled posts where the users have successfully installed 64 bit on a 1st Generation Mac Pro. The prob

  • I'm stuck in proxy mode, how can I get out?

    I seem to be be stuck in proxy mode. Even with a new library and a new clip, it shows a 'missing proxy' label. I can't switch to 'optimized/original media'. FCPX simply doesn't do it. I already tried trashing prefs and reinstalling FCPX. please help?

  • Save HTML BDS document to Presentation server in the background

    Hello all, Can anybody please advice me how to save a BDS HTML document to a local directory in background. Appreciate any kind of help. Thanks and Regards, Mona

  • Campus manager 5.0.6 bug

    Hello, I'm hitting bug CSCtd49439 detailed below after i upgraded my campus manager to 5.0.6. the workaround didn't work in my case and i need the patch without opening a tac case, where can I find it??? Regards Data Collection never completes, and U

  • FCP 5.1 / YouTube Size Question

    Hi, I have recently been doing work at my university on FCP 5.1 and I want to export the videos at the best quality possible for upload to YouTube - but I also want decent quality ones to put on my website. What are the general sizes of a 5 min video