Display of contribution to an entity in a data form

Hi guys
I'm stuck with a data form which should show base entities contribution to another entity. And they have intermediate entities between like here:
A
__B
____1
____2
__C
____3
____4
So users select elements like A in the Selectable POV and they suppose to see nodes like B.1, B.2, C.3, C.4 in columns. I've written it in a such way in columns:
C1=E{{{@Cur.[Base]}.[Parent]}.[Base]}. But the table generator says syntax is wrong. Is there a way to show all contributing entitities by choosing their parent for the level hier than a node parent?

Hi Mary,
Contribution values work on Nodes which are defined as parent.entity pairs. Therefore, there is no way to directly access the contribution of an entity to an ancestor other than the direct parent.
However, in some special cases you can achieve this in a very limited way, for a clearly set of non-intercompany accounts. What you can do for these special accounts, is to define them as intercompany, without setting up a plug account (you don't want to do elimination on them) and setting up NoInput rules at base level so that only [ICP None] is allowed for input. Then, for these accounts you write in the consolidation rules:
If vICP = "[ICP None]" Then
HS.Con("I#" & HS.Entity.Member , vPCon, "")Else
HS.Con("" , vPCon, "")End Ifso that during proportionalization your numbers will be redirected from [ICP None] (the input) to the ICP member that represents your contributing entity. The "if" statement prevents this code to do the same during consolidating parent entities.
Then at the top Entity level you may select the ICP member of the accounts you have applied the technique to see what the specific entity has contributed to the top. This guarantees correct numbers especially if the percentage used in HS.Con is not always 100%, which means that the value at entity B with ICP = 1will not be the same as the value at entity A with ICP = 1.
Regards,
--Kostas                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Multiple currencies per entity in data form

    Is it possible to disable users changing currency code in data forms with "Allow multiple currencies per entity" option?
    I want users can see currency code for cell in data form, but can't change it.

    Hi,
    A really simple script would be
    function customCellValidatePre(row, col, cell) {
    //check app
    if (equalsIgnoreCase(applicationName,"Enter App Name")){
    // check form
    if (equalsIgnoreCase(formName,"Enter Form Name"))
    // enter 3 digit valid currencies for application
    var validCurrs = new Array("USD", "ZAR", "AUD", "CLP", "BRL", "CAD", "GBP", "EUR");
    if(listContainsName(validCurrs,cell.value)){
    // looks like user has tried to update a currency code
    cancelDrag();
    EnterCellx(row, col, true);
    return false;
    Just enter a set of valid currencies for your planning application.
    The script just basically checks if any of your currency codes have been entered, if they have it will just return back to the cell without updating the currency code.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • My Mozilla Firefox Browser v15.0 open then some file loading and my desktop display automatically created folder name is old Firefox data then ask me chose two

    ''duplicate of https://support.mozilla.org/en-US/questions/936244 - locking this one''
    '''My Mozilla Firefox Browser v15.0 open then some file loading and my desktop display automatically created folder name is old Firefox data then ask me chose two option 1st is Safe Mode or 2nd is Restore so i chose Restore and then open Mozilla Firefox Browser page Blank Black display page,
    How can i do solve this error plz plz plz plz help me out what you say troubleshooting,error or issue.'''

    Did you perform a Firefox Reset either by clicking the button on the Help > Troubleshooting Information page or via the Safe mode start window?
    You may have gotten the Safe Mode start window as the result of not being able to start Firefox more than once after crashes.
    See:
    *http://kb.mozillazine.org/Firefox_crashes
    *https://support.mozilla.org/kb/Firefox+crashes
    If you have submitted crash reports then please post the IDs of one or more crash reports that have this format:
    *bp-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    You can find the IDs of the submitted crash reports on the <i>about:crashes</i> page.
    *You can open the <b>about:crashes</b> page via the location bar, like you open a website.
    See:
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter
    *https://support.mozilla.org/kb/Mozilla+Crash+Reporter
    If you can't open Firefox then see:
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter#Location_of_crash_reports
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter#Viewing_crash_reports
    "Reset" creates a new default profile with a time stamp appended to identify it and tries to recover settings like bookmarks and history and passwords and cookies and auto-fill data from the old profile, but you lose data like extensions and other customizations.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Firefox 15+ versions will move the old profile folder to an "Old Firefox Data-##" folder on the Desktop that gets a number appended if you use reset more than once, so you can no longer use the profile manager to revert to the old profile.

  • How to display images in BI Publisher from a LONG data type

    We are storing images in Oracle Database as LONG data type. When I am giving query in BI Publisher and view the XML generated, I am getting the following error.
    name was started with an invalid character. Error processing resource 'http://.......
    <X_SIGNATURE>"N!0$$$$$$$#B!0$$$"X$$$$!3$$$!2$$#a$$$!1$!1$$$$$d$$$$#7$"X!0$"}@E$e"1"XM">K#@!P!P!Ga}!1!@!P!C#C"O!>...
    Can anyone suggest the solution?

    Hi
    my problem is, for each job_id there is many users. Oh that's something completlty different...
    I Strongly Recommand to_
    1.*create 2 tables Jobs & users*
    2.*create a relation between them* 1 to many to get for each job more than a user that's the way that Must be -- execuse me the bad design of the db pulled u into this trap -
    3.then u can deal with it normally no need to a sample code but just a form with Jobs as  (Master) and Users as (detail) with a relation and with a simple query u can display each job_id is for many users.
    no null values no commas r needed.
    Hope this helps...
    Regards,
    Amatu Allah.

  • How to display and edit the clob datatype column from Data base

    Hi ,
    I have a requiremsnt as below
    1) One Table having some columns with CLOB data type along with varchar columns
    2) need to display the data from DB in search screen and need to be edited clob column in edit screen
    I created EO and VO with that Table and how to display the clob value into the input box for editing.
    using Jdev 11.1.1.5.0 version.
    Can you please help on this.
    THanks & REgards,
    Madhu

    Hi,
    If you are using an inputText component to display a Character Large Object (CLOB), then you will need to create a custom converter that converts the CLOB to a String.
    For custom convertor refer below link,
    http://docs.oracle.com/cd/E2438201/web.1112/e16181/af_validate.htm#BABGIEDH
    (section7.4 Creating Custom JSF Converters)
    Thanks,
    Santosh M E

  • Table date format - How can I display Week 1, Week 2, instead of the date?

    I would like to creat a table for my Gantt, that displays the week number unit, as I have as the middle tier in my timescale on the Gantt side of the view.  I cannot find how to do this anywhere.  I know I can change the way the date is displayed,
    format wise, while in the table edit area, however one of the choices is NOT the week #.  The data must exsist as the timescale displays it! 
    My goal is to creat a table that instead of showing the start date for a task, displaces the start week: i.e. Week 1, Week 2, ...ect.
    Any help is appreciated,
    Craig.

    Craig --
    Bad news, my friend.  What you want to do with the date format in the table cannot be done.  The format you see in the Timescale bar is simply not an available date option in any table.  Sorry.
    Dale A. Howard [MVP]
    VP of Educational Services
    msProjectExperts
    http://www.msprojectexperts.com
    http://www.projectserverexperts.com
    "We write the books on Project Server"

  • How can I display the Process Level by Phase in a Grid or Data Form?

    We are using phased submissions. I can see that changing the display options on a grid will show the current Process Level for the processing unit defined by the POV. But how can we break this down by phase?

    Try what is suggested in Page 243 of the User's Guide:
    You can display multiple submission phases, view review level status, and perform process management actions for multiple phases in Process Control.
    If you select Single period view, you can select one or more submission phases to include in the columns. For each column, you can display one or more of these options: Calculation Status, Journals, Review Level, Pass/Fail, and Validation. If selected, Review Level, Pass/Fail, and Validation are included for each phase. Since Calculation Status and Journals apply to the entire processing unit, they are displayed only once regardless of how many phases are selected. If you select All period view, you can select Calculation Status or Review Level information for the columns. If you select Review Level information, you should select one submission phase
    for display. When you select All periods, or Tree for the display, the filter option is unavailable.
    Here is the options:
    !http://0ue0ag.blu.livefilestore.com/y1pceBZ2nCvU8wYKj38bzK_O3B8eXo5XwfxwTkVeMdPu1fi6lHT_DcYrxlptGHYDm6N4lA0H2YMnWx4qtcOe4ttmM-Em-fheg5P/Phase%20Submission.jpg!
    And the Result:
    !http://0ue0ag.blu.livefilestore.com/y1pWfMkCFrViEuCRyAHWCphl7y0gZBAK3UY1f2ECi1kme3_xP2FQjyG5f4TC7QHwoHPxBSb0GTKpyU6TXMSp9P5wR5LbJeYl5eu/Phase%20Submission2.jpg!

  • Is it possible to update the data in entity via System.Data.Entity.DbSet entity

     If i want to insert a record in dynamically created entity, i can do something like,
    System.Data.Entity.DbSet entity = Request.Context.Set(obj.GetType());
    Object Updated = entity.Add(obj);
    but if i want to update the record in same entity how can i do that? Please help i am new to EF.

    Hello Sidra,
    >>but if i want to update the record in same entity how can i do that? Please help i am new to EF.
    If you use the object type, you need to modify its properties by using reflection because at compile time, the type is not known to compiler:
    https://msdn.microsoft.com/en-us/library/axt1ctd9(v=vs.110).aspx
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Html db to display pdf files saved as blob in the data base

    Hi all,
    I have a DB page to call next page to display pdf files.
    A procedure is being called when the link is clicked on the first page.
    However, the procedure output a juck code insteand the pdf files. Please help.
    Thanks,
    n_length number;
    n_image BLOB;
    begin
    select note_image, dbms_lob.getlength(note_image)
    into n_image, n_length
    from n100_notes where note_id = nid;
    owa_util.mime_header('application/pdf');
    htp.p('Content-length: ' || n_length);
    wpg_docload.download_file(note_image );

    we use:
    owa_util.mime_header('application/pdf',false);
    htp.p('Content-Length: ' || dbms_lob.getlength(l_blob));
    owa_util.http_header_close;
    wpg_docload.download_file(l_blob);
    see plpdf.com
    LL

  • My MBP display is not working.  Need to move data to new MBP Retina.

    Hello.
    My 3 yr old MBP display failed (display just showing vertical and horizontal lines).
    I bought a new MBP Retina today.
    Genius Bar told me to simply attach FireWire, then press "T" on old MBP to boot in Target Mode.
    Then, look for old MBP HD icon on new MBP Retina desktop.
    I cannot find old MBP icon on desktop.
    I cannot transfer data from old MBP to new MBP Retina.
    Any help would be appreciated?
    Ken

    Genius bar told you right - you need to start your old MBP up into target mode (booting while hold down the T key) but you need to have the right FireWire cable hooked up to the machines before you boot either. What year is your old model? Does it hve FW400 or FW800?
    Here are the instructions from Apple - http://support.apple.com/kb/HT1661. Take a look at it and see if it helps. Also make sure that you have the Finder set so that external and remote disks will show up on your Desktop. When the disk mounts you can either just copy over files or, if you want to transfer accounts and associated directories, use Migration Assistant in your Utilities folder to copy over the info.
    Good luck - call back if it's not working.
    Clinton

  • How do I display an informative message to the user on Oracle Forms?

    I have been asked to create a database trigger to fire when a user tries to update a column with existing data in it. If the column however has no data in it then the user can update the column with a value.
    I tried using the RAISE_APPLICATION_ERROR technique but somehow no message shows up on the frond end of the form when a user tries to update a column with existing data in it. The rest of the trigger works fine. It does not allow a user to update a column with existing values in it, yet it allows user to update column with no values in it.
    My problem is displaying a message that reads like this :''Column value must must be 100 "
    Here is parts of my code.
    CREATE OR REPLACE TRIGGER trigger_name
    IF :NEW.ATTRIBUTE2 IS NOT NULL AND :NEW.ATTRIBUTE2 <> NVL(:OLD.ATTRIBUTE2, :NEW.ATTRIBUTE2) THEN
    RAISE_APPLICATION_ERROR(-20002, 'Column value must must be : ' || :OLD.ATTRIBUTE2);
    END IF;
    Now i have tried this the syntax below. It does bring up a message on the front end of the form but it is not the message i have in mind.
    IF :NEW.ATTRIBUTE2 IS NOT NULL AND :NEW.ATTRIBUTE2 <> NVL(:OLD.ATTRIBUTE2, :NEW.ATTRIBUTE2) THEN
    FND_MESSAGE.set_name('FND', 'Column value must
    be '|| :OLD.ATTRIBUTE2);
    FND_MESSAGE.set_token('MSG', 'r21_AP_INVOICES_TRIGGER()
    exception: ' || SQLERRM);
    FND_MESSAGE.RAISE_ERROR;
    END IF;
    Does anyone has any idea?
    thx

    Unfortunately I do not have access to the Form properties. I was only asked to write a trigger to prevent a user from updating a field with data in it, and displaying a message saying that the user cannot update such a column when the user tries to update such a column.
    I know that changing the form properties might be an easier option, but unfortunately i have to everything with the help of a trigger
    Message was edited by:
    user644929

  • Display items which doesn't  have any posting data in report painter

    I made some reports by report painter. The problem is that when I run these reports, they can't display the items which doesn't have any posting data. But my customers want to display all items whatever it has been posted or not , can you give me the solution?
    BTW, when I made Reports by using Drilldown report, it  display all items
    Thanks and best regards!

    In the change report screen in GRR2 go to menu
    Formating--> report layout
    There in the rows tab select the radio button, Print Zero rows
    and in the columns tab select Print Zero columns radio button,
    hope this should solve the problem
    Thanks
    Naveen

  • Display Popup or Dialog Message window when opening planning form?

    Is there a way to setup a planning web form to display a dialog box or message when the user opens a planning web form or expands a folder in planning? Or, is there a way to change the background color on a web planning form (input is yellow and would like to change it to some other color (light orange))? We are currently using Hyperion v9.3.0.1 on Unix Solaris. I tried attaching a Biz rule with runtime variables but the form errors with message indicating can not have run time variables on the form load option when opening a form.

    Hi,
    You can use custom javascript to add an alert message in a web form, you will need to read up on using custom javascript in planning, have a read here
    As for the colors used in web forms you can customize the css being used, have a read here
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to display the info visually with the help of data present in the DB

    I need to reserve a resource for a particular period of time,When i finished in
    specify the date & time (ie start time and end time).
    I need to give a report for the particular day by displaying the timing details visually( ie by shading the cell) in the table formatt
    for example if I enter the resource name as printer and mention the start time (6:00)and end time(7:00)
    Based on the specified time(ie start time and end time) for the particular resource which are present in the Database, The displaying table's cell
    (the table that contains time in x axis,resource name in y-axis & each cell represent 1/2 hour )should be shaded. (ie 6:00 to 6:30 & 6:30 to 7:00 cells are to be shaded)
    hope u understand my problem
    Plz help me in this regards....
    Thank u in advance

    Hi,
    to display the header first append the header as the first record and then append your data.
    to remove comma seperator use the following code:
    replace all occurences of ',' with space.
    then condense.
    and last u can download data to presentation and application servers at the same time using 'gui_download'  and  datasets.
    Thanks & Regards,
    Sudheer.

  • Displaying PDF files (stored as BLOBs in Database) using Forms 6i

    Hi,
    We have PDF and Word documents stored in Database (Version 8.1.7). We are using Oracle Forms 6i as User Interface. Through Forms we could view word documents which are stored in database, using OLE container.
    But we could not view PDF files.
    It would be more helpful and valuable if I get ideas/suggestions on this.
    Thanks in advance,
    Umasankar

    Frank,
    You are correct, I totally agree with you.
    TOAD software which i suggested was not for user interface but more for testing purpose - To ensure that the documents is uploaded to BLOBS correctly.
    I am not a WEB person, but I believe sugnificant coding is required in forms6i/9i with WEB features to display the respective documents.
    If, the purpose in ONLY for testing, then TOAD can be used which requires no coding.
    -- Shailender Mehta --

Maybe you are looking for