Calculate retention according to a set percentage

hi,
What mean of retention?
What the obverse in oracle handle the same functionality
and i can Calculate retention according to a set percentage or a fixed amount while recording an invoice
thanks

Hi Umapathy,
Yield and Scrap are user entry fields where you can have restriction on entered qty by changing  under delivery and over delivery to error through OPK4 config as shown below. Agree that any qty can be entered in any field (Yield or Scrap)
OR
You can define the operation scrap. Read the below doc for more details.
http://scn.sap.com/docs/DOC-52834
OR
Another option is to use exit and write your logic based on input yield and loss.
Thanks & Regards,
Ramagiri

Similar Messages

  • Scripting & Applying Set Percentage in Javascript

    I need to script a set percentage to an existing calculated total field in order to show a new field total with the set percentage applied. Total is already calculated in the form, but I'm not sure how to plug in the 2.25% to calculate for a final total.
    Example:
    Total ____
    Final Total ____ (new field with 2.25 percentage applied)

    Robert,
    Great – thanks! I did figure that out (eventually), but now have the issue of the Permit Fee field showing $0.26 when it should just show $0.00 until the Number field is filled in and the amount is calculated. Can you help? The error screen says that it doesn’t like the last equal sign. I’m at a loss…
    TopmostSubform.Page1.Cell[10].Permit_Fee::calculate - (FormCalc, client)
    Permit_Fee.rawValue = (4000.00Cell[8].Number + 0.25)1.0225
    If(Number.isNull | Permit_Fee = “”)
    Thanks!
    Noemi Harvell

  • How to set percentage size for layout? for example : VBox,HBox,AnchorPane,.

    how to set percentage size for layout? for example : VBox,HBox,AnchorPane,......
    like HTML
    <div width="640px" height="480px">
    <div widht="50%" height="60%"/>
    <div widht="30%" height="60%"/>
    <div widht="20%" height="60%"/>
    </div>
    -----

    This is not supported. You can file a feature request at http://javafx-jira.kenai.com

  • Create an Event log entry in Event Viewer in Windows 7, when processor exceeds a set percentage of usage

    Hi, I am trying to create an Event log entry in Event viewer in Windows 7 when the processor exceeds a set percentage of usage. I have unsuccessfully tried doing this through a Data Collection Set in the User Defined folder to monitor CPU usage
    and to trigger an Alert and log an entry when the CPU exceeds a set percentage of usage.  Any suggestions, and please if possible keep them simple and easy to follow, I am not to familar with Windows 7.  

    Hi, I am trying to create an Event log entry in Event viewer in Windows 7 when the processor exceeds a set percentage of usage. I have unsuccessfully tried doing this through a Data Collection Set in the User Defined folder to monitor CPU usage
    and to trigger an Alert and log an entry when the CPU exceeds a set percentage of usage.  Any suggestions, and please if possible keep them simple and easy to follow, I am not to familar with Windows 7.  

  • Calculate Effective values for a set of records

    Hi, We are having a set of rows in a databas table - (Month_key & Loan_value_at_month are only available, we need to calculate the EFFECTIVE_LOAN_VALUE_MONTH) as illustrated below
    The logic for calculation will be
    •     If MONTH_KEY = 1, then EFFECTIVE_LOAN_VALUE_MONTH should be calculated as 0.
    •     If MONTH_KEY >1 and NTH_KEY<=12 (less or equal to a year) then:
         Check if the LOAN_VALUE_AT_MONTH is 0 and if true
         set EFFECTIVE_LOAN_VALUE_MONTH = 0
         If the EFFECTIVE_LOAN_VALUE_MONTH is non zero, then set EFFECTIVE_LOAN_VALUE_MONTH =
         Max(LOAN_VALUE_AT_MONTH(current time band), EFFECTIVE_LOAN_VALUE_MONTH (previous time band))
    We tried with the help of Lag function to calculate this.......but in vain. Do we have any stastical functions to calcualte this logic using SQl. Kindly help
    MONTH_KEY     LOAN_VALUE_AT_MONTH     EFFECTIVE_LOAN_VALUE_MONTH
    1     6,912,007     0
    2     8,305,709     8,305,709
    3     9,116,882     9,116,882
    4     9,617,609     9,617,609
    5     11,198,658     11,198,658
    6     12,151,381     12,151,381
    7     13,511,137     13,511,137
    8     14,126,983     14,126,983
    9     12,975,124     14,126,983
    10     13,501,073     14,126,983
    11     11,588,826     14,126,983
    12     3,461,046     14,126,983
    Edited by: Selvaganapathy on Mar 19, 2013 12:24 AM
    Edited by: Selvaganapathy on Mar 19, 2013 12:26 AM

    Selvaganapathy wrote:
    Hi, We are having a set of rows in a databas table - (Month_key & Loan_value_at_month are only available, we need to calculate the EFFECTIVE_LOAN_VALUE_MONTH) as illustrated below
    The logic for calculation will be
    •     If MONTH_KEY = 1, then EFFECTIVE_LOAN_VALUE_MONTH should be calculated as 0.
    •     If MONTH_KEY >1 and NTH_KEY<=12 (less or equal to a year) then:
         Check if the LOAN_VALUE_AT_MONTH is 0 and if true
         set EFFECTIVE_LOAN_VALUE_MONTH = 0
         If the EFFECTIVE_LOAN_VALUE_MONTH is non zero, then set EFFECTIVE_LOAN_VALUE_MONTH =
         Max(LOAN_VALUE_AT_MONTH(current time band), EFFECTIVE_LOAN_VALUE_MONTH (previous time band))
    We tried with the help of Lag function to calculate this.......but in vain. Do we have any stastical functions to calcualte this logic using SQl. Kindly helpWhat have you tried? From your description LAG sounds like a good idea but doing this in a singe SQL will be very hard - too many rules!
    Your rules are complex enough to invite consideration of a user-written function to compute the value instead of a single SQL. You could pass the current and lagged values to the function and get the computed value back

  • Using numbers, how can you set percentage to show decimals?

    When using numbers, how do you set the format to allow for decimals in a quotient formula with the cell formatted for percentages?

    It would be 'View' > 'Sidebar' > 'Bookmarks'. Shortcut 'Ctrl' + 'B' on the keyboard.
    If the 'View' menu is not visible please try pressing 'Alt' + 'V'.

  • Edit script syntax - Toggle bluetooth according to power setting

    Using a MBPr13 on OSX ML 10.8.4, needing to toggle Bluetooth based on Power source. Found a dated script, but I'm not script savvy so hoping someone could help me edit it:
    #! /bin/bash
    PREVIOUS_SOURCE=$(pmset -g ps | perl -ne '/(w+) Power/ && print $1');
    while [ 1 ]; do
      CURRENT_SOURCE=$(pmset -g ps | perl -ne '/(w+) Power/ && print $1');
      if [ $CURRENT_SOURCE != $PREVIOUS_SOURCE ]; then
        PREVIOUS_SOURCE=$CURRENT_SOURCE
        if [ $CURRENT_SOURCE = "AC" ]; then
          blueutil on
        else
          blueutil off
        fi
      fi
      sleep 5
    done
    When I compile in Apple Script Editor, I get "Expected expression but found unknown token" Syntax Error and the $ character is highlighted (as above).
    Comments posted on the web page where I found this suggest that some of the "escapes on the word characters" have been stripped? Can anyone suggest how this could be edited to work?
    Cheers, Sla

    The previous script doesn't quite work properly, this one is better:
    tell application "System Preferences"
      activate
              set the current pane to pane id "com.apple.preferences.bluetooth"
    end tell
    set _power to do shell script "pmset -g | grep AC"
    set _power to last character of _power
    if _power = "*" then
              tell application "System Events"
                             set _status to checkbox "On" of window "Bluetooth" of application process "System Preferences"
                             tell _status
                                            if not (its value as boolean) then click _status
                             end tell
              end tell
    else
              tell application "System Events"
                             set _status to checkbox "On" of window "Bluetooth" of application process "System Preferences"
                             tell _status
                                            if (its value as boolean) then click _status
                             end tell
              end tell
    end if
    tell application "System Preferences" to quit

  • Error while trying to upgrade SQL 2008 (SP2) to SQL 2012: There was a failure to calculate the applicability of setting LICENSEPATH.

    Hi,
    I am trying to upgrade one of our SQL Server Enterprise (2008 (SP2)) to 2012. I am using the upgrade option but it gives me the following error:
    Error Code 0x85640002: There was a failure to calculate the applicability of setting LICENSEPATH
    We have downloaded the image from our Volume Licensing account. Also, the same image was used to install SQL 2012 on Windows Server 2012 R2 servers without any issues.
    Below is the install summary.txt. I have tried everywhere but no go. Would really appreciate any assistance.
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2057043966
      Exit facility code:            1380
      Exit error code:               2
      Exit message:                  There was a failure to calculate the applicability of setting LICENSEPATH.
      Start time:                    2014-02-28 10:58:49
      End time:                      2014-02-28 10:58:58
      Requested action:              RunRules
      Exception help link:           http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.2100.60&EvtType=0x0BA02FC6%400x294A9FD9&EvtType=0x0BA02FC6%400x294A9FD9
    Machine Properties:
      Machine name:                  xxxxxxx
      Machine processor count:       2
      OS version:                    Windows Server 2008 R2
      OS service pack:               Service Pack 1
      OS region:                     U.A.E.
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Package properties:
      Description:                   Microsoft SQL Server 2012
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      SPLevel:                       0
      Installation location:         D:\x64\setup\
      Installation edition:          
    User Input Settings:
      ACTION:                        RunRules
      CONFIGURATIONFILE:             
      ENU:                           true
      FEATURES:                      
      HELP:                          false
      INDICATEPROGRESS:              false
      INSTANCENAME:                  <empty>
      PID:                           *****
      QUIET:                         true
      QUIETSIMPLE:                   false
      RULES:                         GlobalRules
      UIMODE:                        Normal
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140228_105848\ConfigurationFile.ini
    Rules with failures:
    Global rules:
    There are no scenario-specific rules.
    Rules report file:               The rule result report file is not available.
    Exception summary:
    The following is an exception stack listing the exceptions in outermost to innermost order
    Inner exceptions are being indented
    Exception type: Microsoft.SqlServer.Chainer.Infrastructure.CalculateSettingApplicabilityException
        Message:
            There was a failure to calculate the applicability of setting LICENSEPATH.
        HResult : 0x85640002
            FacilityCode : 1380 (564)
            ErrorCode : 2 (0002)
        Data:
          SettingId = LICENSEPATH
          WatsonData = Microsoft.SqlServer.Chainer.Infrastructure.CalculateSettingApplicabilityException@2
          DisableWatson = true
        Stack:
            at Microsoft.SqlServer.Chainer.Infrastructure.Setting.CalculateApplicability()
            at Microsoft.SqlServer.Configuration.BootstrapExtension.ValidateChainerSettingAction.ExecuteAction(String actionId)
            at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
            at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun, ServiceContainer context)
        Inner exception type: Microsoft.SqlServer.Chainer.Infrastructure.CalculateSettingValueException
            Message:
                    There was a failure to calculate the default value of setting LICENSEPATH.
            HResult : 0x85640001
                    FacilityCode : 1380 (564)
                    ErrorCode : 1 (0001)
            Data:
              SettingId = LICENSEPATH
              WatsonData = Microsoft.SqlServer.Chainer.Infrastructure.CalculateSettingValueException@1
            Stack:
                    at Microsoft.SqlServer.Chainer.Infrastructure.Setting`1.CalculateValue()
                    at Microsoft.SqlServer.Deployment.PrioritizedPublishing.PublishingQueue.CallQueuedSubscriberDelegates()
                    at Microsoft.SqlServer.Deployment.PrioritizedPublishing.PublishingQueue.Publish(Publisher publisher)
                    at Microsoft.SqlServer.Chainer.Infrastructure.Setting.CalculateApplicability()
            Inner exception type: System.ArgumentException
                Message:
                            Culture ID 3072 (0x0C00) is not a supported culture.
                            Parameter name: culture
                Stack:
                            at System.Globalization.CultureInfo..ctor(Int32 culture, Boolean useUserOverride)
                            at System.Globalization.CultureTable.GetCultures(CultureTypes types)
                            at Microsoft.SqlServer.Configuration.SetupExtension.LcidUtilities.GetLangPackParentFolderForLcid(String lcid)
                            at Microsoft.SqlServer.Configuration.SetupExtension.LcidUtilities.GetLcidFolder(ServiceContainer context, String baseFolderFullPath)
                            at Microsoft.SqlServer.Configuration.SetupExtension.LicensePathSetting.DefaultValue()
                            at Microsoft.SqlServer.Deployment.PrioritizedPublishing.PublishingQueue.CallFunctionWhileAutosubscribing[T](SubscriberDelegate
    subscriberDelegate, Int32 priority, AutosubscribingFunctionDelegate`1 function)
                            at Microsoft.SqlServer.Chainer.Infrastructure.Setting`1.CalculateValue()
    Regards,
    Mohammed

    Culture ID 3072 (0x0C00) is not a supported culture.
                            Parameter name: culture
    This appears to be the root problem. It seems that the regional settings on this machine is messed up. 0x0C00 is an unusual LCID, they do not normally not end in two zeroes.
    is there a custom culture installed on this machine?
    Review the regional settings and also check the System locale. If it looks spooky, set it to Arabic - U.A.E. if this is where you are located.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • What is setting for the depreciation calculate on the basis of assets value date

    Hi ,
    My client requirement to calculate the assets depreciation on the basis of assets value date,
    every assets transaction will have take base assets value date
    Acquision   1  Assets value date 1.4.2014
    transfer Assets value date 15.3.2014
    Wbs settlement  Assets value date 20 .3.2014
    second acquisition Assets value date 28.03.2014
    if anybody know about the setting ,Please provide me important setting ,

    Any setting related to assets posting variant ? to calculate if anybody know the setting please inform.

  • Setting a Retention Policy - Is there a way to first query it's effectiveness - Here's the Retention Policy I'd like to set...

    Hi All,
    I've inherited and Exchange 2010 SP3 UR4 environment that has UM but no Retention Policy has been set.  As a result, I have MP3s filling up disk space.  Adding to that is that I'm a N00b when it comes to Exchange.  I've more or less created
    User and Room Mailboxes, etc.
    This Retention Policy should address it:
    New-RetentionPolicyTag "Voice Mail 60 Day Retention" -Type All -MessageClass voicemail -Comment "Untagged messages removed after 60 days." -RetentionEnabled $true -AgeLimitForRetention
    60 -RetentionAction DeleteAndAllowRecovery
    Thing is, just like any "set" cmdlet, I prefer to first query like everyone else with a "get" cmdlet.
    Do you know if there's a way to query this first?
    Thank you very much for your time,
    Mr Mister

    You mean you want to see if it actually works as expected? In that case I would create the policy and then apply only to one mailbox and see how that goes.
    http://technet.microsoft.com/en-us/library/dd298052(v=exchg.141).aspx
    Apply a Retention Policy to Mailboxes
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Is there a need for setting undo_retention=0?

    Hi
    If i set my undo_retention to a >0 value, oracle will try his best effort to keep the consistent image for as long as my undo retention value. So, i don;t see why is there a need to let oracle manage the retention for me by setting to 0.
    Thanks
    Rgds
    Ung

    Hi,
    By setting UNDO_RETENTION to 0, you enable auto tuned retention
    As far as I know tuned undo retention is enabled by default. Setting the undo_retention acts as a minimal threshold.
    There is a difference in the tuned undo retention value between fixed size undo tablespaces and autoextend enabled tablespaces. From the 10G Release 2 Administrator’s Guide:
    If the undo tablespace is
    configured with the AUTOEXTEND option, undo retention tuning is slightly different. In
    this case, the database tunes the undo retention period to be slightly longer than the
    longest-running query on the system at that time.
    Undo Retention Tuning and Alert Thresholds For a fixed size undo tablespace, the
    database calculates the maximum undo retention period based on database statistics
    and on the size of the undo tablespace. For optimal undo management, rather than
    tuning based on 100% of the tablespace size, the database tunes the undo retention
    period based on 85% of the tablespace size, or on the warning alert threshold
    percentage for space used, whichever is lower. (The warning alert threshold defaults to
    85%, but can be changed.) Therefore, if you set the warning alert threshold of the undo
    tablespace below 85%, this may reduce the tuned length of the undo retention period.
    Regards,
    Tom
    http://oracledba.cz

  • Budget Set up

    Dear All
    How can i put monthly budget for accounts
    Regards
    Rashid

    Hi,
    here are brief explanations how to define budget:
    Defining a Budget
    Financials --> Budget --> Define Budget
    Use the Define Budget window to choose the required G/L accounts.
    The table displays G/L accounts defined as 'Relevant to Budget' in the Chart of
    Accounts.
    Scenario u2013 from the drop down menu, choose the scenario for which you would like to
    define a budget (more details on scenarios will be provided later).
    The Budget Scenarios window displays G/L accounts defined as 'Relevant to Budget'
    in the Chart of Accounts, and for which an amount was entered in the budget.
    Fields in the window:
    u2022 Fiscal Year u2013 the fiscal year linked to the selected budget scenario.
    u2022 Display Accounts with no Budget u2013 check this box to also display G/L
    accounts for which no budget amount has been entered.
    u2022 Acc. No. u2013 the G/L account code as defined in the Chart of Accounts.
    Acc. Name u2013 the G/L account name.
    u2022 Parent Acc. u2013 you can determine the budget amount of a certain G/L
    account according to a certain percentage calculated from an existing
    budget amount of another G/L account. Click the Tab key to display a
    list of G/L accounts with budget amounts, select the required G/L
    account and set a required percentage in the field '%' to the right. See
    the above example: for G/L account 612100000-01-001-01, a budget of
    5 millions was entered. 10% of this G/L account's budget is allocated to
    G/L account 612400000-01-001-01.
    Note! The option of linking budget amounts to parent accounts is used for
    calculations only. Due to this reason, the budget amount entered in the field Parent
    Acc. and divided among its child G/L accounts, is not actually deducted from the
    budget of the parent account. In the example above, G/L account 612100000-01-
    001-01 has a budget of 5 millions, and its child G/L account 612400000-01-001-01
    has a budget of 500,000. However, the budget amounts are managed separately
    for each G/L account.
    u2022 % - in case you have selected a parent account for a certain G/L
    account, type the proportionate budget percentage you would like to
    allocate to the child G/L account e.g. if the parent account's budget is
    $1000 and you define 10%, the child account's budget will be $100.
    u2022 Method u2013 the default budget distribution method between the months.
    You can define a different method for each G/L account. Click the field
    to open a drop down menu displaying all the distribution methods
    defined in your company.
    u2022 Local Debit / Credit u2013 in these fields, enter the amount in local currency
    for each G/L account. The budget is checked against the debit side.
    Therefore, you must enter an amount in the Debit field. An amount can
    also be entered on the credit side.
    u2022 System Debit, Credit - in these fields, you can manually change the
    system currency budget amounts, which were calculated according to
    the amount in local currency multiplied by the relevant exchange rate.
    u2022 Actual u2013 the G/L account's balance to date based on its journal entries
    in SAP Business One in local currency.
    u2022 Actual (SC) - the G/L account's balance to date based on its journal
    entries in SAP Business One in system currency.
    u2022 Actual u2013 Future Local, System u2013 displays the future balance of the G/L
    account. This future balance displays the amounts of open Purchase
    Orders and Goods Receipt POs.
    You can choose to display or hide columns in this window by clicking the Settings icon
    and selecting relevant fields.
    I have the file for more detail. let me know if you need it.
    Rgds,

  • Setting values to Display Only item during AJAX request

    Hello,
    Good Morning!
    In a master-detail form, in the detail report, I am populating two columns SERVICE_TAX_PCT and SERVICE_TAX_AMOUNT by making an AJAX request after selection of ACCOUNT_CODE.  Values are populated with out any issue. 
    However, as soon as I make those two fields as Display Only, the values are not getting set.  Is there a way to set the values to a field in the same time it should be restricted for user to change it?
    (APEX 4.2.6)
    Thanks,
    -Anand

    Hi Anand,
    anand_gp wrote:
    Hello,
    Good Morning!
    In a master-detail form, in the detail report, I am populating two columns SERVICE_TAX_PCT and SERVICE_TAX_AMOUNT by making an AJAX request after selection of ACCOUNT_CODE.  Values are populated with out any issue.
    However, as soon as I make those two fields as Display Only, the values are not getting set.  Is there a way to set the values to a field in the same time it should be restricted for user to change it?
    (APEX 4.2.6)
    check the example
    Step 1: Edit your page
    under CSS->Inline put the code given below
    .row_item_disabled {
       cursor: default;
       opacity: 0.5;
       filter: alpha(opacity=50);
       pointer-events: none;
    Step 2 : I guess you have Javascript function similar like given below
    you have to extract rowid first, for which you want to set the percentage , see line 6
    and see line 18, for disabling the column of that row.
    <script type="text/javascript">
       function f_fetch_tax_percentage(pThis) {
       var ajaxRequest;
       var ajaxResult;
       var row_id = pThis.id.substr(4);
       var percentage    = 'f05_' + row_id;   // replace f05 with the rowid of percentage column
       ajaxRequest = new htmldb_Get(null,$x('pFlowId').value,'APPLICATION_PROCESS=TAX_DTLS',0);
       ajaxRequest.addParam('x01',$v(pThis));
       ajaxResult = ajaxRequest.get();
       if ( ajaxResult.length > 0 ) {
       // set percentage
       $('#'+percentage).val(parseFloat(ajaxResult));
       // disable percentage column
       $("#f05_" + row_id).attr("readonly", true).addClass('row_item_disabled');        
    </script>
    Hope this helps you,
    Regards,
    Jitendra

  • How to calculate % based on totals of a characteristic

    HI BI query goeroes,
    I have following query:
    Sales org - S&OP - Channel - PSI - KeyFigure1 - % S&OPKF1 - % Channel KF1
    S100--SAA---1010/60--
    10/30
    S100--SAB---2020/60--
    20/30
    total  ChannelA--
    30
    S100--SBA---1515/60--
    15/30
    S100--SBB---1515/60--
    15/30
    total  ChannelA--
    30
       total S&OP S                                 60
    Question is how to calculate the last two colums.
    First colum should calculate the Keyfigure1 percentage based on the overall total of S&OP per salesorg (keep in mind that we have multiple sales orgs).
    Last colum should calculate the Keyfigure1 percentage based on the total of Channel per salesorg/s&op group.
    Can anyone please assist me how to do this?
    I am using the BI7.0 query designer.

    Hi,
    To Calculate % Channel KF1 you can use  'Percentage of Result'(KeyFigure1).
    To calculate % S&OPKF1 you can use ' Pecentage of Overall Result' (Keyfigure1).
    These are functions are available in the Percentage Functions when you create a formula or a CKF.
    Hope this helps.

  • Percentage based ONLY on a total in a crosstab report

    HI all, I created a report (crosstab), very simple, in which I show on the rows the STEPS and on the columns the SITUATIONS.
    So, for every intersection I have a value as usual (the TICKET_COUNT)
    Then, I added the Totals at the bottom and on the right and everything worked fine !!
    But now, I need to add a field at the right of my crosstab to show the percentages calculated ONLY on the total (the one on the right)....
    With the predefined percentage It doesn't work because I can't base the TOTAL as datapoint inside the wizard; I tried also with a calculated field, but instead to have ONLY one field, I have many fields repeated many times.
    So I would have something like this in the example:
    (PROGRESS) (OK) (PENDING) (TOTAL) (PERCENTAGE)
    (STEP_A) (2) (7) (3) (12) (42,85)
    (STEP_B) (3) (1) (2) (6) (21,43)
    (STEP_C) (4) (2) (4) (10) (35,71)
    (TOTAL) (9) (10) (9) (28) (100)
    I used the () to separate all the fields and the values...is there another way to show better the data ?? (once it was possible to insert images, but now it doesn't work......)
    Any help will be appreciated
    Thanks in advance
    Alex

    Hi John, thank for yor answer.
    I try to explain to you better.
    I achieved quite easily this result:
                   IN PROGRESS       OK        PENDING       TOTAL      
    STEP A              2             7            3           12       
    STEP B              3             1            2            6       
    STEP C              4             2            4           10       
    TOTAL               9             10           9           28        where the totals are the native vertical and horizontal totals (not calculated fields).
    Now I want just to add an additional field called PERC. which calculates ONLY the vertical TOTAL's percentage as below:
                   IN PROGRESS       OK        PENDING       TOTAL       PERC.
    STEP A              2             7            3           12        42,85 %
    STEP B              3             1            2            6        21,43 %
    STEP C              4             2            4           10        35,71 %
    TOTAL               9             10           9           28        100 %where 42,85% = (12/28)*100
    21,43 = (6/28)*100
    35,71 = (10/28)*100
    I tried to add a calculated field, but,because the report uses a crosstab layout, this field is repeated many times and not once as above.
    Do you know a trick or a workaround in order to maintain the crosstab layout (the initial 3 fields + the vertical total) and add ONLY a field (the percentage) at the end ??
    Thanls again
    Alex

Maybe you are looking for