How does Percentage calculate in gauge

Hi everyone,
I have a question about gauge,
there are two columns in answer, the data is as follow:
YEAR || SALES
2010 || 55
2011 || 116
2012 || 3
I use the gauge to show the data,
the gauge ranges are defaut: 0%-33%,33%-66%,66%-100%,
I set the 'Show scale labels' property as Percentage of total,
then I found the indicator point the value is not correct,
I thought the percentage of sales in 2010 is 55/(55+116+3)=31.6%
but now it is point to second range(33%-66%).
so I'd like to ask the calculation I said above is right or wrong?
thank you!
Edited by: leo on 2012-4-23 下午6:44

Hi Jitendra,
Your mentioned logic is not working in the following case.
P4 Brand     1-Revenue
Biztech        -35
%   = Actual Value
0%  = -38
7%  = -36
53% = -24
100%=-12
Based on your logic (-35/-12)*100 = 291.6667, but needle is pointing on 7%-53%.
Could you please explain bit more on this, and also it would be really great if you could explain the logic on '%' to 'Actual Value' calculation i.e., here why 7% value -36 what is logic behind?
Note: For 1-Revenue measure I applied 'Edit Formula' earlier "Base Facts"."1- Revenue" value is 21000000 and I did "Base Facts"."1- Revenue" - 21000035 so to get -35 value.
Thanks

Similar Messages

  • How does SAP calculate tax for employees who pay SFSS(Australia)?

    Hi,
        Good day. How does SAP calculate tax for employees who pay SFSS (Student Financial Supplement Scheme). The EE is under tax scale 7 - No Leave Loading. Please advise. Thank you.

    hai..
    check QTAX sub schema

  • How does optimiser calculate profit for profit maximisation

    Hi Experts,
    I have a basic question-
    when we work on 'profit maximisation' how does the system calculate profits. As I understand the calculation is revenue- total cost. costs is what we define in the system. But how is the revenue calculated?
    What it the logic where profit maximisation is selected over cost minimisation?
    Regards
    Manotosh

    Hi Manotosh,
    For answering the first part of your question, I am just copy pasting the F1 help for the field from Optimizer profile:
    "Profit Maximization
    Use
    It is the optimizer's objective, when using either of the two possible options: cost minimization or profit maximization, to determine the most cost-effective solution based on the costs defined in Cost Maintenance.
    If you choose Profit Maximization, the system interprets the Penalty for ND field (penalty costs for non-delivery) in the product master (tab page SNP 1) as lost profits. In this instance, the total profit achieved by a plan is calculated according to the following formula: Total of all delivered location products, multiplied by the penalty costs for non-delivery that have been defined for these location products, minus all the costs defined in the optimizer cost profile (such as production costs, storage costs and transportation costs). The total profit is displayed, when you run the optimizer in interactive planning within Supply Network Planning (on the Solutions tab page)."
    For second part, someone who has worked on solution design in a project where Optimizer was used might possibly give a good answer. I am not very sure, though I can make a guess as follows:
    You would go for cost minimization in a scenario where your requirement would be to minimize overall cost, even if it leads to non-fulfillment of requirement. Could be a scenario where e.g. lost sales are not very critical for you. e.g. products like generic bulbs, etc. On the other hand, where you want that the requirements fulfillment should also be one of the key objectives, you would go for profit maximization. This could be a case where brand plays a major role e.g. TV, costly gizmos, etc.
    Hope someone else will correct me, or add to this.
    Thanks - Pawan

  • How does LabVIEW calculate filter coefficien​ts?

    I am attempting to develop a model for a post - processing routine that uses a cascaded IIR lowpass filter, in order to demonstrate to a customer the performance of our data acqusition system, without divulging our proprietary source code. Does anyone know how LabVIEW calculates filter coefficents?

    Greetings efelgemacher!
    I'm going to take a guess, but don't quote me on this. Both Matlab and Labview use IIR to synthesize analog filter prototypes....in a way, it's sort of "dumbing down" of an IIR response to get an analog equivalent. If you "drill down" through any of the Analog filter vi's you will see that they ALL use Digital filters just with analog paramaters plugged in.
    At any rate, the polynomials have been catalogued for decades now, and I suspect they reside in a library somewhere in Labview..at least in "low resolution" form, rather than being generated from scratch every time. It would take very little reiteration to generate a couple of more decimal places using the IIR engine.
    Again, just an educated guess.
    Eric
    Eric P. Nichols
    P.O. Box 56235
    North Pole, AK 99705

  • How does xMII calculate a time weighted average?

    I am in the process of doing data validation for tag query result sets from IP21 process data.  The comparison is against an IP21 add in to Excel which generates numbers that don't correspond to the numbers generated by xMII.  The add in appears to be generating values according to a Time Weighted Average but it is returning different numbers.  The differences are not large, but it is a virtual certainty that a plant manager or process engineer will take issue.  So we (I and my client) would like to know how to explain the difference in the calculation results.  We suspect that it involves interpolation for missing data, but would like to know for sure.  We are also checking the IP21 algorithm(s) to make sure we understand how it works.  Any insight would be appreciated.

    Rick/Jeremy,
    I am still not getting the same values.  My correlation testing is in Excel 2003.  In xMII I have the number format set to 0.000000.  Typical values in the result set are coming in with five decimal place accuracy.  I am using one hour's data at 1 minute intervals with date accuracy to the second and the data is compressed to 52 actual datapoints.  The time range is 11/07/2007 00:00:00 to 11/07/2007 01:00:00.  It is in HistoryEvent mode.  The row count is set to 20000. 
    When I run the TWA from xMII, I get 22773.576740. 
    When I ran my first algorithm in Excel, I get 22767.37321.  When I made the change to what Rick said, I get closer but am still off and get 22769.35835.  Can either of you (or anyone else) explain the delta?  I have rerun both calculations twice on all three sides and get the same results. 
    Here is my data:
    DateTime ActualValue
    11/07/2007 00:00:01 23841.572266
    11/07/2007 00:01:01 23608.240234
    11/07/2007 00:02:01 23238.177734
    11/07/2007 00:03:01 23373.197266
    11/07/2007 00:04:01 23244.857422
    11/07/2007 00:05:02 23408.943359
    11/07/2007 00:06:01 23138.939453
    11/07/2007 00:07:01 23325.080078
    11/07/2007 00:08:01 23433.609375
    11/07/2007 00:10:01 22783.115234
    11/07/2007 00:11:01 22642.421875
    11/07/2007 00:12:01 22226.654297
    11/07/2007 00:13:01 22741.773438
    11/07/2007 00:14:01 22611.898438
    11/07/2007 00:16:01 22810.580078
    11/07/2007 00:17:01 22404.023438
    11/07/2007 00:18:01 22627.966797
    11/07/2007 00:19:01 22672.619141
    11/07/2007 00:20:02 22268.031250
    11/07/2007 00:21:01 21770.136719
    11/07/2007 00:22:01 22877.025391
    11/07/2007 00:23:01 22565.330078
    11/07/2007 00:24:01 22781.949219
    11/07/2007 00:25:01 22324.345703
    11/07/2007 00:26:01 22170.953125
    11/07/2007 00:27:01 21960.464844
    11/07/2007 00:30:01 22495.685547
    11/07/2007 00:31:01 21899.714844
    11/07/2007 00:32:01 22487.603516
    11/07/2007 00:33:01 22723.382812
    11/07/2007 00:34:01 22461.189453
    11/07/2007 00:35:01 22823.869141
    11/07/2007 00:36:01 22599.085938
    11/07/2007 00:37:01 22902.572266
    11/07/2007 00:41:01 22894.148438
    11/07/2007 00:42:01 22724.144531
    11/07/2007 00:43:01 22659.437500
    11/07/2007 00:44:01 23105.324219
    11/07/2007 00:45:01 22634.763672
    11/07/2007 00:46:01 22929.582031
    11/07/2007 00:47:01 22475.185547
    11/07/2007 00:48:01 22739.755859
    11/07/2007 00:50:01 22864.958984
    11/07/2007 00:51:01 22556.917969
    11/07/2007 00:52:01 22794.998047
    11/07/2007 00:53:02 22934.748047
    11/07/2007 00:54:01 23206.296875
    11/07/2007 00:55:03 22412.509766
    11/07/2007 00:56:02 22935.718750
    11/07/2007 00:57:01 23924.460938
    11/07/2007 00:58:01 22918.369141
    11/07/2007 00:59:02 23048.748047
    Message was edited by: MAppleby
            Michael Appleby

  • How does Unix calculate "group" disk usage?

    I've been playing with implementing group quotas on 10.5 Server and the group usage statistics seem really low to me so I think my concept of how they are calculated must be wrong. I thought that the group usage would be a cumulative total of all the usage of everyone in that group, but clearly it is not.
    Can someone enlighten me or point me to a source that has the technical details of what's counted against the group usage and what's not?
    Thanks,
    =Tod

    It has been years since I played with quotas, and I've never played with Mac OS X quotas, however, it has been my experience, both as a user and as a Unix file system developer, that Group Quota information depends a lot on making sure that quotacheck has been run AFTER enabling quotas on a file system.
    Until quotas are enabled, may file systems do not keep track of group or per user quota information. So once they are enabled, you need to run quotacheck to build up the quota information database.
    What utility are you using to obtain your group storage information?

  • How does LabVIEW calculate Euler Angles from Direction Cosine Matrix?

    I'm looking to clean up my block diagram by converting LabVIEW math functions to Mathscript; however, I can't find out exactly which rotation convention is being used to calculate Euler angles from the Direction Cosine Matrix. Any ideas?
    Here's what I'm using now (see below)... the phi angle is the only one (of three angles) not correcting like the LabVIEW math functions. I've also attached the .vi that demonstrates the calculation both ways.
    %calculate Euler angles from DCM
    %'DCM' is a 3x3 direction cosine matrix
    phi = atan((DCM(2,3))/(DCM(3,3)));
    theta = acos(DCM(3,3));
    psi = atan2(DCM(1,3),DCM(2,3));
    Solved!
    Go to Solution.
    Attachments:
    Apply Direction Cosines 2 ways.vi ‏36 KB

    BenMedeiros,
    Here is our documentation on that Driection Cosine Matrix: http://zone.ni.com/reference/en-XX/help/371361D-01​/gmath/euler_angles_to_direction_cosines/
    it includes the formula as well.
    If you decide to use the 3D cartesian Rotation VI you can find that info here: http://zone.ni.com/reference/en-XX/help/371361G-01​/gmath/3d_cartesian_coord_rotation_direction/
    I hope this helps
    Sam S
    Applications Engineer
    National Instruments

  • How does Calendar calculate travel times?

    When I select the Travel Time function for an event in Calendar, it tells me there is a 35 minute travel time from home to my scheduled event destination. However, when I transfer over to the Maps application to get the directions from my home, the Maps application tells me the travel time is 52 minutes, which is more accurate.  I have no previous events on my calendar that the application could use as a reference point, and the time of the event is outside of the working hours I setup in Calendar, so it is not using my work location as a reference point.  What can explain the travel time discrepancy between Calendar and Maps?

    If I understand the feature correctly, this is not an Exchange supported function.  Therefore, you won't be able to use this option for Exchange.  iCloud Cal supports it.  Interestingly, i too have both calendars and use exchange almost entirely as well - when I change to entering an exchange appt, the travel time option disappears totally.  It sounds like you have the options still available. 
    Sorry, no answer to your problem here but maybe this adds another piece of the puzzle.

  • How does SAP calculate SC of the JE

    Dear All,
    I have a question on SC of JE
    We setup an exchange rate 1US=1.25CAD
    If we type in Debit(FC) USD400, then the system will have a CAD500 automatically
    GL_______Debit_____Credit_____Debit(FC)_____Credit(FC)
    10XXX____CAD500__0_________USD400______0_______
    11XXX____0________CAD500___USD0________USD400__
    But we would like to have a exchange rate 1US=1CAD on this transaction and we don't want to change the exchange rate which will affect other transactions. Then 'THIS' transaction should be like:
    GL_______Debit_____Credit_____Debit(FC)_____Credit(FC)
    10XXX____CAD400__0_________USD400______0_______
    11XXX____0________CAD400___USD0________USD400__
    Is there anyway for us to do it? Our customer said in SAP2005, she do have a choice to do it. But in SAP2007, we cannot find anywhere to do a transaction like this. Thanks.
    Regards,
    Yuka

    Dear Yuka,
    I don't think there is a way to enter this manual exchange rate deviate from system rate even in 2005.  The option to enter fixed rate is for reporting only.  There is no effect on actual posting.
    Thanks,
    Gordon

  • How does GC calculate the Disk Utilization metric.

    Hi,
    I am getting the following error:
    Name=NT000786.oak.zone1.progress-energy.com
    Type=Host
    Host=NT000786.oak.zone1.progress-energy.com
    Metric=Disk Utilization (%)
    Disk Device=3 F:
    Timestamp=Dec 20, 2005 12:26:11 PM EST
    Severity=Critical
    Message=Disk Utilization for 3 F: is 95.78%
    Rule Name=Host Availability and Critical States
    Rule Owner=SYSMAN
    This is a 410 GB disc with 266 GB used. The oracle datafile only use 7 GB on this disc; the rest is for Symantic backup!

    Check the Notification Rule setting of Disk Utilization (%) in Preferences -> Notification -> Rules. Select Host Availability and Critical States to View or Edit.
    There may be a situation where OEM may not understand the disk space while checking available space.
    See this post and response
    Re: Data Guard Bug, which patch to fix?

  • How does Quantity of Valuated Stock (0VALSTCKQTY) work in for Stock Data

    Hi all,
    We have a field 'Quantity of Valuated Stock' (0VALSTCKQTY) in 'Material Stocks Movement' Infocube.
    When we take a look at 0VALSTCKQTY, it seems to dependent on Quantity Issued from Valuated Stock(0ISSVALSTCK) and Quantity Received into Valuated Stock(0RECVALSTCK).
    I want the functionality, logic and formula of how does it calculate 0VALSTCKQTY  using these two at runtime.
    Regards
    Edited by: shreyasketkar on Oct 3, 2011 1:43 PM

    Hi Shreya,
    Have a look at below thread, hope it will be useful.
    Calculation of 0valstckqty
    Regards,
    Mani

  • How does Mac OS calculate the charging Cycle count?

    Hello, Guys
    How does Mac OS calculate the charging Cycle count? I just used my MBP for about 15 min without power plugged in and I saw it left about 90% battery. However after the battery be recharged, I checked system profiler. It shows charging cycle count increased 1. I do remember that last time I left almost the same percentage of battery and plugged in. After the battery was fully charged, profiler did show cycle count increased.
    So I am wondering How does Mac OS calculate the charging Cycle count? Basing on the percentage left or something else?
    Thanks,

    Ok,
    But does it count continuously or separatly? I mean One time I used 10% and recharged full; and next time I used 20% and fully recharged again. Does the OS increase the cycle count when the usage adds up to 100% no matter how many times of recharge?
    Thanks,

  • How does AnyConnect client calculate its Link Speed? (Windows 7)

    I'm curious about how the AnyConnect client determines what its default Link Speed is, upon initialization?  
    For example, from behind my home firewall, if I have a client that's physically connected to a 1Gbps uplink, when I launch the AnyConnect client, Windows Task Manager shows me a Link Speed of 9 Mbps for my AnyConnect connection.
    However, if I also launch an AnyConnect connection from another machine on my home LAN, connected via 300Mbps WiFi, Windows Task Manager will only show me around a 1 Mbps Link Speed.
    How does the AnyConnect client calculate its Link Speed upon connection?   Does it take a percentage of the available upstream bandwidth?
    My home ISP bandwidth is 50Mbps down/12 Mbps up.   My corporate ISP (where the ASA I'm connecting to resides) it 50Mbps bi-directional.

    For PHP, if you want to handle data in UTF8, NLS_LANG must be set to
    "<language>_<territory>.UTF8", where <language> and <territory> are your
    preference. There is few difference between ODBC and OCI called by PHP
    in this case as both need to set NLS_LANG to UTF8. If you are familiar
    with OCI and expect better performance, you can do so. But if you want
    to make the application be portable in terms of data source, ODBC is an
    appropriate choice.
    Data source doesn't matter the encoding of client. The character set of
    client is determined by how client calls ODBC functions SQLBindParameter
    or SQLBindCol. If the client specifies SQL_C_WCHAR, data is exchanged in
    UTF-16 independent from NLS_LANG. If it is SQL_C_CHAR, data is in
    NLS_LANG encoding. Unicode ODBC client binds data with SQL_C_WCHAR, that
    is exactly the case of MS Access 2000. On the other hand, because PHP
    binds data with SQL_C_CHAR, NLS_LANG is taken as the encoding for data
    manipulations

  • How does the system calculate the Taxes?

    Dear all friends,
    How does the SAP system calculate the Taxes?
    pls. explain with the example will be highly appreciable.
    thanx in advance to all
    best regards,
    Rajesh

    Hello
    The SAP system calculates tax based on the tax calculation procedure assigned to your country in OBBG.
    The tax calculation procedure is similar to the pricing procedure in materials management.
    As you have different pricing elements like gross price,discounts,freight charges, etc in pricing procedure, you will have different tax elements like Excise duty,Special excise duty,Cess,Edu cess,VAT,CST, etc in tax calculation procedure.
    At the time of PO creation, the tax base amount is communicated to the tax calculation procedure from the pricing procedure.
    And the tax values are calculated based on that and how you have configured your tax calculation procedure.
    In CIN, we have two tax calculation procedures
    TAXINJ which can be formula based or condition based and TAXINN which is condition based.
    In TAXINN, the tax percentages are picked from the condition records maintained.
    But in TAXINJ, it can be either from the condition records or the tax % given in the tax codes in FTXP. It depends on how you configure your system.
    Hope this helps
    Regards
    Gregory Mathews

  • A simple percentage? How does one add a percentage to a number? If I have 100 and I want to add 15% and get a total, what formula would I use?

    How does one add a percentage to a number? If I have 100 and I want to add 15% and get a total, what formula would I use?

    You can do something like this:
    D2=B2*(1+C2/100)
    this means in the cell D2 type the following "=B2*(1+C2/100)"... leave out the double quotes

Maybe you are looking for

  • Vendor aging analysis with name and invoice.....URGENT!!!!!!!!!!!

    Frnds, There is a requirement from the client, wherein they need vendor aging analysis along with the invoice number, amount due against each of the invoices that can be seen in the appropriate age period(say a particular invoice amount falls between

  • My Nokia C3 is not supporting softwares

    I have tried so many ways to download softwares, but to my efforts are all fruitless. When i go to other sites to download and install softwares, the place to download the software will not even be active and when i download from ovi store it is not

  • ICloud music storage will it save memory on my phone?

    My music takes up 8 g of memory. Will iCloud music save me memory on iphone5?

  • Oracle Designer

    Which Version of Oracle designer was realsed first Oracle Designer 2.1, Oracle Designer 2000, Oracle Designer 6.0 ? And where can i find features for all of them ?

  • Lines of an Incoming payments

    Couled you please tall me what can I make to declarer the lines of an Incoming payments???? in a documents they make: oDoc_Lines as Document_Lines, and for the lines of an Incoming payments they make what exactly?? please help meeeee