Issue of calculation of rules - CDA vs periodic problem

Our application is defined as one year. In the rules file, I want to set up a somewhat simple calculation to multiply a tax rate times the net pre-tax profit for each legal entity. So, let's enter the tax rate in a basic account each period for each entity, quite simple. The system will have a value in a parent account for RNAI, pretty simple.

I wouldn't have a problem if we were watching this CDA, that the rule would be written to simply take the RNAI times tax rate.

Given that the tax rate should be applied to the periodic RNAI and the result of the calc is placed in a database (default application) ADC account, how this is possible via the rule? I guess it is farily common and simple, and I'm just not up to something.

Can I set the values calculated in our application of CDA based as periodic? Things would still work properly?

Thank you!

I wouldn't change the parameters of the script for this. This setting has a much broader impact on your application. Instead, you can write a calculation as you wish:

HS. Exp ' has #TaxAmount.W #Periodic = a #NIBT.» W #Periodic ".

HFM will draw the correct values of the CDA.

-Chris

Tags: Business Intelligence

Similar Questions

  • Help please - issue of calculation of execution time

    Hello

    Version of DB: database Oracle 11 g Enterprise Edition Release 11.2.0.3.0
    Previous thread (RE: help please - issue of calculation of execution time) mode lock, therefore open new thread.

    Karthick_Arp thanks for your great help with the merge code.

    I modified my code with Merge statement instead of loops and internal loops.

    PFB code and output. But still I am negitive values over time of execution because end_time < start_time is coming. Please suggest me how to solve this problem.

    1 CREATE OR REPLACE PROCEDURE my_proc
    2 EAST
    3 sql_string VARCHAR2 (4000);
    4 v_start_time TIMESTAMP;
    5 v_end_time TIMESTAMP;
    6 v_rowcnt NUMBER;
    7. START
    8 FOR c1 IN (SELECT ROWNUM tab_no, tablename, TYPE
    9 FROM stored_ddl_policies by tablename) / * mourning tablename order * /.
    10 LOOP
    11 sql_string: = q']
    12 merge into #tablename # b
    13 using (select empkey, id, dt
    14de emp_base) on (a.empkey = b.empkey)
    15when matched then update set b.id = a.id, b.dt = a.dt] ";
    16 sql_string: = REPLACE (sql_string, "#tablename #", c1.tablename);
    17 v_start_time: = SYSTIMESTAMP;
    18
    19 sql_string EXECUTE IMMEDIATE.
    20
    21 v_end_time: = SYSTIMESTAMP;
    22 v_rowcnt: = SQL % ROWCOUNT;
    23 DBMS_OUTPUT.put_line (c1.tablename); / * added for display * /.
    24 DBMS_OUTPUT.put_line (v_start_time);
    25 DBMS_OUTPUT.put_line (v_end_time);
    26 INSERT INTO exec_time (TABLE_NAME, START_TIME, END_TIME, EXCUTION_TIME, NO_OF_RECORDS_PROCESSED)
    27 VALUES (c1.tab_no |) ' ' || C1. TableName, v_start_time, v_end_time, v_end_time - v_start_time, v_rowcnt);
    28 END LOOP;
    29
    30 COMMIT;
    31EXCEPTION
    32 THEN THAN OTHERS
    33 THEN
    34 DBMS_OUTPUT.put_line (SQLERRM);
    35END;
    16 m

    OUTPUT:
    select * from exec_time by start_time desc
    TABLE_NAME START_TIME, END_TIME EXCUTION_TIME NO_OF_RECORDS_PROCESSED

    6 TAB6 31/05/2013 3:07:00.282065 AM 31/05/2013 3:06:47.103731 AM - 00 33 00:00:13.178334
    23 TAB23 31/05/2013 3:06:56.159271 AM 31/05/2013 3:06:56.342313 AM + 00 00:00:00.183042 1013
    20 TAB20 31/05/2013 3:06:47.104115 AM 31/05/2013 AM + 00 00:00:09.054770 158169 3:06:56.158885
    13 TAB13 31/05/2013 3:06:41.668578 AM 31/05/2013 3:06:31.690199 AM - 00 28 00:00:09.978379
    7 TAB7 31/05/2013 3:06:41.624134 AM 31/05/2013 3:06:41.668468 AM + 00 00:00:00.044334 0
    12 TAB12 31/05/2013 3:06:31.690582 AM 31/05/2013 3:07:00.281522 AM + 00 00:00:28.590940 240715
    3 TAB 3 31/05/2013 3:06:24.669461 AM 31/05/2013 3:06:41.623421 AM + 00 00:00:16.953960 47426
    2 TAB2 31/05/2013 3:06:24.182326 AM 31/05/2013 AM + 00 00:00:00.486723 5242 3:06:24.669049
    8 RAB8 31/05/2013 3:06:21.416823 AM 31/05/2013 3:06:24.181956 AM + 00 00:00:02.765133 28636
    1 TAB1 31/05/2013 3:06:16.320679 AM 31/05/2013 AM + 00 00:00:05.095731 132633 3:06:21.416410
    16 TAB16 31/05/2013 3:06:07.446056 AM 31/05/2013 AM + 00 00:00:08.874227 421215 3:06:16.320283
    11 TAB11 31/05/2013 3:06:07.442987 AM 31/05/2013 3:05:55.361263 AM - 00:00:12.081724-00 60273
    19 TAB19 31/05/2013 3:06:03.683463 AM 31/05/2013 3:06:07.445630 AM + 00 00:00:03.762167 77549
    15 TAB15 31/05/2013 3:06:00.291696 AM 31/05/2013 3:06:03.683017 AM + 00 00:00:03.391321 77117
    10 TAB10 31/05/2013 3:05:57.787733 AM 31/05/2013 AM + 00 00:00:09.654601 517960 3:06:07.442334
    18 TAB18 31/05/2013 3:05:56.742873 AM 31/05/2013 3:06:00.291274 AM + 00 00:00:03.548401 105630
    24 TAB24 31/05/2013 3:05:55.361707 AM 31/05/2013 3:05:56.742506 AM + 00 00:00:01.380799 15115
    4 TAB4 31/05/2013 3:05:18.873303 AM 31/05/2013 3:05:06.966972 AM - 00:00:11.906331-00 49078
    21 TAB21 31/05/2013 3:05:13.609759 AM 31/05/2013 3:05:18.872878 AM + 00 00:00:05.263119 56525
    22 TAB22 31/05/2013 3:05:09.070048 AM 31/05/2013 AM + 00 00:00:48.717139 451439 3:05:57.787187
    5 TAB5 31/05/2013 3:05:06.967411 AM 31/05/2013 3:05:09.069642 AM + 00 00:00:02.102231 773
    25 TAB25 31/05/2013 3:05:05.198282 AM 31/05/2013 AM + 00 00:00:08.410911 308670 3:05:13.609193
    14 TAB14 31/05/2013 3:04:59.575951 AM 31/05/2013 3:05:05.197701 AM + 00 00:00:05.621750 12118
    17 TAB17 31/05/2013 3:04:43.740910 AM 31/05/2013 3:04:59.575503 AM + 00 00:00:15.834593 529
    9 TAB9 31/05/2013 3:04:38.286041 AM 31/05/2013 3:04:59.011404 AM + 00 00:00:20.725363 65921

    Thanks in advance.

    Published by: 1008545 on May 31, 2013 01:40
  • Loading data - CDA vs. periodic

    Just to confirm... you can not load some data as for a YEAR and some like MTD, correct? Same app, same scenario.

    Within a data file, you can mix (different accounts) documents with CDA and periodical. But I have not tried to mix the CDA and periodic reports to the same account and load it with option "Accumulate in the queue".

  • AfterEffects CS6 will not show on my Adobe Creative cloud. I work in a school district. The error message is: ' we are currently experiencing some issues, please try again later. " If the problem persists, contact customer service. "It is to go

    AfterEffects CS6 will not show on my Adobe Creative cloud. I work in a school district. The error message is: ' we are currently experiencing some issues, please try again later. " If the problem persists, contact customer service. "This has happened during about two weeks, give or take. Everything is displayed. Are there patches? Thank you

    You MUST have a 64-bit computer and operating system... What is your computer?

    -Programs are supposed TO not view or download if they are not installed on your computer

    MINIMUM for After Effects and Premiere Pro http://helpx.adobe.com/premiere-pro/system-requirements.html

  • I'm trying to download the free track of After effects.  Keep the error message and get the ' we are currently experiencing some issues, please try again later. " If the problem persists, contact customer service. »

    I'm trying to download the free track of After effects.  Keep the error message and get the ' we are currently experiencing some issues, please try again later. " If the problem persists, contact customer support. "what I'm doing. I have tried for 2 hours and need to complete course work.

    you use the cc desktop app to download?

    If not, https://creative.adobe.com/products/creative-cloud

  • Calculation of rule DSP for voice routers

    Hi all, I know that Cisco has a DSP calculator, however, there are some values that he asks that I'm not sure of when you try to use it.

    Someone at - it a fundamental rule that they use when they decide how much DSP to add a router to voice FMC?

    I have a Cisco 2911 with 1 VIC2-4FXO, 1 port VIC3-2FXS/DID and currently I have a PVDM3 DSP DIMM 1 with 16 channels. I would add a VIC2-2FXO card for additional analog lines. I read that you need at least to have the same number or channels that you have FXS/FXO ports. If this is the case, then I am currently using only 6 of the 16 channels.

    Here is the command of DSP Group:

    DSP groups on slot 0:
    DSP 1:
    State: UP, firmware: 32.1.2
    Signal/voice of max channel: 16/16
    Max credits: 240, voice credits: 240, video credits: 0
    num_of_sig_chnls_allocated: 6
    Transcoding allocated channels: 1
    Group: FLEX_GROUP_VOICE, complexity: FLEX
    Credit splitting: 100, reserved credits: 0
    Signs of the allocated channels: 6
    Voice of the allocated channels: 0
    Appropriations used (rounded): 0
    Group: FLEX_GROUP_XCODE, complexity: MEDIUM
    Credit splitting: 0, reserved credits: 20
    Transcoding allocated channels: 0
    Appropriations used (rounded): 0
    Group: FLEX_GROUP_CONF, complexity: CONFERENCE
    Credit splitting: 0, reserved credits: 120
    Codec: CONF_G729, maximum of participants: 8
    Sessions by dsp: 4
    Slot: 0
    Idx device: 0
    PVDM slots: 0
    Type DSP: SP2600

    Thank you

    Dan

    Yes, the most basic math are need at least the same number of channels on your DSP (s) that you would have TDM0 channels, which means that you will only use G.711, because the number of channels, G.711. This just for the termination of the TDM.

    With what you have, if you decide to use G.729A/G.722, it would come down to 12 channels, with G.729/iLBC drops to 10, and you get only 3 channels, if you use the ICCS.

  • Calculation of the CDA

    Hi guys,.

    I have a requirement with Oracle Reports to develop pay check the legislation we...

    did with the income and calculate inferences...

    Could you please tell me how the amount of the CDA must be calculated for all items.

    A method other than the calculation... Could achieve us through base of DB tables.

    Any help is appreciated.

    Thanks in advance

    Hi, Swat,

    I'm afraid there is no easy way.

    You must call the function of package which relates to the combination balance & dimension.

    An example:

    1. download the defined_balance_Id

    Select defined_balance_id

    from PDB pay_defined_balances

    pay_balance_types pbt

    pay_balance_dimensions pbd

    where pbt.balance_name = 'gross Remuneration.

    and (pbt.legislation_code = "GB" or pbt.business_group_id = 82)

    and pbd.database_item_suffix as '_ASG_YTD '.

    and pbd.legislation_code = 'Go '.

    and pdb.balance_type_id = pbt.balance_type_id

    and pdb.balance_dimension_id = pbd.balance_dimension_id;

    2. download the Assignment_Action_Id

    SELECT MAX (paa2.assignment_action_id)

    OF pay_payroll_actions MRVR2

    pay_assignment_actions paa2

    per_all_assignments_f paaf2

    per_all_people_f women's wear

    WHERE ppa2.payroll_action_id = paa2.payroll_action_id

    AND paaf2.person_id = papf.person_id

    AND ppa2.effective_date BETWEEN paaf2.effective_start_date AND paaf2.effective_end_date

    AND ppa2.effective_date BETWEEN papf.effective_start_date AND papf.effective_end_date

    AND paaf2.assignment_id = paa2.assignment_id

    AND ppa2.action_type IN ('Q', 'R', 'B')

    AND papf.full_name like ' Ben % Vigneswar %.

    AND ppa2.effective_date BETWEEN to_date('1-JAN-2013') AND to_date('31-DEC-2013');

    3. get the value of the balance

    Select pay_balance_pkg.get_value (p_defined_balance_id =>

    p_assignment_action_id-online ) twice;

    Make sure that you change the values accordingly.

    If the dimension of balance uses tax_unit_id (GRE) or any other context, then you would use another function overloaded with the package pay_balance_pkg.

    See you soon,.

    Vignesh

  • Accumulated or calculations of the CDA

    Hello

    I need to calculate calculation CDA on key primary-claim_id. I learned how I can do this, but in the case, I need to start earning 2 special S_ID folder. Not sure if this is possible. I really appreciate your time.

    With the help of 10g and 11g
    CLAIM_ID     S_ID     PAID     SERVICE_DATE
    123     S001     12     1-Jan-2010
    124     S002     14     2-Jan-2010
    125     S001     80     3-May-2010
    126     S003     -86     4-Jul-2010
    127     S001     54     1-Aug-2010
    128     S001     45     2-Sep-2010
    129     S002     87     3-Sep-2010
    130     S001     89     4-Sep-2010
    131     S003     55     1-Nov-2010
    132     S004     56     2-Dec-2010
    133     S003     52     3-Dec-2010
    Desired output:
    CLAIM_ID     S_ID     YTD_PAID
    123     S001     0
    125     S001     12
    127     S001     92
    128     S001     146
    130     S001     191
    124     S002     0
    129     S002     14
    126     S003     0
    131     S003     -86
    133     S003     -31
    132     S004     21

    Hello

    You want the total accumulated from the 2nd line?
    If 2nd paid = 80, then the total of cuulative (from the 2nd row) is 80 at this time here, but you said you wanted 12. This isn't the cumulative total from the 2nd row; It is the cumulative total, not counting the current line.

    It looks like you want:

    SELECT    claim_id
    ,       s_id
    ,       SUM (paid) OVER ( PARTITION BY  s_id
                                  ,                  TRUNC (service_date, 'YEAR')
                                  ORDER BY         service_date
                     ) - NVL (paid, 0)          AS ytd_paid
    ORDER BY  claim_id
    ,            service_date
    ;
    

    I find it easier to code than the equivalent meanings:

    SELECT    claim_id
    ,       s_id
    ,       SUM (paid) OVER ( PARTITION BY  s_id
                                  ,                  TRUNC (service_date, 'YEAR')
                                  ORDER BY         service_date
                       ROWS BETWEEN  UNBOUNDED PRECEDING
                             AND       1          PRECEDING
                     )          AS ytd_paid
    ORDER BY  claim_id
    ,            service_date
    ;
    

    If paid cannot be NULL, so you can use paid instead of NVL (paid, 0).

    If you wish to post CREATE TABLE and INSERT instructions for the sample data, and then I could test this.

  • Cumulative / calculation of the CDA

    Hello

    I came across a situation where I have to calculate calculation CDA on primary. Not sure if this is possible. I really appreciate your time.
    CLAIM_ID     S_ID     PAID     SERVICE_DATE
    123     S001     12     1-Jan-2010
    124     S002     14     2-Jan-2010
    125     S001     80     3-May-2010
    126     S003     -86     4-Jul-2010
    127     S001     54     1-Aug-2010
    128     S001     45     2-Sep-2010
    129     S002     87     3-Sep-2010
    130     S001     89     4-Sep-2010
    131     S003     55     1-Nov-2010
    132     S004     56     2-Dec-2010
    133     S003     52     3-Dec-2010
    Desired output:
    CLAIM_ID     S_ID     YTD_PAID
    123     S001     12
    124     S002     14
    125     S001     92
    126     S003     -86
    127     S001     146
    128     S001     191
    129     S002     101
    130     S001     280
    131     S003     -31
    132     S004     56
    133     S003     21
    Published by: 788729 on April 26, 2011 11:27

    Like this...

    select t.*, sum(paid)over(partition by s_id order by claim_id) as YTD
    from t
    order by claim_id
    

    HTH

    Thank you...

  • Calculations of the CDA in Dataforms

    Hi all

    I use Hyperion Planning 11.1.1.1.0...

    I am facing difficulties in showing the values of the CDA in my dataform.


    Let me describe in detail the appearance of my data form...
    Dimensions and their members;

    On the dimension of the line I have accounts. +
    The column dimension I period (monthly)+.
    Scenarios (actual and budgeted)+.

    Now I need to present a YearTotal Budget and a real as well as monthly values CDA... +

    Can someone help me in what should be my approach to achieve this goal?

    Thanks in advance...

    Kind regards.

    Alicia

    Hello
    If you have enabled the dynamic time series in your application, YTD function will be available in the periods dimension member selection section. You can either periods of rise to the columns just as YTD (Aug) or the dynamicaly with a variable substitution such as YTD (& CurMonth).

    See you soon,.
    Alp

  • calculation Manager Rules not open for HFM

    Hi, when I try to open the rules to GestionnaireCalc sound to get open and get message like going just look. Please can someone help. Thank you

    Thank you

    Please install respective version of Adobe flash Player.

    See the support matrix.

    http://www.Oracle.com/technetwork/middleware/bi-Foundation/Hyperion-supported-platforms-085957.html

    Thank you

    ~ KKT ~.

  • Issue of calculation Excel addins

    Hi team,
    EMP 11.1.2.2 can you please tell me what script (by default) Calc in the worksheet excel Addins? I was under the impression that (by default) calc's ALL CALC. But when I use the script to calc add-ins Excel (default) after locking/sending data of the calc does not work properly and I do not see as expected higher level data.

    But when I create a calc script, as mentioned below, and when I use it after locking and send for calculation I see expected results.

    calc_all. CSC
    =======
    SET CACHE HIGH;
    UPDATECALC OFF SET;
    CALC ALL;

    I appreciate your comments.

    Go to PARTY and do a right-click on the database and select set-> default calculation. It will show you what is on the default calc. If it just says: Calc All; or else replace it with your Calc_All script. It could be that, since by default, there is no intelligent calculation off by default, that might be your problem. My boy there are a lot of flaws, he

  • Calculation Manager - rules Buiness

    Hi guys,.

    Information on BR-where writes in Calc Manager are stored? I can't find them in the database, but probably, I don't know where to look :)

    Best regards
    Greg

    Everything will be stored in the database tables, the rules will be in CALCMGRRULES

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Another issue of calculation of Date.

    Hi all

    OK, this is a continuation from here: http://forums.Adobe.com/thread/906583 Actually, I need to change the shape a bit and therefore need a continuation of this discussion result.

    Short version - I need to take a later date that is calculated by taking the result of a menu drop-down (0-13) and using this script to find one day in the futue:

    var f = this.getField ("BILLINGCYCLEDATE");

    G1 var = this.getField ("DAYS");

    var g = g1.value

    var today = new Date();

    Add var = today.valueOf ();

    Add += 1000 * 60 * 60 * 24 g,

    future var = new Date (add);

    f.Value = util.printd ("mm/dd/yyyy", future);

    Basically, it adds a number of days to today and giving a result.

    What I have to do is take this result, add a different number of days (0-13 new) to give a new date... and I'm fighting to get a result at the moment.

    So here's a scenario real workd:

    How many days from today the contract begin?  (optional 0-13 days) RESULT = A.

    How many days of RESULT-a first payment will be due (optional 0-13) = RESULT B.

    Who is?

    Thanks for any help you might be able to provide.


    Ant

    Sorry its add += 1000 * 60 * 60 * 24 *(g+n) actually... .theres 1000 milliseconds in a second, 60 seconds in a minute, 60 minutes in one hou, r 24 hours a day, expires the number of days... so the multiplication g will give you how many days until departure... and add the n days until the billing so that the total will give you the date of the invoice.  I just did the math wrong.  Hope this clears for you.  you could also turn g + n in a variable so that the add + always ends in a single variable.

  • Calculation of field not updated - Javascript problem

    I have an Adobe Acrobat DC form with what I believe, is that a simple but question left me speechless.  I have a (InitialDate) field in which the user enters a date.  I have another domain in which the user enters the number of days (AddedDays).  I want the third FinalDate field to calculate the value by adding the specified number of days of AddedDays to the InitialDate.  Here's the javascript code, I added slot calculate the area of the FinalDate.

    The javascript of works very well except when the user CHANGES the date in the field of InitialDate, the FinalDate field is not updated.  If the user changes the entry from AddedDays, the FinalDate field is updated.  Can someone help me?

    (function () {}

    var sDate = getField("InitialDate").valueAsString;

    var d = util.scand ("d/m/YY", sDate);

    var days = getField("AddedDays").value;

    d.setDate (d.getDate () + days);

    If (sDate) {event.value = util.printd ("d/m/YY", d) ;}}

    else {event.value = "No Transmission Date entered" ;}

    })();

    Yes, you must correct the order of computation of field as mentioned above. Exactly how do you this depends on which version of Acrobat you are using.

    While you're in form editing mode, select:

    Acrobat 9: shape > edit fields > set field calculation order

    Acrobat 10: Tasks > other tasks > edit fields > set field calculation order

    Acrobat 11: Tasks > other tasks > set field calculation order

    Acrobat DC: (button in the right panel) more > set field calculation order

Maybe you are looking for

  • Messages from local files get corrupted when files are moved to different location

    Hello I have several local folders with thousands of messages. Normally I store them on a network mapped to my setup from local folder in Thunderbird driver is similar to Z:\emails.I needed to move the folders the to my computer and what I did was co

  • In a photo album to create a sub-album?

    Hello!I just bought a MacBook Pro and I was trying to organize my photos. Now I wonder if it is possible to create a sub-album in a photo album? I don't see a way to do it. I looked where I can create a new album or smart album. I tried to create alb

  • Save problem

    I use Sage accounts and save it on an external hard drive. I can't open files while my PC trying to open them in Word. I gave the portable player to my accountant who could open the files Sage o his office, so the problem seems to be with my PC. Any

  • Unnecessary files (temporary?) when sending Comp CC to Photoshop?

    If I start a design in CC Comp on my iPad and send to Photoshop, the integration generates a PSD in [user] / Library/Application Support/Adobe/OOBE/PushToDesktop/[someRandomString]/file.psdVery well: Photoshop will automatically load the file.My ques

  • 6 e Mac OS el Capitan lightroom compatibility

    posso installate lightroom 6 nel Mac OS el capitan?E I file raw della della sono compatibility nikon d750 con lightroom 6?Grazie e della