2.0 New Calculator

Didn't realize that the cube root of 64 is 4.000000000000001 until I tried the new calculator (turned sideways that is).
You learn something new everyday

Seems it's not quite accurate.
The bug pile is rapidly rising with this update

Similar Messages

  • I am doing pricing? How to introduce new calculation type ...

    Hi,
    As part of New condition type creation, I am in position to intrduce
    New calculation type is "X" - Time based by hrs
    New scale basis is "X"  - Time based by hrs
    It really very urgent, any oss note will also help.
    Laxman

    Hi Laxman,
    Instead of Defining New Calculation type
    U can Go for "Formula" (G) in the Calculation Type in the Defination of the Condition type and ask ABAP er to write the Code for u r Calculation type as a Routine and use that routine in the Pricing Procedure " Alternative Calculation Type"
    and also For Scale Basis Use the Formula Based Scale( G) in the definition of the Condition type. and Again Ask ABAPer To Write the Code to ur Calculation Base and use the routine in the defination of the Condition type in the View "Scales" " Scale Formula"
    This will Help you ..
    Let me Know U have Any Doubts in this ..
    Reward If Helpful..
    Regards..
    Praveen Kumar.D

  • How to add new calculation module

    Hi all,
    I need to add to the system new calculation module (formula) for tax calculation (I need to implement tax rounding). I know that these calculation modules are implemented as FORMs, but I did not find a way, how to "register" my FORM as calculation module to be able use it in the system. Any idea where this could be done?
    Thanks a lot in advance.

    If it is from pricing procedure. you need to register an object in VOFM and assign the same to condition type.
    Else, try to modify your XKOMV conditions in   perform userexit_xkomv_bewerten_end in program LV61AA55

  • New calculated item positioning

    Hi guys!
    Suppose I have a pivot table in whichI have only one column consisting of a multiple CASE function and then I build a New Calculated Item on this column.
    Graphically it looks like this, more or less:
    | CASE_CONDITION1 | CASE_CONDITION2 | CASE_CONDITION3 | CASE_CONDITION4 | NEW_CALCULATED_ITEM |
    Row1 | x | y | w | z | x+y |
    Row2 | ... | | | | |
    Is there a way ( I even tried to modify the XML in the advanced session but with no success..) to display the pivot table as following?
    | CASE_CONDITION1 | CASE_CONDITION2 | NEW_CALCULATED_ITEM | CASE_CONDITION3 | CASE_CONDITION4 |
    Row1 | x | y | x+y | w | z |
    Row2 | ... | | | | |
    Thanks a lot!!

    Graphically that looks bad!! Look at this please:
    http://s15.postimage.org/4nco7ox17/Imm.jpg
    Thanks!

  • Conditional Formating in New Calculated Item??

    Hi there,
    In pivot table I've created a new calculated item in column that is % calculation of measure value A and B.
    I need to apply conditional formatting on new calculated value only. I also want to add % sign on the calculated value.
    Previously I modified the data format of measure values to percentage and manage to bring % sign in calculated item. Now I need to show both measure and calculated item in report with measure without % sign and calculated item with % sign
    Thanks

    No, I don’t think you can do that in New Calculated Item in Pivot Table.
    What you can try is pulling another column in your report and try using this formula (case when stmt) in column fx and insert it in pivot table.

  • How to create new calculated column based on filtered columns?

    Dear All,
    I'm using Oracle Analysis.
    I have two column, each one have different formula.
    My Formula based on filter.
    Column1
    FILTER("DW"."SUM_PLAN_MONTH_AMOUNT" USING ("DW"."PLAN_YEAR" BETWEEN YEAR(DATE'@{P_BEGIN_DATE}') and YEAR(DATE'@{P_END_DATE}')))Column2
    FILTER("PAYMENTS"."SUM_PAY_AMOUNT" / 1000 USING ("PAYMENTS"."PAY_DATE_PAID" BETWEEN DATE'@{P_BEGIN_DATE}' AND DATE'@{P_END_DATE}'))How to add new calculated column based on those two column?
    For example:
    Column1 | Column2 | NewColumn
    5 | 10 | 10 / 5 * 100
    7 | 12 | 12 / 7 * 100
    Regards,
    Eba
    Edited by: Erdenebayar on Apr 19, 2012 1:42 PM
    Edited by: Erdenebayar on Apr 19, 2012 3:37 PM

    Hello MK,
    I have a tried following formula. It is working, but result is not filtered.
    I filtered "PAYMENTS"."SUM_PAY_AMOUNT" and "DW"."SUM_PLAN_MONTH_AMOUNT" columns.
    "PAYMENTS"."SUM_PAY_AMOUNT" / "DW"."SUM_PLAN_MONTH_AMOUNT" * 100Can you share me some tutorial?
    BR,
    Eba
    Edited by: Erdenebayar on Apr 19, 2012 3:43 PM
    Edited by: Erdenebayar on Apr 19, 2012 3:43 PM
    Edited by: Erdenebayar on Apr 19, 2012 3:43 PM

  • How to show New calculated item in graph.

    I created a new calculated item in column in pivot table. That new calculated item is not showing in line graph.
    How to show that new column in graph.
    Thanks

    Guys Please provide any pointers to achieve this. its very urgent for  me.
    Regards
    Kris

  • New calculated member based on existing measure and a dimension value

    Hi
    I’m trying to create a new calculated member in my cube based on an existing measure and a dimension value.
    I can do it easily in DSW but I want to do it as a Calculated Member in Calculations tab from my cube.
    I have a dimension called Product in which one attribute is UOM (unit of measure) and a measure called Quantity. The relationship with the fact table is “Regular”.
    For each product we have a unit of measure and an associated quantity measure:
    Product Name   
    UOM     Quantity
    Product 1   
              Km  
             50
    Product 2   
              Kg   
             60
    Product 3   
              Kw 
              25
    Product 4              L               
    15
    Product 5              T     
             1.5
    Total                                     151.5
    The calculated member I want to create is “Kw” and has to contain the value from Quantity measure when Product.UOM is “kW” and should look like this:
    Product Name   
    UOM     Quantity   
    Kw
    Product 1   
              Km  
             50           
    Product 2   
              Kg   
             60
    Product 3   
              Kw 
              25           
     25
    Product 4              L  
                 15
    Product 5              T     
             1.5
    Total                                     151.5        
    25
    So far I tried using the MDX with “IIF” or “Case” but with no results.
    What statement I should use in this case?
    Thank you.

    Hi Cees,
    Thank you for your answer.
    I never used yet the “Scope” statement and yet it’s an elegant solution.
    I use it as in your example:
    CREATE
    MEMBER CURRENTCUBE.[Measures].[Kw]
    AS NULL,
    FORMAT_STRING =
    VISIBLE = 1 , 
    ASSOCIATED_MEASURE_GROUP =
    'TR Other';
    Scope [Measures].[Kw];
     Scope [Product].[UOM].[kW];
     This = [Measures].[Quantity];
     End
    Scope;
    End
    Scope;
    …and the calculations are solid…with one exception: when I took out UOM from the query there are no more any resuts:
    Product Name    Quantity    Kw
    Total      
    It’s only working
    if using UOM in the query.                         
    I also thought that a
    tulpe might be another solution as:
    ([Measures].[Quantity],[Product].[UOM].&[kW])
    On this last one I’ve got the expected results with one exception: when I use UOM in the query all the other UOM values are listed each one of them
    having the [Kw] measure calculation value.
    Product Name    UOM     Quantity    Kw
    Product 1              Km  
             50           
    Product 2              Kg   
             60
    Product 3              Km 
              25             25
    Product 3              Kg 
               25             25
    Product 3              Kw 
              25             25
    Product 3              L 
    25              25
    Product 3              T 
    25           
      25
    Product 4              L  
                15
    Product 5              T     
             1.5
    Total                                     151.5        
    25
    …and without UOM in the query I have what I’m expected:
    Product Name    Quantity   
    Kw
    Product 1              50           
    Product 2              60
    Product 3               25           
     25
    Product 4              
    15
    Product 5             
     1.5
    Total                       151.5        
    25
     Maybe we can work together to find a solution.
    Thank you,
    Oks

  • Need help on new calculated item column

    Hi Guys,
    Could you please help me with the formula on a new calculated item on the attached report?
    Details on the screen shot of the link
    http://img339.imageshack.us/img339/5606/70548266.jpg
    Thanks and Regards
    G.

    Nikkolas wrote:
    i found dv5-1251nr with 512 megs dedicated nvidia graphics ( NVIDIA GeForce 9200M GS)  Intel Core 2 Duo Processor T6400 4 gigs ram  320 hd for 849 now i tested this system with battery in
    6 cell on balanced mode internet surfing, looping a 3 min video clip, 3 other windows open including chess and the 3d game fate and battery that was 100% dropped to 75% after 30 mins, so if i figured it out right means battery lasts for about 2 hours
    this any good and whats deal with all the chips intel centrino, intel centrino 2 etc and i know amd  athlon is old and turion is better but is it that much better?
    Intel Core 2 Duo's are the most efficent, so if you are looking for good battery life, that is what you want.  Avoid AMD as they eat the battery life quite quickly.
    The battery life depends on what the computer is doing, so if you are stressing it with a lot of applications, yes the battery is going to die quicker than normal.
    My opinions are mine, and mine alone.

  • How to add a new calculated coloumn in my criterie in BI Answers..

    Dear All,
    i am working on BI Answers, i want to add a new calculated coloumn in my criterie.
    Regards,
    Subbu.

    Hi Subbu,
    There is no option in Answers to add an empty column and create a calculation. You should select a column from your Subject Area. I usually select a column I already chose in my report.
    You can add your calculation to this column by pressing the 'Edit Formula' button. Remove the column name from the editor and add your calculation.
    Good Luck,
    Daan Bakboord

  • Essbase New Calculation features

    How I can use these new features
    “New calculation features:
    Essbase Analytics includes a new calculation feature to remove blocks entirely filled with #MISSING cells in order to improve calculation performance. In addition, a non-consolidating members feature provides new tags that direct the calculator to ignore certain members upon calculation."
    Do you recommend these features?
    Thank you.
    >>>

    Both of these features are important enhancements. removal of empty blocks help keep the database size in check when blocks are cleared and can help reduce fragmentation. The carat (non-consolidating) operator is something that has been asked for since the early versions. It allows members like unit price from giving irrevelent results at upper levels. Do I recommend them? a resounding YES!

  • New Calculated field question. Complicated I think.

    I have managed to create this table from a MySQL database: http://ppbm5.com/DB-PPBM5.php
    The field 'Total' is a calculated field using this SQL query:
    $query_Recordset1  = 'SELECT *, `Disk I/O`+`MPEG2-DVD`+`H264-BR`+IFNULL(`MPE On`,`MPE  Off`) As Total, `CPU`*`Cores` As Phys_Cores FROM `Personal_data` WHERE 1  ORDER BY (`Disk I/O`+`MPEG2-DVD`+`H264-BR`+IFNULL(`MPE On`,`MPE Off`)),  `Date & Time` ASC';
    So far, so good, but as you may have  noticed, there is a next field called 'Rel. Perf.' which only contains  blanks. And that is where my problems start.
    The table is sorted by 'Total' and the first record shows these figures and field names that are relevant for my question:
    Fields: 'Total'  'Disk I/O'  'MPEG2-DVD'   'H.264-BR'   'MPE On'   'MPE Off'
    Values:  131,        67,              21,                  37,              6,              64
    In addition, I use four 'weight' figures, let's say these are 0.27 , 0.30 ,  0.20 and 0.23 denoted as W1, W2, W3, W4.
    First step is to calculate four temp values, using a formula like this resulting in T1, T2, T3 and T4:
    T1 = W1 x  Total /Disk I/O; T2 =  W2 x Total/MPEG2-DVD ; T3 = W3 x Total/H.264-BR ; T4 = W4 x Total/(IFNULL(MPE On, MPE Off)
    Note that this only applies to the top record and here the SUM(T1, T2, T3, T4) results in 131, equal to the Total.
    The result of 100 x SUM(T1, T2, T3, T4)/ Total = 100 should be the 'Rel.Perf.' result for the top record.
    Now  is gets difficult. Let me call the records R1, R2, R3, ..., Rx. Now, in  the previous step we have established that the figure 100 should into  R1.
    For R2 the result of the 'Rel.Perf.' is 100 x SUM(T1 x Disk  I/O(2), T2 x MPEG2-DVD(2), T3 x (H.264-BR(2), T4 x (IFNULL(MPE on, MPE  Off)))/ Total(2)
    For R3 the result of the 'Rel.Perf.' is 100 x  SUM(T1 x Disk I/O(3), T2 x MPEG2-DVD(3), T3 x (H.264-BR(3), T4 x  (IFNULL(MPE on, MPE Off)))/ Total(3)
    etcetera for all the rest of the records in the table.
    A  complicating factor is that the reference point of the top machine  should remain fixed at 100, but when doing queries, the top machine may  not be in the query results, but all the query results for the Rel.Perf.  should be derived from these scores. Life would be infinitely easier if  one would be certain that the top machine is fixed, but that is not the  case.
    Sorry to make this such a long and complicated post, but  for those who have struggled through this long message, if you have any  suggestions on how to make this work, I would appreciate it.
    Thanks in advance.
    Harm, while non is intended.
    PS. I have been trying to generate a SQL query, using the following code:
    $query_Recordset1 = 'SELECT *, FORMAT(`Disk I/O`+`MPEG2-DVD`+`H264-BR`+IFNULL(`MPE On`,`MPE Off`),0) As Total, FORMAT((54.661*`Disk I/O`+161.25*`MPEG2-DVD`+71.66666*`H264-BR`+645*IFNULL(`MPE On`,`MPE Off`))/129,1) As RPI,`CPU`*`Cores` As Phys_Cores FROM `Personal_data` WHERE 1 ORDER BY 54.661*`Disk I/O`+161.25*`MPEG2-DVD`+71.66666*`H264-BR`+645*IFNULL(`MPE On`,`MPE Off`), `Disk I/O`+`MPEG2-DVD`+`H264-BR`+IFNULL(`MPE On`,`MPE Off`) ASC';
    For static work it is OK, but not when a new top performer submits his data.

    Hi William,
    Per my understanding that you want to count the number of the value in the field wait which is smaller then 15, right?
    I have tested on my local environment and that you can add the calculated field (Count) using the expression as below:
    =IIF(Fields!wait.Value<15,1,0)
    Insert an outside group row and then get the total count by using below expression:
    =SUM(Fields!Count.Value)
    Preview you will get the result like below:
    If your problem stil exists, please try to provide some sample data and the exprect count result you want.
    Any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • How do you get a fillable pdf to perform a new calculation if data is changed on form

    I have created a form to calculate payment terms. The forms work great however if you make a mistake inputting or change data after calculation has been preformed i need the new data to be calculated. Is there a way to do this?
    thanks

    Hi Gilad,
    Thank you for the information. Unfortunately the form that I built does not provide the correct number if any data is changed.
    Is there something that I am missing?
    I am using the form to complete and installment loan contract
    Thanks again

  • SAP query , want a new calculation

    Hi,
    I have a SAP query which displays the material quantity , shipping instructions etc.
    what i want is not a new field or column, but just display at the end of the shipping instructions column 2 lines showing the ratios of 2 values.
    How do i do this? I know to add additional columns but how am i to add just 2 rows with custom calculations?

    Hi,
    In SQ02, you hae the option to add your own code lines. You will find this icon in the toolbar after teh 'Extras' button.
    You can write the code in any event that you wish. Check the node where you are writing this code.
    Regards,
    Subramanian

  • Need to add a new calculated member to my GLAccount hierarchy

    Dear Gurus,
    I am using OBIEE 11.1.1.5 with Essbase as my source.
    I have a pivot table where the months is on my column and Account is on my rows to show the Income Statement.
    I need a new member called Profit Margin without updating Essbase hierarchy. (The reason is because the Essbase cube is managed by another application.)
    How can I add this member to my hierarchy from within OBIEE? Please provide step by step instructions if possible.
    Below is a screen shot of my analysis.
    https://picasaweb.google.com/jennifer.corpus/OBIEEQuestion?authkey=Gv1sRgCMThg5CZss_9Qg#5617788243067134210
    Thanks for your help.
    Jennifer
    Edited by: user754680 on Jun 13, 2011 10:59 PM

    Hi Subbu,
    There is no option in Answers to add an empty column and create a calculation. You should select a column from your Subject Area. I usually select a column I already chose in my report.
    You can add your calculation to this column by pressing the 'Edit Formula' button. Remove the column name from the editor and add your calculation.
    Good Luck,
    Daan Bakboord

Maybe you are looking for