Percentage (%) in report

Hi SDNs
Here iam doing one report. My client has been maintaining condition type in % he entered manuvally in the sales oredr and that would be copied in to billing that is commission condition type .
When he execued the report he wants shown percentage instead of value i tried lot of way still iam unable to find out from which table it can be stored .i Have field KBETR eventhough the report showing value instead of percentage.
Please advice.

Hi,
Goto VBRK table and retrieve value from KNUMV filed and put this value in KONV-KNUMV and here you can see all the values item wise.
From KONV table get the value from KBETR field the condition which have % and divide it with 10  so that you will get the % what you have in Billing document item level for that condition type.
Please get back to me if you need further clarifications.
Regards,
Chandra

Similar Messages

  • Materials percentage count report

    good day all,
    is there a report which gives a percentage of the items in the warehouse/ sloc that have been counted? for example i have  50 items in my warehouse. 20 items were counted. i want a report that would tell me that 40% of warehouse stock has been counted, which items were counted and a list of the items that were not counted.
    thanks.

    It should come this
    YR_WK CU Ontime Late
    W23 YAM 2 3
    W23 TV 1 2
    Please login to the application on apex.oracle.com. You can see the table there also that is "DEMO"
    Note: Condtion is : when FD - MD between -1 and 1 and MD < FD then ontime otherwise it is late
    If you see the demo table is apex.oracle.com you will find 1st record is late, 2nd is ontime, 3rd is late, 4th is late, 5th is ontime, 6th is late, 7th is late and 8th is ontime. So you YAM we have 3 late and 2 ontime and for TV we have 2 late and 1 ontime.
    Regards
    Regards
    Edited by: User_Apex on Jun 16, 2011 1:08 AM

  • Percentage on report

    I want to format a column on a report as percentage by using number/data format. What is the string to do that?
    Thanks.

    There may be a better answer than than this, but nobody has provided it so ...
    Convert the number to a string (preferably in the query if possible) and concatenate a '%' or perform whatever string manipulation is needed there, merely displaying the result

  • Percentage on report page

    Hi
    Please can you help with this problem---
    Generating report that tells the percentage of pple that failed exams, oral or written
    here what I have now as count result
    select distinct last_name, count(oral_reslt) Oral_Result,
    count(written) written_RESULT,
    from PHY_TEST
    where (result='Fail'
    or
    PHY_RSLT='Fail')
    group by (id,Last_name)
    how do I calculate the percentage
    Please help
    Thank you

    Ok, here's a little demo of how analytics can help (Vikas was right when he said ratio_to_report would work for you).
    jes@DBTEST> create table phy_test(id number,
      last_name varchar2(20),
      oral_reslt varchar2(4),
      written varchar2(4));
    Table created.
    jes@DBTEST> insert into phy_test values (1, 'Smith', 'Fail', 'Fail');
    1 row created.
    jes@DBTEST> insert into phy_test values (2, 'Jones', 'Pass', 'Fail');
    1 row created.
    jes@DBTEST> insert into phy_test values (3, 'Williams', 'Pass', 'Pass');
    1 row created.
    jes@DBTEST> insert into phy_test values (4, 'Watson', 'Fail', 'Pass');
    1 row created.
    jes@DBTEST> commit;
    Commit complete.
    jes@DBTEST> select * from phy_test;
            ID LAST_NAME            ORAL WRIT
             1 Smith                Fail Fail
             2 Jones                Pass Fail
             3 Williams             Pass Pass
             4 Watson               Fail Pass
    jes@DBTEST> select
      last_name,
      oral_reslt,
      written,
      ratio_to_report(1) over (partition by oral_reslt) * 100 as oral_percent,
      count(*) over (partition by oral_reslt) as oral_count,
      count(*) over () as oral_count_total,
      ratio_to_report(1) over (partition by written) * 100 as written_percent,
      count(*) over (partition by written) as written_count,
      count(*) over () as written_count_total
      from phy_test
    LAST_NAME            ORAL WRIT ORAL_PERCENT ORAL_COUNT ORAL_COUNT_TOTAL WRITTEN_PERCENT WRITTEN_COUNT WRITTEN_COUNT_TOTAL
    Smith                Fail Fail           50          2                4              50             2                   4
    Watson               Fail Pass           50          2                4              50             2                   4
    Jones                Pass Fail           50          2                4              50             2                   4
    Williams             Pass Pass           50          2                4              50             2                   4
    jes@DBTEST> insert into phy_test values (5, 'Wolfgang', 'Pass', 'Fail');
    1 row created.
    jes@DBTEST> select
      last_name,
      oral_reslt,
      written,
      ratio_to_report(1) over (partition by oral_reslt) * 100 as oral_percent,
      count(*) over (partition by oral_reslt) as oral_count,
      count(*) over () as oral_count_total,
      ratio_to_report(1) over (partition by written) * 100 as written_percent,
      count(*) over (partition by written) as written_count,
      count(*) over () as written_count_total
      from phy_test
    LAST_NAME            ORAL WRIT ORAL_PERCENT ORAL_COUNT ORAL_COUNT_TOTAL WRITTEN_PERCENT WRITTEN_COUNT WRITTEN_COUNT_TOTAL
    Smith                Fail Fail           50          2                5      33.3333333             3                   5
    Watson               Fail Pass           50          2                5              50             2                   5
    Jones                Pass Fail   33.3333333          3                5      33.3333333             3                   5
    Wolfgang             Pass Fail   33.3333333          3                5      33.3333333             3                   5
    Williams             Pass Pass   33.3333333          3                5              50             2                   5It should be fairly self explanatory and you should be able to adapt it to your own query.

  • Calculation of Percentage in Report CN41

    Hi Sir,
    How is Processing % of work & Processing % of duration  is Calculated in Report CN41
    Regards,
    Gagan

    Processing%  of Duration
    For the network activity:
    Activity is finally confirmed-> Degree of processing duration  = 100
    Activity is partially confirmed-> Degree of proc. duration = 100 x actual duration divided by (actual duration + remaining duration)
    Activity is not yet confirmed-> Degree of processing for duration = 0
    For the WBS element:
    If no actual finish date is entered-> Degree of processing for the duration = 0
    If no actual finish date is entered-> Degree of processing for the duration = 100
    Processing% of Work
    Activity is finally confirmed-> Degree of processing = 100
    Activity is partially confirmed-> Degree of processing = 100 x actual work/forecasted work
    Activity is not yet confirmed-> Degree of processing = 0

  • Percentage calculation in report painter

    Friends,
    How do we calculate percentage in report painter. I know we can do it using a formula. But when i give the formula as ex: A/B it is giving it as Zero. Do i need to do anything else? A is a subtotal of some accounts and B is a subtotal is some accounts.
    Thanks in Advance

    Hi,
    For decimal places
    select the column
    go to formatting--> columns
    in decimal places put 0.00
    This will give u decimals
    Points if useful
    Regards,
    Kiran

  • [SOLVED] Battery charge percentage reports as 0% in xmobar

    I have an ASUS U36JC laptop running Arch. I'm using xmobar to display information about the battery charge.
    The estimated remaining lifetime in hours reports correctly, but the charge percentage always reports at 0%.
    The charge level is reported correctly by acpi:
    $ acpi
    Battery 0: Discharging, 69%, 03:24:48 remaining
    Listing /sys/class/power_supply/BAT0 gives:
    $ ls /sys/class/power_supply/BAT0
    alarm device energy_full_design manufacturer power present status technology uevent voltage_now
    cycle_count energy_full energy_now model_name power_now serial_number subsystem type voltage_min_design
    The contents of uevent are:
    $ cat uevent
    POWER_SUPPLY_NAME=BAT0
    POWER_SUPPLY_STATUS=Discharging
    POWER_SUPPLY_PRESENT=1
    POWER_SUPPLY_TECHNOLOGY=Li-ion
    POWER_SUPPLY_CYCLE_COUNT=0
    POWER_SUPPLY_VOLTAGE_MIN_DESIGN=14880000
    POWER_SUPPLY_VOLTAGE_NOW=15529000
    POWER_SUPPLY_POWER_NOW=16335000
    POWER_SUPPLY_ENERGY_FULL_DESIGN=84000000
    POWER_SUPPLY_ENERGY_FULL=81750000
    POWER_SUPPLY_ENERGY_NOW=54600000
    POWER_SUPPLY_MODEL_NAME=U36--56
    POWER_SUPPLY_MANUFACTURER=ASUSTek
    POWER_SUPPLY_SERIAL_NUMBER=
    And my xmobarrc is:
    Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
    , bgColor = "black"
    , fgColor = "grey"
    , position = Top
    , lowerOnStart = True
    , commands = [ Run Network "eth0" ["-L","0","-H","32","-n","green","-h","red"] 10
    , Run Cpu ["-L","3","-H","50","-n","green","-h","red"] 10
    , Run CpuFreq ["-t","<cpu0>"] 10
    , Run Battery ["-t","<left>% / <timeleft>","-L","50","-H","75","-h","green","-n","yell","-l","red"] 10
    , Run ThermalZone 0 ["-t","<temp> C","-L","40","-H","79","-h","red","-n","yellow","-l","green"] 10
    , Run Memory ["-t","<usedratio>%"] 10
    , Run Swap ["-t","<usedratio>%"] 10
    , Run Date "%a %_d/%m %H:%M" "date" 10
    , Run StdinReader
    , sepChar = "%"
    , alignSep = "}{"
    , template = "%StdinReader% }{ %cpu% / %cpufreq% | M %memory% * S %swap% | %eth0% | %battery% ; %thermal0% | <fc=#ee9a00>%date%</fc>"
    Thanks,
    Last edited by maw09 (2012-02-08 05:29:47)

    maw09 wrote:
    Listing /sys/class/power_supply/BAT0 gives:
    $ ls /sys/class/power_supply/BAT0
    alarm device energy_full_design manufacturer power present status technology uevent voltage_now
    cycle_count energy_full energy_now model_name power_now serial_number subsystem type voltage_min_design
    Try adding -c "energy_full" to the battery plugin args.
    You can also add -f "/sys/class/power_supply/AC0/online" if you don't have proper AC status in xmobar.
    http://projects.haskell.org/xmobar/#sys … or-plugins

  • Changing the Size of generated graph in excel report generation toolkit

    Hi, i am trying to build a report generation vi for my Structural health monitoring system in which i need to export 3 graphs in to an excel report. The idea is to have the report on a single page, but when i paste them along with the ceiling and pillar deviation percentages, the report just exceeds the page limit. I wanted to know whether one can change the size of the graphs in excel? One can do it in word(tried that), but i dont want to use the bookmark option as it intend to put this up as a webservice in the next step. I am using LabVIEW 2009 Thanks.
    LabVIEW 8.2,8.6,2009...still learning
    Attachments:
    Report Generation SHM.vi ‏30 KB

    Hi,
    I haven't tried this myself, but looking through the report generation toolkit the "Excel format image VI" (in the Excel specific tab of the Report Genertaion window) looks to be the one you are after. The help entry for the VI says to: "Use this VI to format any type of image in a worksheet, including front panel images, images from a file, and graphs"
    Hopefully this will help.
    -CC 
    "If anyone needs me, I'll be in the Angry Dome!"

  • Line Item reporting, how?

    Hi ...
    My cube has sales order, item in addition to other 50 charecterstics.
    1. Sales Order
    2. Sales Ordr item.
    I have made enough line items including sales order number but sales order item is causing the fact table grow.
    I can not make sales order item as line item (or) inlcude in sales order dimension.
    could you guys give me some advice which dimension i can put the sales order item field?
    thanks in advance.

    Hello,
    Sounds like you have the following setup:
    You already have sales order number as a line item, thus the only characteristic in the dimension it resides in (can only have 1 char in a dimension identified as line item).  You also have sales order item in your cube, but not as line item and it's causing your cube to grow to big.  Yes, having the sales order number is growth itself, but then to have the item number in the cube will cause huge growth because you can have many, many items per order.  If you cannot make line item for this char the best option is taking item number out of the cube. 
    If you load to a DSO and then push to a cube, leave the item number in the DSO and only push sales order number and other char to the cube.  Now, when a report is needed you can report to report interface to the DSO to get the line item information.  Meaning reports written off the cube give the user a particular report output.  Then, if they need line item, then can perform RRI to go to the DSO to get line item information.  Do you know how many reports require line item number?  Percentage wise?  If the majority of your reports require line item right away then you'll have to re-design and make a line item dimension.  If the percentage of reports is small that need line item then leave it in the DSO and take out of the cube.
    Hope this help!

  • Sccm enterprise by site overview compliance report

    in Config mgr 2007 i had a query that would pull basic compliance ratings for all the sub collections of a single parent collection, displaying the breakdown in a per site bar graph percentage compliance report
    With the migration to CM12 and it not having parent collections this functionality is not available
    here is the old query i would appreciate if someone could take a look at this and provide any input they may have:
    also note it doesnt seem to like the v_updateliststatus_live for some reason either
    select
    v_Collection.Name AS [Site],
    Status=sn.StateName,
    NumberOfComputers=count(*)
    from v_UpdateListStatus_Live cs left join v_StateNames sn on sn.TopicType=300 and sn.StateID=isnull(cs.Status, 0) left join v_AuthListInfo ai ON cs.CI_ID = ai.CI_ID inner join v_R_System ON cs.ResourceID = v_R_System.ResourceID INNER JOIN v_FullCollectionMembership
    ON v_R_System.ResourceID = v_FullCollectionMembership.ResourceID INNER JOIN v_Collection ON v_Collection.CollectionID = v_FullCollectionMembership.CollectionID INNER JOIN v_CollectToSubCollect ON v_CollectToSubCollect.subCollectionID = v_Collection.CollectionID
    WHERE parentCollectionID = ‘TTC00074′ AND Active0 = 1 AND ai.Title = @UpdateListTitle
    group by sn.StateName, v_Collection.Name
    ORDER BY [Site], sn.StateName
    thanks
    rob

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    This query will not work because that SQL view doesn’t exist in CM12.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • In mode SEM - How to report de Earned Value?

    Hi all,
    I´m using Project Server 2013 in SEM mode.
    Before without Project Server, the PM changed the "actual
    physical percentage" to reporting
    earned value. Now, I'm surprised with this post Physical
    Complete.
    If the physical percent complete
    is disabled in the SEM mode, how reporte
    the % progress on earned value?
    Thanks a lot.
    Roy Enriquez

    Hi Dale,
    My turn to ask a question, hoping to take advantage of your precious knowledge.
    One of my colleague just faced this issue and tell me that it was possible with PS2010. Meaning that evenif the "Only Allow Tasks Updates Via Tasks and Timesheets" options was selected, PM were allowed updating the physical % complete in Project Pro. Can
    you confirm this behavior? In case it is right, it appears that MS changed it in PS2013 (tested with both PS2013 SP1 on premise and Project Online).
    In your point of view, does this behavior make sense? It prevents PM to do EV analysis based on the physical % complete. Moreover the physical % complete does not impact actual work, that why I'm questioning the relevance of this behavior.
    Thanks in advance for your help.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Urgent please: Percentage issue with more data

    Hi,
    I am trying to calculate percentage but it is throwing error. Any help on calculating percentage type reports?
    Thanks,
    Sri

    Your statement "Looks like VO2 is not being attached to the adv table in PFR?" holds the key to your issue.
    Are you trying to attach the VO in PFR? Only a selected properties can be modified for beans in PFR. Put your code in processRequest and it should work.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Cannot get Quiz to report properly

    Im using the IBM Websphere Portal LMS (http://www-01.ibm.com/software/websphere/portal/) and I'm trying to work out how I can get a quiz to report successfully to the LMS using SCORM 1.2.
    I've tried all the following Quiz settings without luck. When testing, I firstly tried to fail once then exit, secondly, failed then retried the quiz and passed, and finally passed the quiz first time. The number of attempts would always update successfully, but would not update the score and subsequent completion/competency.
    Attempt 1
    Report Status: Pass/Fail
    Report to LMS as: Percentage
    Choose report data: Quiz result only
    Reporting Level: Report Score
    Attempt 2
    Report Status: Pass/Fail
    Report to LMS as: Percentage
    Choose report data: Quiz result only
    Reporting Level: Report Score
    Attempt 3
    Report Status: Pass/Fail
    Report to LMS as: Percentage
    Choose report data: Quiz result only
    Reporting Level: Report Score
    Attempt 4
    Report Status: Pass/Fail
    Report to LMS as: Percentage
    Choose report data: Quiz result only
    Reporting Level: Report Score
    I ran each version of the 4 versions of the course through the following three tests:
    I failed learning check the first time then closed the session.
    I failed the learning check then passed it in the same session
    I passed the learning check first time then closed the session.
    The details below show the resulting reporting captured in the LMS.
     Version 1 (Report Status: Pass/Fail and Report to LMS as: Percentage) Tests conducted 
    Test 1 - Logged as 100% complete when failed. Registered as having 1 learning attempt, no score logged. NOT AS EXPECTED
    Test 2 - Logged as 100% complete when failed then passed in the same session. Registered as having 2 learning attempts, no score logged. NOT AS EXPECTED
    Test 3 - Logged as 100% complete when passed. Registered as having 3 learning attempts, no score logged. NOT AS EXPECTED
     Version 2 (Report Status: Pass/Fail and Report to LMS as: Score) Tests conducted
    Test 1 - Logged as 100% complete when failed but did register as Not Yet Competent. Registered as having 1 learning attempt, 25% score logged (which was the achieved score). NOT AS EXPECTED
    Test 2 - Logged as 100% complete when failed then passed in the same session. The status stayed as Not Yet Competent and did not update. Registered as having 2 learning attempts, 25% score stayed and was not updated. NOT AS EXPECTED
    Test 3 - Logged as 100% complete when failed then passed in the same session. The status stayed as Not Yet Competent and did not update. Registered as having 3 learning attempts, 25% score stayed and was not updated. NOT AS EXPECTED
    Version 3 (Report Status: Complete/Incomplete and Report to LMS as: Score) Tests conducted
    Test 1 - Logged as 100% complete when failed. Registered as having 1 learning attempt, no score logged. NOT AS EXPECTED
    Test 2 - Logged as 100% complete when failed then passed in the same session. Registered as having 2 learning attempts, no score logged. NOT AS EXPECTED
    Test 3 - Logged as 100% complete when passed. Registered as having 3 learning attempts, no score logged. NOT AS EXPECTED
    Version 4 (Report Status: Complete/Incomplete and Report to LMS as: Percentage) Tests conducted
    Test 1 - Logged as Incomplete when failed. Registered as having 1 learning attempt, 25% score logged (which was the achieved score). AS EXPECTED
    Test 2 - Logged as Incomplete when failed then passed in the same session. Registered as having 2 learning attempts, 25% score stayed and was not updated. NOT AS EXPECTED
    Test 3 - Logged as Incomplete when passed. Registered as having 3 learning attempts, 25% score stayed and was not updated. NOT AS EXPECTED
    Any ideas as to how I get this quiz to track as expected?  
    C-Dude

    I may be missing something here but the settings for each of your four attempts look the same.
    Report Status: Pass/Fail
    Report to LMS as: Percentage
    Choose report data: Quiz result only
    Reporting Level: Report Score
    I'm not familiar with the IBM LMS but when debugging a new LMS for SCORM I usually try my lesson first in SCORM Cloud just to make sure there's no issue with the module itself.  If it scores correctly in SCORM Cloud I'm fairly confident it should do the same in the other LMS.
    One thing you might try is using SCORM 2004 instead of SCORM 1.2.  Though most of the time SCORM 1.2. is more likely to be supported, I have heard of rare occasions where the only thing that worked was using the setting for 2004.

  • PDF and excel Exported files are bad

    Hi experts,
    I can export the report using the Central Management Console for a report with parameters, the same report when opened in a struts, in 5.5.23 version tomcat cannot export properly in pdf, excel formats, although rtf format can. I am not an expert in Crystal reports, or BOE, as they are being developed by other people, i only display these reports using java SDK. Any pointers to this would be helpful.
    Other issues, are like, on changing the zoom factor percentage, the report appears to be resubmitting, and not displaying instantaneous.
    cheers & thanks
    Nithy

    Hi All,
    I figured out the problem, but couldnt get the solution for the above issue. My struts in tomcat has a servlet filter for all types of formats when downloading, and hence this crystal report which is being generated on the fly also needs to pass through this servlet, but the servlet works when i know the pdf file (Already existing) and given in the link like /bin/abc/test/download/test.pdf,
    how can this be possible for crystal viewer, or thru SDK exporting of any file ? I am using
    exportControl.processHttpRequest(request, response, session.getServletContext(), null);
    any pointer to this would be greatly appreciated.
    cheers
    Nithy

  • Using a calculated field

    Hi
    I am using a calculated field and show it in the “view”. I can’t change it without removing all the calculated fields shown in the “view”, only removing them all I can do it and afterwards I have to put them all back
    This is problem?
    Alexandre

    When you go to Report | Group Sort Expert | then choose Bottom N for the sort you only have four "based on" to choose from and they are ALL simple SUMs (summary fields).
    No running totals are available for TopN or BottomN due to the evaluation time of running totals.  Your formula (@OEE %) isn't available as it utilizes the {Total QTY %} formula and it utilizes group sums.
    Basically, as I said before, one may ONLY do TOP or Bottom N's on simple sums (summaries) of values that exist in the detail section or are calculated WITHIN the detail section.  So for example, if you have a ITEM COST field and a ITEM TRANSPORTATION COST field and are grouping on customer and you want your top ten customers for total cost you can do a formula (IN THE DETAIL SECTION) that adds the ITEM COST and the ITEM TRANSPORTATION COST then you can insert a summary on that formula for the Customer group footer....then you can do a TopN or BottomN on that summary value.
    But if you're calculating percentages you would have to grab totals from the report footer or group footers for the calculation to get the percentage.  The fact that this is being done eliminates that value from the list available in TopN or BottomN.
    Again, the only other possible method would be to write a stored procedure that pulls the values in (including percentages) then report off the stored procedure.

Maybe you are looking for

  • Condion Type "VPRS" should not appear in Sales Order, Inquiry, Contract

    Hi Gurus, Normally when you create Sales Order/Inquiry/Contract,  in the Condition Tab VPRS Condition Type will appear and show the cost price of Materail from the Material Master. My Client requirement is, VPRS Condition type has to be calculated as

  • InDesign CS3 JS

    I admit I am simply trying to understand JS for InDesign. I have written this small script to try out a few things: or(a = 0; a < NumberOfPages; a++) apage = app.activeDocument.pages.item(a); $.writeln("The page: ", apage.name); myPageItems = apage.p

  • Update Record Field if Value Not Equal

    Hello All, I am using Toad for Oracle 10. I have a MERGE INTO Process that updates tbl_requisition based on FK - fk_allotment_id that equals parent table tbl_allotment PK - pk_allotment_id. Both tables have create, update and deletes triggers. The pr

  • Older Apple 30" monitor (2005) to a new MacPro cylinder?

    I have an Apple 30" monitor connected to my old MacPro G5 tower. If I got a new MacPro could I still use the old monitor? Thanks, Kent

  • Services, contextual menus or Keyboard shortcuts?

    I have 10.7.2 and in SysPrefs/Keyboard Shortcuts was able to create a "Move to..." thing under Services but now I can't figure out how to edit it or make a new one.  There's no way to double click in KeyboardShortcuts to edit the thing I created [tho