Translation of HFM entity Currency Adjustment and roll-up to the parent entities

Hello

I hope someone can help me understand why a Currency Adjustment amount entity does not and the roll-up for the entities of parents to the two accounts used in a journal entry. See below for more details:

Journal entry

After you run a "consolidate all Data with ' , I see the following results in Smart View:

I was expecting to see the amount of translated paper winding to entities parent as indicated below in red (I manually added the Red amounts for demonstration):

In addition, the translation done by the system uses EOMRate instead of PREVEOMRate exchange currency. 0115 account is the P & L account type and should be translated by using PREVEOMRate.

I really appreciate any help you can provide.

Thank you

Carmen G.

Hi Carmen,.

I'm glad that you found the solution.

However, I wouldn't consider the flag of Type switch to sink as a problem, but you have a better understanding of the issue.

If you have any questions, can you please close the topic because it is too long?

See you soon,.

Thanos

Tags: Business Intelligence

Similar Questions

  • How is a parent and child, rights and roll determind in the script

    How is a parent and child, rights and roll determind in the script as an exe of java or xml. It's first and second user and which assings these rolls? thanx

    Hello

    Thanks for posting your question in the Microsoft Community.

    Sinc you want to determine the parent and the child rights usings script as an exe of java or xml, the question you posted would be best suited in the MSDN Forums. I would recommend posting your query in the MSDN Forums for further assistance:

    MSDN forums

  • How can I create an output to view a document that has a FAKE parent and no child. The parent does not appear on HTML5 output. I want the parent to display a word document.

    RoboHelp 2015: How to display a document that has a parent pon OCD and no children. LLA parent does not appear on HTML5 output. I want to display a word document that contains hyperlinks.

    I'm not clear on what opening a Word with TOC document is in. Most browsers will not allow a document Word are open and will require the user to download, is that what you want?

    Perhaps could you make the problem more clear and perhaps add a screenshot to help.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • How to upgrade the parent table and child by updating the parent table

    I have a parent EMPLOYEE table that includes columns (sysid, serviceno, employeename...) sysid is the primary key, serviceno is the Unique key and I have DEPENDENT child table includes columns (sysid, employee_sysid, name, date of birth...) there still SYSID is a primary key for the table of dependants, employee_sysid is a foreign key in the EMPLOYEE table.

    Now I want to change SYSID (with the help of the sequence) in the EMPLOYEE table that they want an update in the table of people dependent

    Note: I have 10000 records in the EMPLOYEE table as I have 5 more children tables that need to update new SYSID.

    Please help me

    first disable FOREIGN KEY constraints.
    You can update Parent and child record with the help of the trigger.
    Here I give you an examlpe... It can help u.

    create a parent (id number primary key, name varchar2 (100)) table
    /
    create table child_1 (primary key id, p_id number number, date of birth, date)
    CONSTRAINT FK_id FOREIGN KEY (p_id) REFERENCES parent (ID))
    /
    create table child_2 (key primary id, p_id2, addr varchar2 number number (1000))
    CONSTRAINT FK_id2 FOREIGN KEY (p_id2) REFERENCES parent (ID))
    /

    Insert some test data for the parent tables and children.

    change the constraint to disable child_2 table FK_id2
    /
    change the constraint to disable child_1 table FK_id2
    /

    CREATE OR REPLACE TRIGGER delete_child
    BEFORE parent UPDATE ON
    FOR EACH LINE
    BEGIN
    UPDATE CHILD_1
    P_ID =:NEW.ID SET
    WHERE P_ID =:OLD.ID;
    UPDATE CHILD_2
    SET = P_ID2: NEW.ID
    WHERE P_ID2 =:OLD.ID;
    END;
    /

    then Upadte parent table primary key col and check the children tables.
    do enable constraints...

  • Get the value of the attribute of the child and apply it to the parent

    JDeveloper version - 11.1.1.7.0

    I have a master-detail table is employee and the location with a field in common IE country. The country field is an LoV from the country of the employee table and the location.

    According to my requirement, I slipped and fell in the country column of the location (detail) table on the form.  What I want is when the user selects a country in the location (detail) table and click the validation button, the country of the value specified by the user must be saved in the Employee table as well.

    • The table of the country is completely irrelevant to a 2 other tables.
    • Employee (Master) table and the table store (retail) are connected by employee ID

    OK, understand.

    in the detail attribute Set accessor method (I mean, ViewRowImpl.java, setLocation()), need you is to enter the master line via link accessor seen similar as in

    link getDeptNameViaViewLink(),

    then call

    masterRow.setAttribute ("location", choosen_location);

    You have a point?

    (BTW, this is strange, because what will happens if, for another detail, user choose somewhere else?)

  • I own a Sony Bravia and accidentally set up the parental supervision.

    I went through all the settings and tried to remove this feature and it won't let me change it. I followed everything or the mode settings, nothing helped. Help.

    Hi kellycdraper!

  • Data Currency Adjustment of entity are not copy through rule when we used the value source as "ECT."

    Hi all

    Data Currency Adjustment of entity are not copied through rule when we try to copy the data from one entity to another entity for the same account if the account is to have only the data entity Currency Adjustment but rule the data copied correctly when the entity is to have Exchange entity adjustments and currency of the entity.

    Wrote the rule to copy the values from the source account ' entity currencies Total "to target the currency of the account"entity ". Rule works as follows:

    1. If the source account's currency of the entity and entity Currency Adjustment, total value ECT (EC + ECA) copy correctly to currency of the entity to the target account. -OK

    2. If the source account's single currency entity (has no entity value Currency Adjustment) then under rule copy data properly to account currency of the target entity.  -OK

    3 but if the source account has only entity Exchange adjustments (has no value of currency of the entity) and then under rule is not copy of account currency of the entity of the target data. -Requirement

    Could you please see the rule below and please suggest possible solution to copy the Court of Auditors with the help of ECT when the source account has only ECA.

    If Hs.Entity.Member = "120006_ALTER" and HS. Value.Member = "Currency entity of <>" Then

    HS = IS_Account. Account.List ("NetProfit", "[Basic]")

    For each Account1A in IS_Account

    Set dataUnit HS =. OpenDataUnit ("E #120006.A #" & Account1A & ".") W #YTD")

    numItems = dataUnit.GetNumItems

    If numItems > 0 Then

    For I = 0 to numItems-1

    Call dataUnit.GetItem (I, vAcct, ACIP, vCust1, vCust2, vCust3, vCust4, AllocAmt)

    If AllocAmt <>0 then

    GSA Exp "A #" & Account1A & "=" & _

    «E #120006.V # < entity Curr Total >.» "A #" & Account1A

    End If

    Next

    End If

    Next

    End If

    Thank you

    Mahesh

    I thank very you much for the quick response. I tried with the above but no luck.

  • Entity currency Wo, Wo Parent currency for Parent-child with started even

    Hello

    11.1.2.1 I noticed that if currencies parent entity and the base are the same, the currency of the entity and adjustments of foreign exchange equal to currency of the parent entity and Exchange adjustments parent respectively. If the currencies are different, the currency of the total entity translates to the parent currency and that post, we can make adjustments to the level of the APC.

    I had an understanding that entity currency total always rolls currency relative to the base currency and parent's same/different.

    Is it something new with version 11 or has it always been like this?

    Thank you
    S

    It may make more sense if you think this way: consider members in brackets to simply be pointers to the real currency. In other words, if the entity default currency is EUR, then and are really EUR and EUR Adjs. If the default currency of the parent is USD then and are really Adjs USD and USD. In your example, if children and parents have the same default currency, then the pointers and are just two variables pointing back to the exact same dataset. There is no translation. That's why you might think that means , but this isn't the case - they are in fact the same settings. This has been true in all versions of HFM.

    -Chris

  • Input data to the parent entity

    Hello

    We are planning to create a rule of "Entry" to the parent entities for a scenario for an account and have two questions

    1. my assumption is, when we write the default rule allows an entry for all mothers entities and not need to put any condition for POV. Fix?

    2. account should NOT be marked as "IsCalculated" and should be "ISConsolidated". Fix?

    Thanks in advance.

    Hello

    First question: I don't think he uses parent entities by default, or no matter what default POV besides. We specify each POV we want to execute the ENTRY sub on, whether entities, accounts, custom size, periods, year, etc.. Just be aware that once you run a rule on a parent entity ENTRY, he never used numbers loaded or enrolled in basic entities. This is a case where the sum [Contribution Total] of children does NOT EQUAL to the of the parent.

    Second question: If the account is labeled IsConsolidated, this should work only to leave with the parent entity since it does not take account of all the day in child entities. In addition, we do not have Auditors who have entry rules on them but are not labeled as IsCalculated, and it works very well.

    Dany

  • Accessibility of the previous backup Image of RMAN copy after roll forward with the additional days

    Hi all

    I have these 2 questions related to RMAN Image backups. Please suggest the best approaches...

    We are in publishing Standard of Oracle 11.2.0.3 database on instances of RAC ASM on Windows 2008 and want to see the feasibility of using Copies of RMAN images for our databases.

    Have a question about the availability of backups for restoration in a scenario explained below:

    1ST QUARTER)

    To get copies of the Image which are rolled to the next incremental backup. Can we still restore/recovery to earlier date than the Image backup before rolls? If not, please suggest

    What is the best way to accomplish this task if we choose RMAN COPY of IMAGE as our backup strategy.

    Example:

    Log archiving is enabled.

    Sunday evening: full level 0 backup copy Image

    Monday night: 1) level 1 incremental Image copy backup and Roll-forward/apply the incremental backup for the full backup from Sunday

    (2) backup of files to archive log after the full backup from Sunday.

    Tuesday evening: 1) level 1 incremental Image copy backup and Roll-forward/apply the incremental backup for roll Monday transferred (full) backup.

    (2) backup of files to archive log after incremental backup from Monday.

    Wednesday evening: 1) level 1 incremental Image copy backup and Roll-forward/apply the incremental backup to roll Tuesday transferred (full) backup.

    (2) backup of files to archive log after incremental backup on Tuesday.

    Can we restore and recover the data until Tuesday morning 11:00 even if our full backups are rolled transferred by the application of incremental backups. Please suggest

    What is the best way to accomplish this task if we choose RMAN COPY of IMAGE as our backup strategy.

    Q2)

    Q2.a) Scenario 2: with above politics of backup in the 1st quarter.

    If I intend to use the copy of current Image backup on WEDNESDAY NIGHT for the recovery and restoration on-site. understand that

    We're losing backup of forwded for the roll of Wednesday night. Is it possible to take a backup/backup copy of this Wednesday night before being used for on-site recovery, so that we can use it

    for all future restorations.

    Q2.b)

    If we are unable to take backup of the night't Wednesday backup before being used for the recovery on the spot. We can always access backup Image roll passed Tuesday night? If so, can

    I take a new incremental Image copy backup Thursday night and roll forward/apply to copy backup Image Tuesday night. Please suggest the best approach to have accessible backups for each night?

    Thank you

    Hello

    I suggest that postpone differentials apply for a week as says Hemant.

    for example:

    grab the copy of database with tag = "incremental_update" until ' SYSDATE-7 "; ". "

    1 extra strength to recover from backup with tag = "incremental_update" database;

    Talip Hakan Öztürk

  • Find and move text within the existing framework of anchored

    I have a great story that spans several pages text. It contains a number of paragraphs that have the following content:

    [empty anchor for an existing character, but the anchor text frame] [important book that contains NO tab] [TAB] [intermediate text containing NO tab] [TAB] [end text containing NO tab] [empty anchor for an another existing character, but the block of anchor text]

    I need a script (Javascript, preferably) that:

    1. find a paragraph that starts with a character of anchor;

    2. find and cut the main text between the character of the anchor and the first TAB after

    3. Paste the main text in text anchored at the beginning of the paragraph;

    4. in the same paragraph, find the final text between the second (and last) TAB and the character of the second (and last) anchor at the end of the paragraph;

    5. glue the final text under text anchored at the end of the paragraph;

    6. repeat 1. -5. for the paragraph all in the same article that starts with a character of the anchor.


    I'm a JS programmer advanced, but new scripts CreativeSuite. I just understood how to search for some text, and I know that the 'parent' of an anchored object is a 'character' - but now to I access the contents of an object anchored to its parent character?


    Even better:

    function movetoanchored(find) {
      var myText = find.characters.itemByRange(1, -1).texts[0];
      var myFrame = find.characters[0].textFrames[0];
      myText.move(LocationOptions.AT_BEGINNING, myFrame);
    };
    
    function main() {
      var myStory = app.selection[0].parentStory;
      app.findGrepPreferences = app.changeGrepPreferences = null;
      app.findGrepPreferences.findWhat = "^~a\\S+";
      var myFinds = myStory.findGrep(true);
      for (i = 0; i < myFinds.length; i++) movetoanchored(myFinds[i]);
      Window.alert(myFinds.length + " moves performed");
    };
    
    app.doScript(main, ScriptLanguage.JAVASCRIPT, undefined, UndoModes.ENTIRE_SCRIPT, "MoveToAnchored");
    
  • Specific translation for an entity

    Hello

    I have a new entity, which is been created in September which should be translated using specific rates, and I wonder how to do that. I tried to enter different rates for the entity using the version number < entity currency > but HFM always uses the default E-entered rate #None.V #None.

    The hierarchy goes like this:

    Entity A (in CAD)

    Entity B (in USD)

    Entity C (in USD)

    Entity D (in USD)

    C and D are my basic entities, so I tried to put the rates in there, but it does not. I think I should put the rates in entity B, but I can't (at least not when using V # < entity currency >).

    Can someone help me with this?

    Thank you!

    Hello

    According to your hierarchy, the translation will be on entity B because the A.B currency parent node is different from the currency of the entity

    I don't have to do this before, but have you tried to fill the currencies of entity B via a rule that will copy the rates that you will have input to the C entity?

    Kind regards

    Thanos

  • Calculation to Elim in HFM entity such as Elim entities in the enterprise

    I was responsible for the HFM work as business - how can I fill an Elim entity with data [disposal] publishes on real entities during consolidation?  Since there is no data is not loaded in the ElimEntity and the accounts are not marked IsCalculated, I created a custom ElimCalc calculated to try to realize the calculation of uncalculated accounts.

    I tried every iteration elimination consolidate the function within the sub section.  I tried to fill the elim calculate entities through the sub section.  All epic fails.

    Can someone point me in the right direction with this?  I tried to show the client that the data they need is in the dimension of value [disposal] that these data may be attracted to consolidate reports.  However, they want the Elim entity to be part of children of parent in a column of the report rather than have two columns to give the Curr Total entity and the elimination.

    There must be a solution to this and I've exhausted ideas.

    Thanks a lot for this reading and offering suggestions.

    I've done a few times. I highly recommend that you avoid creating entities from the elimination. Do all you can to convince users that they have no need of specific entities of elimination. Use rather a custom size 'data type' to store the values of the elimination.

    To answer your question, however, you can (and should) use Sub consolidate to do this, not to calculate the Sub. The HS. Con function takes the [Total Parent] entity data and writes to the current entity [percentage] and/or [disposal], OR node, node [disposal] any entity brother. This means that you must create elimination entities named 'ParentEntity_Elim '. The rules, to consolidate the Sub would look like this:

    Void Consolidate()

    '************************************************************************************************************************************************************
    ' Consolidate the Routine
    '
    ' 1 of 8 routines default HFM
    ' (Default HFM routines include Calculate, translate, consolidate, Allocate, NoInput, entry, dynamic & Transactions)
    '
    "The following categories of logic are treated here:
    (1) the consolidation of all data on the percentage of Consolidation (PCon) of the node (parent single & child)
    (2) elimination of intercompany transactions
    '
    "When consolidate it Routine runs, it extracts data from the amount '[Parent]' Member, makes him.
    "specified calculations and, by default, writes the result to the Member"[percentage]. "
    "It is also able to write the result to the Value"[disposal]"Member as he does performing intercompany
    "investment in overtime and eliminations of equity."  We can also write the "[share].
    "and"[disposal]"members of the entities of the siblings.
    '
    "Consolidate routine runs when a user highlights a parent entity and selects"peacebuilding. "
    ' ' Consolidate all with data ", or"Consolidate all"option in the right-click or the list of menu items Action menu.
    '
    '************************************************************************************************************************************************************

    sParent HS =. Parent.Member ' get the entity parent of the parent-child node being calculated
    HS = nPCon. Node.PCon("") ' get the property of the account system "[PCon]." By default, it is equal to 1 (= 100%).

    "Pull in the memory of all points of data (records) of the unit of current data.  These data represent all data stored in member account,
    "PIC and the dimensions of the customs.
    Define further HS =. OpenDataUnit("")
    nNumItems = duAll.GetNumItems ' get the number of data points in this unit of data.

    ' Loop through each data point and run the logic within this loop
    For i = 0 To nNumItems - 1
    "Get information about that data point, including labels for the account, PKI, and customs as well as the (dData) value of the data point
    Call duAll.GetItem (i, sAccount, sICP, sCustom1, sCustom2, sCustom3, sCustom4, nData)
    If nData <> 0 Then ' do not consolidate zeros
    Dial the HS. Con ("", nPCon, "") ' apply the PCon property to the data point and write the results to the Member Value '[percentage].
    'Run the logic of elimination for intercompany balances '.
    Call eliminate them (sParent, sAccount, sICP, sCustom1, sCustom2, sCustom3, sCustom4, nData, nPCon)
    End If ' dData <> 0
    Next ' I
    Further = Nothing set

    End Sub ' consolidate

    Void remove (sParent, sAccount, sICP, sCustom1, sCustom2, sCustom3, sCustom4, nData, nPCon)
    '************************************************************************************************************************************************************
    "Eliminating the Routine."
    '
    "Criteria".
    '
    ' This routine assesses each data point that passed to the routine to consolidate and eliminates data points
    "If the following criteria are met:"
    '
    (1) is not a member of PKI "[ICP None]", IE. an intercompany partner has been specified
    (2) the parent of the entity being grouping is an ancestor of the specified PKI
    ' OR
    "The mother of the entity being grouping is included in a geographical hierarchy of"
    (3) the account is reported as "IsICP" in the metadata
    (4) the account has a "PlugAcct" specified in the metadata
    '
    "Computation".
    '
    "He made the elimination with 2 steps:"
    1) multiply by PCon - data point and writes the result to the Value «[disposal]» Member
    (2) multiply the intercompany by PCon data point and writes the result to the Plug account, Member of the value "[disposal],"
    "while other members of the same size
    "Please note that if your application writes the eliminations at an intersection of the particular custom dimension, add the Cx member of the harmonized system. Functions of con.
    '
    '************************************************************************************************************************************************************

    "This subroutine is currently not used and is here only as a placeholder for once when the application starts to run automated inter-company eliminations."

    bCanEliminate = True

    If (HS. Account.IsICP (sAccount) = False) then 'ignore accounts not flaged's PKI
    bCanEliminate = False
    ElseIf (StrComp (PSCI, "[ICP None]", vbTextCompare in) = 0) then ' ignore anything in the [no PIC] member of the dimension of the PKI
    bCanEliminate = False
    ElseIf (HS. Entity.ISDESCENDANT (sParent, PSCI) = False) then 'ignore eliminations if the intercompany partner is not a descendant of the parent of the current entity.
    bCanEliminate = False
    On the other
    sPlug HS =. Account.PlugAcct (sAccount)
    If (sPlug = "") then
    bCanEliminate = False ' ignore the elimination if there is no identified account in the account of the PKI card
    End If ' record = «»

    If bCanEliminate = True Then ' if all criteria is met as a removal should be performed, proceed
    "don't forget that nPCon contains the percentage of consolidation, that most, if not all the time should be 1 (100%).
    Dial the HS. Con ("V #[disposal].") ("E #" sParent & '_Elim',-1 * nPCon, "") ' multiply the amount of PKI-1 and write the value member [disposal].
    Dial the HS. Con ("V #[disposal].") "A #" & sPlug & ".." ("E #" & sParent & "_Elim", nPCon, "") ' write the amount on behalf of making PKI and write as the value member [disposal].
           
    "The following examples show how you might change the destination POV to include a custom dimension intersection.
    "Call HS." Con ("V #[disposal].") (C3 #AutoElim',-1 * nPCon, "") ' multiply the amount of PKI-1 and write the value member [disposal].
    "Call HS." Con ("V #[disposal].") ("C3 #AutoElim.A #" & sPlug, nPCon, "") ' write the amount on behalf of making PKI and write the value member [disposal].
    End If ' bCanEliminate = True

    End Sub ' remove sup

  • No data in the currency of the entity, but data in the currency of the Parent

    Hi guys

    I have a Canadian entity basis, currency CAD, which is under a parent GBP.

    All data in this database the entity < currency > (CAD) is 0, but when I change the size of the value of GBP or < Parent currency > it data appears.

    How a 0.00 value can be translated to produce real data?

    There are no journals against anything like that.

    Thank you

    JR

    What kind of account (asset, Liab, Rev, Exp, etc...).  A value for EC will not always a value zero for PC.  For example, if you have an account of stream (Rev, Exp, flow) and period 1 it has been the activity of 100 CAD and lets say the exchange rate for the same period was 0.5, then you will get 50 GBP.  Now, let's say in the period 2, you delete the 100 CAD to zero the account, activity in this period is-100 CAD, if the Exchange during this period rate is 0.6 then it will result by 60 GBP, which, after watching the ANNUAL accumulation account, will leave you with GBP - 10 and 0 CAD.

  • Deleting the data in the value of the entity currency Adjs

    Hi all

    We loaded some data and the newspapers to several accounts of member base and entities, with the currency of the entity and loading magazines feature currency data loading Adjs.  Now, I try to use the HFM Client (Windows) for erase all application data, in order to modify the data set and recharge.  The problem is that only the values of the currency of the entity are clearly this tool 'clear data '.  If I do a recovery on the app after erasing everything, I still see data hit entity Curr Total value of the entity currency Adjs.  There is a 'Options' box in the lower left of the customer where you can check or uncheck 'Currency of the entity' - I tried both without success.

    If someone could tell me how to clear these intersections, I'd appreciate it.

    Thank you in advance.

    Brian

    Hello

    As far as I know, erase erases only the currency of the entity of the POV. On the part of journals, you should unpost all logs manually or with the use of a tool of the API.

    Kind regards

    Thanos

Maybe you are looking for

  • moving text, very slightly to align with precision

    Hello I do a menu in pages and I would like to move some of the prices on the right side, so they all line up nicely. I don't want to choose all the 'align right' as then the food not all vertically aligned. Is there a command or action that allows m

  • Can I use iMovie trailer for publishing a Web site? I've included thanks to iMovie and iTunes in the credits.

    Can I use iMovie trailer for publishing a Web site? I've included thanks to iMovie and iTunes in the credits.

  • HP 250 G2 (intel i3)

    Hi, I own a Hp 250 G2 running windows 7 ultimate 64-bit. Recently, I have formatted and and I reinstalled all the drivers from hp for this product support page. But im having trouble finding the driver for an "unknown device" which seem to be a PCI d

  • How to connect EA6500 to the phone line, but with no modem

    Hi all I just bought an ea6500 to replace my old router billion and up to now all I had to do is plug my phone line directly into the port ' phone line in "on the back of the router billion. But according to me, there is no "phone line in" port on th

  • HP envy5546: Photo print is ugly

    Hello. I just plug a laptop Hp Pavilion with a range of printers hp envy 5546. I downloaded the app hpmobile and am trying to use my printer. If I print A4 images or documents, they are superb quality however all photos printed on a small paper 100x1