Using average in rpt

For a report i need to calculate average of salary among groups.I have taken sum of those salaries according to group using control break stmts.But i dont know how to find average.Pls help me in this.

you have to claculate somehow, the number of 'salaries' you add and divide by that number...

Similar Messages

  • How do you use AVERAGE based on values from an IF formula?

    This is probably a very simple thing to do, but I haven't managed to find a solution yet. Someone please help!
    I have a spreadsheet to calculate grades for my students.
    I enter their raw scores, which is then calculated into a percentage (which I then adjust, depending on the raw average).
    I then use an IF formula to award a grade between 1 and 10 based on that adjusted percentage.
    1AB
    ASSESSMENT TASK
    Speech 1
    Speech 2
    Speech 3
    TOTAL
    FINAL GRADE
    Term 1
    MAX GRADE
    10
    10
    10
    30
    ADJ. %
    Student A
    5
    7
    7
    19
    63%
    67%
    7
    Student B
    9
    7
    7
    23
    77%
    81%
    8
    Student C
    9
    7
    9
    25
    83%
    88%
    9
    Student D
    4
    5
    5
    14
    47%
    49%
    5
    Student E
    6
    9
    6
    21
    70%
    74%
    7
    Student F
    7
    5
    5
    17
    57%
    60%
    6
    CLASS AVERAGE
    6.7
    6.7
    6.5
    19.8
    66.1%
    69.8%
    I want an average here!
    66.7%
    66.7%
    65.0%
    I would like to know the average of the grades awarded, but the AVERAGE formula does not work (I'm guessing because the numbers are as a result of a formula, not actual data typed in by me).
    Can anyone help please!?

    Thanks for your response!
    I have simplified the sheet so it contains no split or merged cells, yet still I get the exclamation mark where I want the average. (The exclamation mark says 'Numbers can't be divided by zero'.)
    Exam
    Skit
    Exam
    Class Participation
    1
    2
    TOTAL
    MAX. MARK
    55
    30
    100
    15
    200
    ADJ. %
    MARK
    Student A
    37
    20
    84
    15
    156
    78%
    72%
    7
    Student B
    39
    28
    91
    15
    173
    87%
    80%
    8
    Student C
    39
    28
    86
    10
    163
    82%
    76%
    8
    Student D
    34
    26
    92
    15
    167
    84%
    78%
    8
    Student E
    38
    26
    74
    10
    148
    74%
    69%
    7
    CLASS AVERAGE
    37.4
    25.6
    85.4
    13.0
    161.4
    80.7%
    75.0%
    I guess the basic question is: can you actually use AVERAGE on data that is output by an IF formula?

  • Using average days between dates to predict a launch date on another produc

    I hope someone might be able to help me out here.
    I am at the limit of my Webi expertise! (which is not saying a lot)
    We have a universe containing date information relating to the launch of products thus:
    Product Name
    Supplier Name
    Category
    Sample Availability Date
    Testing Start Date
    Launch Go Date
    It is a simple matter to create a variable u2018Project Timeu2019 as DaysBetween(Testing Start Date;Launch Go Date)
    And using the Average function we can create Average Project Length - Also with the Report, and Section keywords we can show the global average, and averages by Supplier and Category.
    Here is my problem.
    We also have Products in the universe that have yet to have their projects kicked off, so Testing Start Date and Launch Go Date for those products are null data. I want to use the Sample Availability Date and the Average Project Length variable to predict the probable Launch Go date, however, in the report this element shows up as an empty cell.
    Does anyone have an idea how I might achieve this?
    Many Thanks
    Mark

    OK...
    Lets imagine there are records for 100 devices in the universe.  75 of them have valid project start dates and launch dates.  25 of them have neither because those projects are yet to start.  However they do have a sample availability date.
    Using the DaysBetween function I can create a variable called project length from the start and launch dates.  I can then use the Average function to get the average project length (for the devices that actually have a project length)
    Somehow I want to add this average project length to the sample availability date on the records that have yet to have a start date.
    As projects end they will add to the average, and we can see how close they were to the predicted launch. As new records are added they will automatically have a predicted date.
    Right now I have the average project length, If I create a table filtering on completed projects (Projects with a non-null launch date) and I add a column showing average project length, because I've used the In Report keyword on the average, it shows the average value in this table.
    If I have a stand-alone cell with the average project length it shows the right value
    But if I have a table showing the devices yet to start (filtering on Null start date) If I add the average project length into that table it shows as blank (I.e. no value at all)
    Hope this helps

  • No correct exception when using "average of all values"

    Hello all,
    I have created a query with different duration days as key figures. The result row is displayed for the main characteristic and in the key figures I have select "Average of all values".
    The avergae value is calculated correctly in the result row at the end, but the exception is just take sums of the days into consideration, not the average values. Some values are red because there sum would be red, but just the avergae is displayed.
    Is there a way how I can apply exceptions also on avergae values?
    Th eBW release is 3.5.
    Any help would be great.
    Best regards,
    Stefan from Munich/Germany

    Instead of creating a Formula Key Figure, create a Calculated Key Figure .
    In that from the Enhance option select Exception Aggregation as Average of all values.
    Now use this Calculated Key figure in  your query and for creating exception.

  • Use average of crosstab columns in a calculation in the crosstab.

    Using XI R2  I have a crosstab where I need to have the average weeks sales i.e. the sum of one row divided by the number of columns. I've done this in two ways -
    =Average([Forecast Weeky Qty]; IncludeEmpty)
    =[Forecast Weeky Qty]/Count([Forecast Weeky Qty])
    both of which return the correct value provided it is displayed in a cell outside the crosstab. The problem is if that variable is used in the crosstab it just displays the [Forecast Weekly Qty] for that column i.e. it's not doing the calculation at summary level as I need.
    How can I create an average that will display in the crosstab as the same figure in each column (the overall average) and can therefore be used to calculate another row in the crosstab?
    eg
    Sales - 50, 50, 75, 25, 50    should give average of 50. What I get when I put it in crosstab is
    Avge - 50, 50, 75, 25, 50    WRONG.  What I want is
    Avge - 50, 50, 50, 50, 50
    Thanks
    John

    No, your query doesn't work as illustrated below. Your SQL returns views. Your SQL returns rows that have data that isn't null in them because it relies on the table analyze data which will be out of date when the query is being run.
    select * from user_tab_columns u
    where u.HIGH_VALUE is null;
    no rows selected
    SQL> CREATE TABLE test1
    a    NUMBER
    Table created.
    SQL> select table_name from user_tab_columns u
    where u.HIGH_VALUE is null;
    TABLE_NAME
    TEST1
    SQL> CREATE VIEW test_view AS
    SELECT * FROM test1;
    View created.
    SQL>
    SQL> select * from user_tab_columns u
    where u.HIGH_VALUE is null;
    TABLE_NAME
    TEST1
    TEST_VIEW
    SQL> INSERT INTO test1 (a) VALUES (1);
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select * from user_tab_columns u
    where u.HIGH_VALUE is null;
    TABLE_NAME
    TEST1
    TEST_VIEW
    SQL> select * from test1;
             A
             1
    SQL>

  • Assembly cost rollup using Average costs

    Hi
    I'm working on 11.5.5 On Vision instance on Solaris.
    I did an Assembly cost rollup of an assembly in an Average Costed Oraganisation ( M3 - Dallas Manufacturing ) . The resource costs , overhead costs are getting rolled up , but the Material and Material Overhead Elements costs are not getting rolled up . Can any one help me on this ?
    I have defined an Average cost type of each of the components involved and the assembly , set the default as this cost type itself ( User defined - AvgRates). I have chosen 'Include in Rollup ' for all the components and the assembly. Chosen 'Based on roll' option for only the assembly - disabled it for the components.
    Thanks in advance
    Regards
    Rajesh Shinde

    Hi,
    Why you need to rollup the cost for average costing? You will get the cost of this while you do the job close..
    You need to do the cost rollup for std cost to fix the cost for the assembly...
    Regards,

  • How to search stored procedures being used by rpt files?

    Post Author: Wah!
    CA Forum: General
    Dear all,
    I have a lot of rpt files, each of them at least use one stored-procedure.
    If I want to know a specific stored-procedure is being used by which rpt files,
    is there any fast methods rather than opening the rpt files one by one to check manually?
    Thank you very much!
    Wah!

    Post Author: synapsevampire
    CA Forum: General
    Try one of the 3rd party report documenters, such as Report Miner. Not sure, most do a crappy job about returning the data source...
    Another means would be to run a trace on the database and execute the reports, which is pretty kludgy as well.
    I put documentation into every report, so that exporting to report definition supplies this info.
    A good tip is to add a suppressed report header section and place documentation, revision history, etc., in there.
    -k

  • Using Cost Groups in Average Costing are subelements possible?

    We are using average costing. Is it possible to break out cost by cost group/cost element and also sub-element?

    Hi,
    SETHEADERT table will store the Cost element group.
    SETNAME will hold cost element group.

  • Drop Shipments costing of Inventory using the average method.

    How does the system handles the costing of inventory using the average method during dropshipments?
    One of my prospects uses average costing method for the accounting of their inventory. The issue now is, how does the system compute s for the cost since the goods/inventory is delivered directly by the supplier to the customer? What is the basis for the amount to be posted in COGS? Thanks!
    null

    For Drop shipments two inventory movements are still performed. When the goods are initially received (albeit logically), Oracle Inventory immediately issues them out of stock again - just as if you had ship confirmed them. Therefore you inventory accounting is also the same, and will use the purchase price of the goods as the inventory value.

  • How to display Average, not Sum, in the "Overall Result" row of a report?

    Every report I look at or execute that has an Overall Result row always shows a total(sum) of all the cells in the column.  I recently came across one that shows the average of all the cells in the column and after looking at the query in BEx Query Designer 7.0 and BEx Analyzer 7.0 I cannot seem to find out where to set this.  All of the Key Figures are listed as "Nothing Defined" in the Calculations tab which is exactly what they should be, but where can I set that yellow-highlighted Overall Result row to calculate an average, not a sum?
    Example can be found in this picture:
    http://img87.imageshack.us/img87/6757/pic1yp.jpg
    Thanks for the help!

    My issue was that I was setting my KF's to 'Calculate Result As: Average' within the Query View that I was editing but the change was not showing on my screen when I have that View opened within the Analyzer.  Infact, it still is showing totals.  But when I execute my Web Template that references this Query View, the graph does display the result row using Averages.  Seems to just be a visibility bug, but it is now working.
    Thanks for the reminder about that property KP,
    Scott

  • Can hackers use my BB account?

    Having been a BT customer for over 30 years and a BB user since inception, my BB usage is fairly low, just for occasional internet and emails. On renewal of BB contract, a BT sales person advised me to downgrade to Option 1 due to low use.  Over the last 12 months my use averages 2MB per month.  This month for the first time ever, I had an email alert to let me know I was almost at the 10MB limit.  I looked at the usage monitor which is not very helpful - does not break down into days of the month - just total monthly usage.  I have been working away for parts of April and am certain this is not my use.  I live alone and no one else has access to my WPA key.
    I called BT billing who told me what my average use was over the last 12 months (as above) but they do not have info (to give me) of what the use is for and on what days.  The usage monitor is geared to letting you know when you have reached the limit so that you can upgrade, it would be easy to show more than one day at a time - giving a true monthly picture.  In early April, I had several emails from Yahoo asking me to verify my email address by clicking on a link, which I did. I did not suspect spam as I was not asked for any passwords. BT tech help told me it was spam and I could have been infected by a virus without giving a p/word.  So - sorry to take so long but is is possible this is who is using my BB?  BT are not helping - just want to charge me for extra use. How do I prove this is not my use when BT will not give me any more info? Hope someone can help, spent 2 hours being passed around BT yesterday, no further forward, no answers or help - just extra charges!

    FedupwithmyISP wrote:
    Having been a BT customer for over 30 years and a BB user since inception, my BB usage is fairly low, just for occasional internet and emails. On renewal of BB contract, a BT sales person advised me to downgrade to Option 1 due to low use.  Over the last 12 months my use averages 2MB per month.  This month for the first time ever, I had an email alert to let me know I was almost at the 10MB limit.  I looked at the usage monitor which is not very helpful - does not break down into days of the month - just total monthly usage.  I have been working away for parts of April and am certain this is not my use.  I live alone and no one else has access to my WPA key.
    I called BT billing who told me what my average use was over the last 12 months (as above) but they do not have info (to give me) of what the use is for and on what days.  The usage monitor is geared to letting you know when you have reached the limit so that you can upgrade, it would be easy to show more than one day at a time - giving a true monthly picture.  In early April, I had several emails from Yahoo asking me to verify my email address by clicking on a link, which I did. I did not suspect spam as I was not asked for any passwords. BT tech help told me it was spam and I could have been infected by a virus without giving a p/word.  So - sorry to take so long but is is possible this is who is using my BB?  BT are not helping - just want to charge me for extra use. How do I prove this is not my use when BT will not give me any more info? Hope someone can help, spent 2 hours being passed around BT yesterday, no further forward, no answers or help - just extra charges!
    Hi. Welcome to the forums.
    Does the alert email say your usage was for May ?, and does the online meter show pretty much the same figure ?
    Those verification emails, were they entitled Yahoo! Email Address confirmation ? If so then they were almost certainly genuine, and probably one of two reasons. Either someone has entered your email address by mistake when setting up address verification to use a different (non btinternet) address, or it was a scammer doing the same.
    By clicking the link, this may allow someone to send emails using your email address (but not get into your account) - however they will need to know the password as well.
    Go to http://mail.yahoo.com - login with your full email address. The click on Options/More (or mail) options, and then Accounts on the left. If there are any email addresses listed (click on any of the list, it will show the email address) that you don't know, you can delete them.
    However any of this won't actually mean that your usage will be used up, it's a separate issue. The usage meter can be checked every day and the usage recorded on a spreadsheet or even paper - hence build up a daily usage.
    Have you used anything like iPlayer, catch up tv or football online ? Do you use facebook etc ? Many of these applications can use 500-1000MB per hour, with some facebook applications many 100s of MB per day. So it's not too hard to rack up usage.
    http://www.andyweb.co.uk/shortcuts
    http://www.andyweb.co.uk/pictures

  • [Solved] Dualcore Macbook using only one cpu

    Hello,
    I have a dual core macbook running Arch, default installation with default kernel (64bit). I just noticed that I only have one cpu running, even when I do some cpu-intensive work. Here is the output of /proc/cpuinfo:
    └─■ cat /proc/cpuinfo
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 15
    model name : Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz
    stepping : 11
    cpu MHz : 800.000
    cache size : 4096 KB
    physical id : 0
    siblings : 2
    core id : 0
    cpu cores : 2
    apicid : 0
    initial apicid : 0
    fpu : yes
    fpu_exception : yes
    cpuid level : 10
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts tpr_shadow vnmi flexpriority
    bogomips : 4391.55
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    processor : 1
    vendor_id : GenuineIntel
    cpu family : 6
    model : 15
    model name : Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz
    stepping : 11
    cpu MHz : 800.000
    cache size : 4096 KB
    physical id : 0
    siblings : 2
    core id : 1
    cpu cores : 2
    apicid : 1
    initial apicid : 1
    fpu : yes
    fpu_exception : yes
    cpuid level : 10
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts tpr_shadow vnmi flexpriority
    bogomips : 4390.91
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    which shows two cpus registered to the system, but when I do top, I get the following output:
    top - 00:29:07 up 7:33, 0 users, load average: 0.05, 0.05, 0.05
    Tasks: 93 total, 2 running, 91 sleeping, 0 stopped, 0 zombie
    Cpu(s): 9.0%us, 4.1%sy, 0.2%ni, 86.1%id, 0.7%wa, 0.0%hi, 0.0%si, 0.0%st
    Mem: 4020236k total, 1386244k used, 2633992k free, 53056k buffers
    Swap: 0k total, 0k used, 0k free, 826672k cached
    Which tells me I only have one cpu. Am I doing something wrong? I have cpufreq-utils and laptop-mode running, but I don't think it should affect this. The following is the output of cpufreq-info
    └─■ cpufreq-info
    cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
    Report errors and bugs to [email protected], please.
    analyzing CPU 0:
    driver: acpi-cpufreq
    CPUs which run at the same hardware frequency: 0 1
    CPUs which need to have their frequency coordinated by software: 0
    maximum transition latency: 10.0 us.
    hardware limits: 800 MHz - 2.20 GHz
    available frequency steps: 2.20 GHz, 2.00 GHz, 1.80 GHz, 1.60 GHz, 1.40 GHz, 1.20 GHz, 800 MHz
    available cpufreq governors: ondemand, performance
    current policy: frequency should be within 800 MHz and 2.20 GHz.
    The governor "ondemand" may decide which speed to use
    within this range.
    current CPU frequency is 800 MHz.
    analyzing CPU 1:
    driver: acpi-cpufreq
    CPUs which run at the same hardware frequency: 0 1
    CPUs which need to have their frequency coordinated by software: 1
    maximum transition latency: 10.0 us.
    hardware limits: 800 MHz - 2.20 GHz
    available frequency steps: 2.20 GHz, 2.00 GHz, 1.80 GHz, 1.60 GHz, 1.40 GHz, 1.20 GHz, 800 MHz
    available cpufreq governors: ondemand, performance
    current policy: frequency should be within 800 MHz and 2.20 GHz.
    The governor "ondemand" may decide which speed to use
    within this range.
    current CPU frequency is 800 MHz.
    and it also shows the two cpus, and cpu1 frequency gets higher when I do cpu intensive work, as it should, but cpu0 always stays at 800MHz. Can anybody help me please? Thanks!
    Last edited by kcirick (2011-01-24 15:41:21)

    Thanks foutrelis. I installed htop and monitored my cpu usage. It seems to be in working order. When I mentioned "cpu intensive work", it turned out that I was talking about something that was using average 50% on both cores, and assumed that meant one was at 100% and the other was 0% (I have conky tell me the average cpu usage).
    Marking this as solved. Thanks again!

  • Average function in ALV Report

    Hi ,
    I am doing Subtotal in ALV by Grouping the Fields. Instead of Using Subtotal i want to Use Average of
    (Total / Quantity) in AlV. Is there any function availabile for doing Average in ALV Reports.
    Point will be definately awarded .\
    Kamal

    >  I am doing Subtotal in ALV by Grouping the Fields. Instead of Using Subtotal i want to Use Average of
    > (Total / Quantity) in AlV. Is there any function availabile for doing Average in ALV Reports.
    >
    It is possible to show the Average using the FIELDCATALOG-DO_SUM = 'C'. for the column/field which you want the Average.
    FIELDCATALOG-DO_SUM = 'C'. "<-----Avergage
    Read the Rules , Don't use Forbidden words...

  • How to calculate Average of Keyfigure

    Hi Gurus,
    I have a requirement where I have to calculate average of key figure value for 1 material.
    I tried using 'Average' in exception Aggregation but it just sums up everything.
    Can anyone please explain?
    Thanks

    Hi
    1. Include the key figure you want to average into the columns; call it KF1
    2. Create a Formula; call it CTR1, and in the detail view put a 1. (This 1-value is not used except to avoid an error in the formula syntax checker.) On the Aggregation tab, choose Exception Aggregation: Counter for all Detailed Values, and for the Ref. Characteristic, choose the same characteristic as the lowest level characteristic in the initial view of the output. E.g. if you only have 0CALMONTH in the output, choose 0CALMONTH. When you run this, the total at the bottom of this column should be equal to the number of rows in that column. Note that we use Exception Aggregation here so that the total at the bottom is calculated before the output is generated and is available to other formulas in the query design; if we were to use the Calculation tab it would look the same to us in that the total would appear at the bottom, but the calculation would occur too late for us to use within the query.
    3. Create a second formula, call it AVG1. The formula will be:
    SUMGT KF1 / SUMGT CTR1
    SUMGT accesses the Overall Result value at the bottom of the KF1 and CTR1 columns. You can find the SUMGT function in the Data Functions folder - turn on technical names first; the description is Overall Result. You could instead use SUMRT; the difference is that SUMGT will use the filters applied in the filter block; SUMRT will ignore them.
    3. Run the query. You should see the Average in every cell in the Average column. You can use this formula as input to another formula, or just use ( SUMGT KF1 / SUMGT CTR1 ) within a formula to access the average value.
    Thanks

  • Inventory Average Costing Question

    Hi,
    I'm convering onhand quantity from legacy inventory system to Oracle Inventory and we use Average Costing.. Here are the steps.
    1. Converting the items via item import.
    2. Convering onhand quantity with Misc receipts using transactions interface
    3. updating the Average cost of these items via transactions interface .
    When i convert the onhand quantity there is no cost for these items and all the mtl_trasnaction_accounts transactions were created with 0$.. With the average cost update, mtl_trasnaction_accounts transactions were created with $ amount..
    What is the best sequence for reconcilation point iof view with the inventory and GL???
    Please suggest..
    Thanks,
    Shree

    Hi, in my experience the steps you indicates are correct. Anyway, you can avoid step 3 if you put the unit cost directly in the transaction open interface. This is correct only if your costs are not divided in more than one element (eg. you have only the material cost element). If you do in this way, you will see your miscellaneous transactions will have costs and related records on MTL_TRANSACTION_ACCOUNTS will be created with a positive amount.
    As you will know, also when you perform a miscellaneous transactions by using the form, you have the possibility to inidcate the unit cost. Normally you do this if your actual average cost is not correct for your transaction, or if the average cost is 0.
    If you follow this indications, you should not have problem at the moment of the reconciliation with GL.

Maybe you are looking for

  • Mark a series of In Out Points before capture from DV tape?

    When Using Adobe Premier Pro a few years back I seem to remember playing a tape all the way through, marking In/Out points, all the way along the tape, then going back to the beginning click Batch Capture ( or similar) and the machine would rewind th

  • Why does this happen when I insert editable region?

    Hi ppl... I got a small problem here. When I insert editing region into the ORANGEBOX div, for some unknown reason which I can't figure out, my spry menu bar shifts to the left. But in preview, it looks fine. What's the reason for this and how can I

  • Airport Card Not Recognized on iMac DV 400 SE Slot Loading

    I just installed an airport card with adapter per Apple's instructions. It is not recognized in the Network list in System preferences. Internal Modem is listed as well as Built-in-Ethernet (with an active Internet connection). Has 10.3.9 and the lat

  • How does XML work?

    I'm making an XML photo gallery ie. the pictures get loaded from an XML file. The flash file works as expected. However, when I try and embed the flash file on a webpage, none of the pictures load. I have the swf file, the xml file, the images in a f

  • BDC CODE VA01 need

    Hi frnds,                I hav written BDC for VA01 transaction. But i m very new to BDC so i want to hav a look into a code which updates each and every table control and updates the whole of the VA01 transaction i.e TAX UPDATE AND ALL. I M GIVING A