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

Similar Messages

  • 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 add new line item using BAPI BAPI_CONTRACT_CHANGE for contract-ME32K

    HI Experts,
    how to add new line item using BAPI: BAPI_CONTRACT_CHANGE for existing contract.
    Requirement:
    Already the contract having two line items using ME31K.
    Custom program has to add new line items in existing contract.
    Thanks,
    Sendil

    I got the solution:
    We can do like this:
    1. Get all details using details, BAPI_CONTRACT_GETDETAIL.
    2. After getting results, append new line item. Then use your BAPI.
    Check this posting program.. where this bapi is used, use the same coding technique.
    IDOC_INPUT_PURCONTRACT_CHANGE

  • 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!

  • 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

  • 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 new xml item(BAPI requset)?

    Hello
    i want to create bom to ERP from mii
    how to add new xml item(BAPI requset)?
    i use bapi CAD_CREATE_BOM_WITH_SUB_ITEMS
    this bapi's format is
    <table>
    <item>
        <col1>1111</col1>
        <col2>bbbb</col2>
    </item>
    </table>
    i want to add <item>
    like this
    <table>
    <item>
        <col1>1111</col1>
        <col2>bbbb</col2>
    </item>
    <item>
        <col1>22222</col1>
        <col2>bbbb</col2>
    </item>
    </table>
    how to set trx?
    i tryed
    SAP_JCo_Interface_0.Request{/CAD_CREATE_BOM_WITH_SUB_ITEMS/TABLES/BOM_ITEM/item[2]/SORTF}
    when error occured
    use MII12.0
    Edited by: Atsushi Iwasaki on May 18, 2010 6:22 AM

    Hi,
    You can try this alternative
    Step 1) Create XML Document with required structure which you want to pass it to BAPI request.
    Step 2) Populate the XML Row with required contents and map it to above created XML document
    Step 3) Map above created XML Document to BAPI request (use assign XML option dfrom link editor rather tha assign value)
    This will help to map dynamic contents to your BAPI request.
    Regards,
    Shalaka

  • How implement (Forms Builder ) Calculation Item in JDeveloper ADF?

    How implement (Forms Builder ) Calculation Item in JDeveloper ADF?
    (Forms Builder ) Property
    Calculation -> Calculation Mode=Summary
    Calculation -> Formula -> Summary Function=Sum
    Calculation -> Formula -> Summarized Block=Block Name
    Calculation -> Formula -> Summarized Item=Quantity Item

    You can have transient attributes in your VO that do calculations.
    http://download.oracle.com/docs/html/B25947_01/bcentities010.htm#BABHGCAH
    For summaries here are a few other options:
    http://www.freewebalbum.com/blogs/faces/bjanko/blogs.jsp?blog=bjanko20070725180020
    http://andrejusb.blogspot.com/2008/01/complex-calculated-values-in-oracle-adf.html

  • How to change layout of new calculated item values?

    Hi,
    Is there a way on how to change colours or add a percentage symbol on the values of a calculated items?
    I do not want to change the source measures in the criteria area I used to get the calculated items results.
    Any idea?
    Regards
    Giuliano

    I solved this by using an other approach.
    Created a report and filtered the first resolts by certain value. Added a label.
    Used combine with similar request and filtered again.
    Created so many combines for the number of results I need to filters
    In result columns renamed the label with a description which is a common denominator for all the labels
    In pivot table, moved the main label to Rows and appled the sum
    the reults is below
    https://docs.google.com/file/d/0B0nRf4E3yBfpWS1WVjJjbWZyTG8/edit?usp=sharing
    Regards
    G

  • How to Show Total Calculation in Footer of Table

    Hi everyone, is it possible to show total calculation in footer of table in webdynpro ? For the calculation, I think i can handle it because many thread in forum and weblog discuss it but for show it in footer of table , i can't find.
    Display
    A
    B
    C
    D
    | ____Total | XX |  --> XX shows total calculation for column D
    If this is not possible, how to trick it ? Thank you
    null

    Hi,
    Even i had the same requirement once, but as this is not possible i.e displaying the total as the footeer of the table.
    the other option for this is to hav a seperate table below the main table & then displaying the total in that table.
    You can collect the value of each cell of column D in an integer variable at the time of displaying the data in the table.
    A | B | C | D |
    1
    2
    3
    for(int i = 0;i<node.lenght();i++)
    int tot = wdcontext.element
    now at the end you can create the element of the node & assign this variable "tot" to that element, then add teh element to the node
    Hope it helps you.
    Regards
    Jeet

  • 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

  • How to add new line item to PO using BAPI_PO_CREATE1

    Hi,
    I have a purchase order with 2 line items, now i want to add new line item to the same PO using BAPI_PO_CREATE1.
    Here new line item should be created with reference PR line item.But this PR line item is Dynamic it get generated once the Sales order line item get changed.
    Please let me know how can i pass the PR doc no, PR line item no as reference to create the new PO line item.
    Thanks
    Bhuvana

    Hi,
    I think you need to use BAPI: BAPI_PO_GETDETAIL, then BAPI:BAPI_PO_CHANGE.
    BAPI_PO_CREATE1 equals ME21N, but adding new line item needs to be done in ME22N.
    Cheers,

  • How to add new line item based on main item using crm_order_maintain

    Hi All,
    can you please provide a way to create a new line item based on main line item and save in crm transaction( in house repair order) by using crm_order_maintain(from SAP GUI).
    Thanks,
    vinod.

    Hi Vinod,
    The relationship with main item is stored with CRMD_ORDERADM_I- Parent.
    You need to pass the guid of main item to orderadm_i-parent. This will keep the relationship with main item.
    Thanks
    Ajay

  • 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 line item to SO using BAPI_SALESORDER_CREATEFROMDAT2

    Hi,
    I have sales order A with 1 line item, now i want to add new line item with material x and quantity y to the existing sales order A
    using BAPI_SALESORDER_CREATEFROMDAT2.
    Line item no for new line item should be generated by SAP internally.Please let me know the mandatory parameters to be passed to the BAPI to fulfill the requirement.
    DATA: order_header TYPE bapisdhd1,
               order_inx TYPE bapisdhd1x,
               partners TYPE TABLE OF bapiparnr,
               wa_partners TYPE bapiparnr.
    CLEAR: salesdocument,order_header_inx,wa_in, wa_inx.
    REFRESH: item_in, item_inx.
      salesdocument = wa_vbup-vbeln.
      order_header_inx-updateflag = 'X'.
      wa_in-itm_number = ' '.
      wa_in-material = p_nmatnr.
      wa_in-target_qty = gv_menge - gv_wemng.
      APPEND wa_in TO item_in.
      wa_inx-itm_number = ' '.
      wa_inx-updateflag = 'U'.
      wa_inx-target_qty = 'X'.
      APPEND wa_inx TO item_inx.
          CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
          EXPORTING
           salesdocumentin               = salesdocument
           order_header_in               = order_header
           order_header_inx              = order_inx
          IMPORTING
           salesdocument                 = salesdocument
          TABLES
           return                              = return
           order_items_in                = item_in
           order_items_inx               = item_inx
           order_partners                = partners.
    Thanks
    Bhuvana

    Hello,
    You can use FM: BAPI_SALESORDER_CHANGE with update indicator I (insert)
      call function 'BAPI_SALESORDER_CHANGE'
        exporting
          salesdocument    = l_vbeln
          order_header_inx = l_wa_order_header_inx
          simulation       = l_simulation
        tables
          return           = l_i_return
          order_item_in    = l_i_order_item
          order_item_inx   = l_i_order_item_inx
          partners         = l_i_partners
          schedule_lines   = l_i_schedule_lines
          schedule_linesx  = l_i_schedule_linesx
          extensionin      = l_i_extensionin.
    Thanks
    Subhankar

Maybe you are looking for