Planning Web Form Differences with SmartView Form

We have a planning form that "hides" (hide the segment on the data form option enabled) a couple of columns. This works fine when we open the planning form via the planning web application. However, if we open the same form via Excel/SmartView the form shows the columns that should be hidden. Has anyone come accross this issue? We are on Hyperion Planning/Essbase v11.1.1.3.

Hi,
Planning web and smartview front ends have not walked at the same pace so far. You are facing one of the many variations between web and smartview. Another critical difference is the lack of composite forms in smartview which made us decide to rule out the usage of smartview in number of cases. However, luckily this is bound to change in 11.1.2 release as I see from the way things are happenning.
Cheers,
Alp

Similar Messages

  • How to Map Proces form field with Resource form field?

    Hi,
    How to Map Proces form field with Resource form field while creating Process form in Form designer

    Are you talking about Provisioning ?
    then you do that in Data Flow under Process Defintion in OIM 10g
    In OIM 11g you use Request Dataset. In that you can directly map fields to process form.

  • Help...  Populate pdf form fields with html form inputs.

    I have a website that allows users to choose the pdf document they want and create. After selecting which pdf they want to create they are redirected to a web page with a html form. The html form has questions that corresponds with the the form fields of the pdf document the user selected. When submitted the code (ASP, PHP whatever is the easier) runs a script that populates the pdf document form fields. The user is then prompted if they want to save or open the document. The newly created pdfs and the user inputs do not need to be saved on the server.
    I create the pdf templates using PDF 6.0 professional
    Server can be windows or linux
    I understand ASP a little but will use whatever is feasible
    Purchasing a program is okay as long as its reasonable and is changeable by me and I have full control.
    Any help would be appreciated...
    Thanks,
    John

    Try the Developers/SDK forum...
    This forum is for questions about the PDF Language itself.
    Leonard

  • Reg HCM Forms/Processes with Adobe Forms

    Hi,
    Details of the differences between HCM Forms and Processes with Adobe Form based PCR's and the recommendations for the selection between the same. Point of view on which one can be used.
    Regards,
    Sujana
    Edited by: Sujana Reddy Kumbham on Feb 9, 2009 9:06 AM

    SAP_PA backend service EXPECTS either a hardcoded/configured subtype OR a "*" for all available subtypes (which won't work in your case). What you "could" do is get creative with "rules" and check if values are entered, and then if so, do the operation for your subtype.
    What you will need to do, which is what I do a LOT because of issues with SAP_PA is to actually make you update/changes in a backend function module (triggered in workflow). Now, things get a bit more complicated.....
    Priod to EhP3, you could just call the ol' infotype operations function module in your own FM to do the change. However, from EhP3 and onward, you will need to do this via classes (same used by decoupled infotype framework.
    Soooooo......time to get creative with your solution.

  • Urgent :post xml for xsql difference with html form post

    Hi,
    We are developing an application to process xml request
    posted by external party. The requests arrive by
    http-post operation
    We developed and tested with an html-form.
    Now we encounter problems in testing with http-post
    The xsql page is processed correctly but
    insert only fixed text when formatting xml-data as input for
    the insert-request, string inserted is empty.
    Everything is by the book and html-forms works great.
    Is anybody else using xsql to insert xml data in the database on this version? Maybe can you help by looking into a testcase ? Issued a tar but am on terrible deadline
    so need help very soon.
    Details: HP-UX 11.11 Oracle 9.2.0.4 java1.4 ojdbc 1.4
    Tnx in advance,
    Jeroen

    Mark,
    Have an external partner which sends xml-requests.
    Have to read those, store them and process them.
    Idea is let them
    1)post the xml at a url where an xsql page is reading the xml
    2) transforming this for an insert into
    the database. The column is defined to store the complete xml-message.
    3) A trigger takes care of processing the stuff and preparing the output
    4) and a query in the xsql-page reads the output from an output table
    When developing and testing this with an html-form that posts the xml is works great.
    $ cat newclobins.xsql
    <?xml version="1.0"?>
    <page connection="demo" xmlns:xsql="urn:oracle-xsql" >
    <xsql:set-session-param name="id">
    select msgid.nextval from dual
    </xsql:set-session-param>
    <xsql:dml>
    delete cbs_msg_in where id={@id}
    </xsql:dml>
    <xsql:insert-request table="cbs_msg_in" column="id,msg" transform="cbsform_1.xsl"/>
    <data>
    <xsql:query null-indicator="yes">
    select msgid,msg from cbs_xml_out where msgid={@id}
    </xsql:query>
    </data>
    </page>
    $ cat cbsform_1.xsl
    <?xml version="1.0"?>
    <ROWSET xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0">
    <xsl:for-each select="request">
    <ROW>
    <MSG><xsl:value-of select="parameters/doc" /></MSG>
    <ID><xsl:value-of select="session/id" /></ID>
    </ROW>
    </xsl:for-each>
    </ROWSET>
    1) When using a tool like
    http://www.programmersheaven.com/articles/adrian/getpost/article.html it fails with
    No rows to modify -- the row enclosing tag missing. Specify the correct row enclosing tag.
    2) When using the commandline utility like
    xsql jeroen5.xsql posted-xml=test3.xml
    this works great when inserting plain text but not
    when inserting xml-format data into a column
    So problem 1 is why external tools like above or my partner that uses .net to do something similar gives this strange error?
    Problem nr 2 is should I stick to just the data in xml and forget about storing the xml-formatted data?
    Hope you can help because I am getting quite desparate here.
    Regards,
    Jeroen

  • HR-Form (PE51) with Adobe Form

    Hi All,
    does anybody has an idea how to show a standard hr-form (created in PE51) in the portal with (as) adobe form? We just don't want to re-build the existing logic from hr-form to adobe.
    Do you have some docs/tutorials?
    Thanx a lot

    Hi,
    1.just open the form in theTCODE:SE71.
    2.Select the window where you want to provide the logo.
    3.After that select edit-->TEXT ELEMENTS.
    4.Go to-->Change editor
    5.Insert->graphics>select stored document server -->
    select the logo and enter.Logo updated.
    6.For font ,modify the character format or else create new character format.
    Regards,
    If helpful reward with points(Don't forget).

  • Accessing the FORM tag with Javascript.

    I ran into the following problem when writing the customization portion of a Java portlet.
    I have some JavaScript that I would like to have run when the customization form is submitted (ie, when the user clicks OK or APPLY).
    Normally, this is easy to do by specifying the 'onSubmit' event on the <FORM> tag. But I don't seem to have access to the FORM tag
    since it's being generated on the fly by Oracle Portal.
    So, how do I set up my code/portlet so that I can have some Javascript executed due to the onSubmit event?

    I may not be understanding the problem correctly so you may have already tried this:
    You should be able to dynamically adjust any form tag's attributes after the form's been generated, you just need to know how it's identified. If Portal isn't assigning it a consistant name you can use, you still might be able to adjust it. If you can place a piece of code "inside" the form, you could access the form tag with: "this.form.onSubmit = ..." That might be your best bet, but the "this" scope can be weird if I remember right. If you don't know that your code will always be inside the form tags, your other choice would be to write a function that will iterate over each form in the frameset and test for a input field name/value that you know is unique to your form. Then you'll be able to identify the form, and finally set the onSubmit value to whatever you want.
    Here's some pseudo javascript (I'm too lazy to go grab my reference guide to refresh my memory about the actual syntax you'd use) that might get you started:
    foreach form in parent.forms {
    if (form.foobar.value == "myUniqueValue") {
    var gotmyform = form;
    I think. :) It's been a while since I've done such a thing, but that's what I remember.
    I don't know squat about Portal (that's why I'm here poking at these forums), so I could be completely off base. If so, I'm sorry.
    Good luck,
    Sean
    null

  • Hiearchy in Planning Web Form Collapes after user Submits in SmartView

    We currently have Hyperion Planning 11.1.1.3.0 & SmartView 11.1.1.3.00
    I have a end user who opens a Planning Web Form via SmartView. When form is opened the Hiearchy in the rows are fully expanded.
    When the user hits "Submit Data" the hiearchy collapes to the top Parent level.
    I have confirmed that the Planning Webform does NOT have suppress hiearchy selected.
    Is there some setting in SmartView or Planning that I am missing that would account for this?
    I would appreciate it if anyone had any suggestions.

    Hi,
    I faced some issue similar to this in past with version 9.2, As iam updating security on planning and it works fine for data forms when i perform security refresh.
    but when user access those from excel the filters doesn't get update on EAS filters. after two hours investigation even though i update some filters on planning
    side after security refresh it doesn't get affected on essbase filters. the reason when security refresh is done the filters getting in to cache memory and doing nothing on essbase, so work around is to delete one particular filter on essbase and then perform security refresh so that it gets updated.
    Let me know if this is helpful and works.
    Thanks,
    Red

  • Suppress members with certain UDA in Planning Web Forms

    Hi All,
    Can someone suggest me a way to suppress members with certain UDA's in Planning Web Forms. We have few members (associated with a UDA) which we don't want to show up if we do a IDESC of a member, is there any way to address this.
    Thanks...

    The only way you could do this is if you made the form suppress missing and/or suppress block and then copied data into BegBalance of the accounts you wanted to show. You can also hide that column although hidden columns still show for SmartView in all released version through 11.1.1.2.
    Planning doesn't have a way to make use of UDA's with forms in any released version although it would be a really nifty feature.
    Regards,
    John
    http://www.metavero.com

  • Is there a tool that exports and imports Planning Web Forms with securities

    Hi,
    Is there a tool that exports and imports Planning Web Forms with securities?
    Besides Planning FormDefUtil.cmd
    OS: Windows2003
    Planning Version: 921
    Thx

    I don't think there is any one utility that exports both forms AND security. In version 9.3.1, the ExportSecurity.cmd will export dimensional security and form security. However I seem to recall that earlier versions only gave you the dimensional security, and not the form security. Unfortunately, I don't recall at which version the change was made.
    Have you given the ExportSecurity.cmd utility a shot?
    Hope this helps,
    - Jake

  • Error while opening planning web Forms

    Hi ,
    I am facing the below error whenever I am trying to open the planning web form.
    "Target Unreachable, 'formManagement' returned null
    ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #40"
    Could you please help me on this?

    Have a read of the following support doc which is pretty much the same - "Hyperion Planning Error "Target Unreachable, 'getFormsForFolder' returned null -- ADF_FACES-60097" When Opening Web Forms (Doc ID 1527253.1)"
    Cheers
    John

  • Need a process to update BSO Planning Web form into an ASO Cube

    Need a process to update information from the BSO Planning Web form into an ASO Report Cube every (5) five minutes.
    Please advise

    Thanks here is Part 2 of my questions
    Details:
    User Input data into a web form for Intersection are the following:
    Dim1,Dim2,Dim3,Dim4 , Account AAAA, 1000
    Dim1,Dim2,Dim3,Dim4 , Account BBBB, 2000
    Dim1,Dim2,Dim3,Dim4 , Account TTTT, 4000
    Dim1,Dim2,Dim3,Dim4 , Account ZZZZ, 7000
    Design Question:
    In the ASO Reporting Cube
    AAAA and BBBB are both at level 0 in both cube
    TTTT and ZZZZ are being loaded to a parent which is Level 1
    MY Issue with the Design Question  ???
    ASO Cubes can only be load at a level 0.
    So how can I complete this task, what are my option:
    My thinking process is the XRef Calc Script could push data the cube, than by built a maxl scripts that  would run the Calc script and put this scripts into some kind of system scheduler running the Maxl Scripts Every  (5) Mintues
    or am i way off base here ????
    Please advise
    Thanks in Advance

  • Member selection (Member + UDA) on Planning Web-forms

    Hi all,
    Is it possible to select members and UDAs together on Planning Web-forms similar to member selection on Financial Reports?
    Example:
    Members: ILvl0Descendants ("Total Net Income")
    UDA: ALLOCACT
    I didn't see this option on the member selection window, but I wanted to make sure that I am not missing anything.
    Thanks,
    Mehmet

    Hi,
    UDA does not work in data forms. If you want that property to be there in the data form, please create an attribute dimension with the same children as UDA and attach the attribute members to that dimension.
    Thanks.

  • Planning Web Forms Performance

    Hi,
    I am working on a Planning app that has a very large "Products" dimension. It has around 26000 members in it.
    I have a web form in which Market is in Page & Products in rows. I also display the attribute association Product Type for Product.
    Both Product & Market are sparse dimensions.
    I tried both Suppress Missing Data & Missing Blocks in the Form definition.
    Suppress Missing Block is a bit quicker (as expected), but it doesn't display the attribute associations for Product.
    Suppress Missing Data on the other hand displays attribute associations, but it is very very slow because of the Products dimension size.
    Suppress Missing Block doesn't display attributes, is this correct? I don't see this in the documentation? Am I missing anything?
    If I have to go with Suppress Missing Data, Is there a way to increase planning web form performance by adding cache or any tweaking similar to Essbase Reporting?
    Appreciate your thought.
    Thanks,
    Ethan.
    Edited by: Ethan on Jul 10, 2012 12:10 PM

    Cameron & David,
    Yes. This is a very strange req. The Product line (26K) are all Level-0 members & there is no fixed Product to Market mapping. Any combination is possible.
    Each market will have only few Products presence. I can say around 100 is the max I have seen, but the requirement is any product can come in any market.
    I load the cube with actuals from a different source system & users update the forecast data/ drivers to calculate the data.
    So the web form itself is not huge. It is just the potential number of possible combinations that is slowing down the web form.
    I am still in the initial stages of Development. I am sure I'll have tough time in Calcs, Aggs & Reports by Product.
    Appreciate your thoughts.
    Thanks,
    Ethan.

  • Restricting the values of a dropdown in Hyperion Planning web form

    Hi,
    I have two dimensions(Entity and Project) represented in the page of a Hyperion Planning web form.Is it possible to constrain the values of a dropdown(Project) based on the value selected in another dropdown(Entity) in a data form in Hyperion Planning 11.1.1?
    Best Regards,
    Malini

    The short answer is no.
    You could make separate forms per entity which could be cumbersome to manager or pershaps do something with a suppress missing form by filling in say BegBalance with a value and suppressing the intersections that were not valid.
    -John

Maybe you are looking for