Running totals evaluate more than one criteria

probably a stupid question but:
Is there anyway to have more than one criteria in the evaluate for running totals? i need an "on change of field" option and a formula option is there a formula for "on change of field", so i can have on change of field and if not equal to.
i am using CR2011
Edited by: angel.hill on Jul 28, 2011 12:14 AM

Hi Angel
You can write a manual running total and you can define condition while evalutation the formula :
@init
Whileprintingrecords;
Numbervar sum:=0;   //To initialize your sum
@evel
Whileprintingrecords;
Numbervar sum;
If <>PREVIOUS() and any other condition then
sum:=sum+yourdatabasefield;
@disp
Whileprintingrecords;
Numbervar sum;
Thanks,
Sastry

Similar Messages

  • Mayday, maday !!! could someone teach me how to run my passport more than one day

    I just got my passport yesterday ,could someone teach me how to run my passport more than one day.
    please see the picture, I just received some calls and surf the internet less than 1h today.
              thank you a lot.

    press both volume keys down for 30 seconds and see if it persists after
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • Update more than one criteria based group

    Hi,
    Due to some change in the primary fields. We have got a burden to change the criteria for multiple groups. Is there any way to change criteria of more than one group using "Filter" attribute or with some other approach at a time.
    Regards,
    Manuj Khurana

    Depending on what the details of the changes are, you could write a powershell script which bulk updates the criteria in the groups (Using a CSV file for example, groupname as one column and the xpath filter for the criteria as the second column)

  • Running Air in More than One Instance of an Application

    Is there a work around to allow more than one instances of an Air Application to run?
    Currently our client uses dual monitors  they will spin up two applications.  One is to Inquiry data the other is to enter data.  I know I can create another project and deploy it under another name but that seems clunky.
    We are using  AIR  with Flex/Blaze/FlexMdi.
    Any information would be greatly appreciated.
    Thanks
    Steve

    Hi,
    I'm not too sure if the workaround proposed below will work or not. But it seems worth a shot:
    Create a new window when you get the invoke event. Find your desired screen's bounds by going through the static array Screen.screens. Assign that bounds to your newly created window.

  • Smart Album with more than one criteria?

    Can a single smart album have more then one criteria?
    Every photo of my daughter in my library is tag with her name. I am trying to create a smart album using her name as the keyword that also rated 3 or more stars.
    The steps I am taking are as follows:
    1. Set the rating 3 stars or more. (instantly I see all photos in the library that are 3 or more stars)
    2. Set keyword (my daughters name) with the condition, "include only the following" (the album still shows photos from step 1)
    Any ideas?
    Andre
    Thanks,
    Andre

    Thank you, been trying to figure this out for hours and such a simple fix.
    Thanks,
    Andre

  • Use Images in Reports in dependency of more than one criteria

    Hello,
    I would like to use Images in Reports as described in Tips & Tricks (green and red point image), but I don't know how to do this if I have more than on criteria. The point is, how to link it to the report. <br>
    I wrote this pl/sql-code, he would check the criterias:
    <br><br>
    BEGIN<br>
    DECLARE<br>
    CURSOR ss_alle IS <br>
    --Abfrage aller Datensätze<br>
    SELECT ID, sbb_site_id, code_swisscom, ok_sent_swisscom, ok_back_swisscom FROM acqueasy.ssvertrag;<br>
    BEGIN<br>
    --Eintrag für Eintrag abarbeiten<br>
         FOR ss_id IN ss_alle LOOP<br>
              --Auf Code prüfen<br>
              IF (ss_id.code_swisscom IS NOT NULL) THEN<br>
              --Zustimmung an Swissom gesendet<br>
              IF (ss_id.ok_sent_swisscom IS NULL) THEN<br>
                   --show red point<br>
              ELSE<br>
                   --show green point<br>
              END IF;<br>
              END IF;<br>
         END LOOP;<br>
    END;<br>
    END; <br>
    <br><br>
    Is it possible to set some variables from the current line of the report, where do I have to put this code and how do I have to replace the comment --show ..point (e.g. "<img "down.gif">")
    <br>
    Thanks for your help

    The solution is much easier: http://www.oracle.com/global/de/community/index_v9.html

  • Formula help - Group totals for more than one date range

    Post Author: melcaylor
    CA Forum: Formula
    I need to show in 3 columns
    inside of a grouping that totals an amount field based on a date
    range that amount was posted.  So for example:
    Billy Bob in the state of MA made $5.5m total, $800k in the last 21 days, $400k in the last 14 days and $150k in
    the last 7 days.
    I assume this is possible but I
    just donu2019t know what type of formula to write to make it work.  For this
    example, there are 2 tables u2013 user table and $$ table.  The User table has
    the user name, the $$ table has the pay date and the amount. 

    Post Author: SKodidine
    CA Forum: Formula
    You only need simple formulae in Running Totals to accomplish this.
    1.  Group by Name
    2.  Create the following Running Totals:
    2.1 A running total to sum the pay amount for all records, and resets on 'Change of Group' of Name.
    2.2 A running total to sum the pay amount and for 'Evaluate' click on the radio button next to 'Use a formula' and then click on X-2 button next to it.
    In the formula workshop window type a formula such as: {table.payment_date} in (currentdate - 21) to currentdate;
    For 'Reset' click on the radio button next to 'On change of group' and pick the group name.
    2.3 Create another running total just as in step 2.2 above but change the formula to: {table.payment_date} in (currentdate - 14) to currentdate;
    2.4 Create the last running total just as in step 2.2 above but change the formula to: {table.payment_date} in (currentdate - 7) to currentdate;
    Hide the details section and in the group footer place text boxes with appropriate text and insert these running totals to give you the numbers you want.
    The only issue I see with this is if a person was paid yesterday a sum of $25, then it will show $25 for total, last 7days, last 14days and also for last 21days.  At first look it might be mistaken for $75.

  • MRP RUN for the more than one line item in sales order.

    Hi ,
    In the sales order nuber of line item are , i will have to take MRP RUN for selected line item .
    So plz suggest what development will require?
    Abhay
    Edited by: abhay patil on May 30, 2008 8:52 AM

    HI,
    U can write separate prog. Which will ask sales order no. and from to line item or multiple line item of sale order. Then in loop internally pass the each line item no to MD50 prog. Which will run in background.
    I will give u sample prog. Which I had created for running MRP for all the lines items of given sales order in one go.
    *& Report  ZPRG_PP_001
    REPORT  ZPRG_PP_001.
    tables vbak.
    data: begin of it_vbap occurs 1,
            vbeln  type    vbap-vbeln,
            posnr  type    vbap-posnr,
          end   of it_vbap.
    DATA: P_MODE   TYPE    C.
          Batchinputdata of single transaction
    DATA:   BDCDATA LIKE BDCDATA    OCCURS 0 WITH HEADER LINE.
    selection-screen begin of block b1 with frame title text-001.
      parameters :   p_vbeln  like  vbak-vbeln obligatory.
      selection-screen skip.
      parameters :   p_fore   radiobutton group mode,
                     p_back   radiobutton group mode default 'X'.
    selection-screen end   of block b1.
    at selection-screen.
    Check Sales Order
      if not p_vbeln is initial.
        select single * from vbak
          where vbeln eq p_vbeln.
        if sy-subrc <> 0.
          message e499(sy) with 'Invalid Sales Order no.' p_vbeln.
        endif.
      endif.
    start-of-selecTION.
    Get Sales order items
      select vbeln posnr from vbap
        into table it_vbap
        where vbeln eq p_vbeln.
    Set BDC mode
      if p_back eq 'X'.
        p_mode = 'E'.
      else.
        p_mode = 'A'.
      endif.
    Process MD50 BDC
      LOOP AT IT_VBAP.
        perform bdc_dynpro      using 'SAPMM61X' '0160'.
        perform bdc_field       using 'BDC_CURSOR'  'RM61X-TRMPL'.
        perform bdc_field       using 'BDC_OKCODE'  '/00'.
        perform bdc_field       using 'RM61X-KDAUF'  IT_VBAP-VBELN.
        perform bdc_field       using 'RM61X-KDPOS'  IT_VBAP-POSNR.
        perform bdc_field       using 'RM61X-BANER'  '1'.
        perform bdc_field       using 'RM61X-LIFKZ'  '3'.
        perform bdc_field       using 'RM61X-PLMOD'  '3'.
        perform bdc_field       using 'RM61X-TRMPL'  '1'.
        perform bdc_dynpro      using 'SAPMSSY0' '0120'.
        perform bdc_field       using 'BDC_OKCODE'   '=XBAC'.
        CALL TRANSACTION 'MD50' USING BDCDATA MODE P_MODE.
        CLEAR BDCDATA.
        REFRESH BDCDATA.
      ENDLOOP.
    end-of-selection.
           Start new screen                                              *
    FORM BDC_DYNPRO USING PROGRAM DYNPRO.
      CLEAR BDCDATA.
      BDCDATA-PROGRAM  = PROGRAM.
      BDCDATA-DYNPRO   = DYNPRO.
      BDCDATA-DYNBEGIN = 'X'.
      APPEND BDCDATA.
    ENDFORM.
           Insert field                                                  *
    FORM BDC_FIELD USING FNAM FVAL.
      CLEAR BDCDATA.
      BDCDATA-FNAM = FNAM.
      BDCDATA-FVAL = FVAL.
      APPEND BDCDATA.
    ENDFORM.
    Ajay P. Nikte

  • Running Aperture on more than one computer

    hi, can anyone tell me what the limit is for running a copy of Aperture on your macs. are you allowed to put aperture on your laptop and powermac or do you have to buy a copy for each? and does the same apply for things such as Tiger?
    thanks,
    Aidan

    Aidan,
    Tiger/OSX is licensed to each individual machine. A single copy/license of Aperture can be loaded on your desktop and laptop but if they are networked, it will only run on one machine at a time.
    Sam

  • How to filter with more than one criteria

    Hello,
    I am trying to set a filter with two specific criteria. I am able to verify with one but not two. My syntax must be incorrect. Any suggestions?
    EMPLOYEE_CD_DESC='Full-Time' and 'Part-Time'
    Am I not allowesd to use the and?

    I dont think that a criteria like
    EMPLOYEE_CD_DESC='Full-Time' and 'Part-Time'can ever be true.
    So, either use Bharath's suggestion of IN Clause or
    EMPLOYEE_CD_DESC ='Full-Time' OR EMPLOYEE_CD_DESC = 'Part-Time'

  • EVDRE Format Range More than one Criteria

    I have found a problem when combining two Criterias in the Format Range Criteria section:
    CATEGORY.ID="FORECAST" AND ACCOUNT.CALC="Y"
    I expext a formatting as when ACCOUNT is a calculated member and the CATEGORY is forecast, then do a special formatting.
    I have a EVDRE input schedule with Accounts in Rows and Category (Actual, Budget and Forecast) and Time (three month) in Columns.
    It does the formatting for the first combination of the criteria, but if the criteria matches somwhere els in later colums, the formatting is ignored.
    Any ideas?

    Hi Achim,
    I tried your scenario by creating my own EVDRE template using your example and it's working fine for me. I'm using SAP BPC 7.0 MS SP7. What version are you using? Does this line of formatting in the last line of the FORMAT RANGE?
    Cheers,
    Marvin

  • 1.5.4 p 2: Filtering triggers with more than one criteria does not return

    I just recently installed SQL Dev 1.5.4.59.40 updated to patch 2 using JDK 1.6.0_06.
    I did not migrate settings from a prior version but rather applied them manually.
    When applying a filter to the triggers node of a connection, a single filter works fine, or a multiline filter with a match criteria of all works fine, but when choosing Match Any with multiple (in my case 2) match criteria the filtered list of triggers fails to display in a reasonable amount of time.
    The same filter criteria works relatively quickly in SQL Dev 1.5.1.54.40.
    The connection in question has 2661 triggers that belong to it's schema.
    I don't percieve any lack of performance on Schemas with smaller numbers of triggers (~20 triggers)
    Also similar filter criteria work well on:
    <li> Tables: 1300
    <li> Packages: 41000
    <li> Views: 27000
    Edited by: Sentinel on Aug 12, 2009 10:53 AM

    Just to be sure it's still an issue, can you try that on the latest 1.5.5?
    K.

  • How to run Javadoc on more than one project

    In my web application, I have two projects: Model and ViewController.
    I want to run JavaDoc on both Model project and ViewController Project combined.
    But JDeveloper only allows me to run them separately.
    Is it possible to generate Javadoc for all the classes in my application?
    JDeveloper 10.1.3.3

    Hi,
    there is o option in JDeveloper for this. Maybe the javadoc tool in the JDK allows you to build docs for two source directories (haven't tried though)
    Frank

  • Inability to run VIs in more than one sub panel

    Hello,
    I have a VI that contains a tab control with 8 tabs. Under each tab, I have placed a sub panel. I need to a separate VI in each sub panel simultaneously.
    Using Open VI reference function and without any options,I have Invoked Nodes to Run VI and then insert respective VIs in unique sub panels.
    Apart from a single VI running under a single tab, I am unable to see any of the other VIs running in all other tabs. Error Indicator shows No Error.
    Could someone please tell me how to run multiple VIs, each in a unique sub panel, but under the same tab control?
    I failed to execute a separate VI under a sub-panel that was even placed OUTSIDE the tab control...
    Thanks in advance.

    Hello Freelance_LV,
    Thanks for your response.
    Please find the snapshots of the Front Panel and corresponding Block Diagram of the sample code I intended to use (in Labview 12).
    As you said, I too, was able to switch (insert-remove-re-insert) VIs to execute from a single sub-panel when required.
    However, in this instance, I need to run 8 different VIs in 8 sub-panels simultaneously. Its so that my customer can look at different VIs for different tab selections at any point of time, and at the same time. Sadly, only 1 sub-panel VI seems to be running while the others arent, even though the logic for opening-running-inserting VIs for all sub-panels are the same...
    Attachments:
    SubPanelTestVI - FP.jpg ‏117 KB
    SubPanelTestVI - BD.jpg ‏186 KB

  • Intel Mac Mini runs slow with more than one app running.

    Hello, I just bought a new 1.66 Mac Mini. It's stock. When I don't have any applications open and I go to open one like a web browser or iTunes, they open very fast. If I have say iTunes or a browser open and I go to open another app, it opens very slow. I have counted up to 12 bounces of the icon before an app will open but the same app will open in one or two bounces of the icon if nothing else is open. Is this caused by only having 512Mb of RAM?

    I have never tried the Sims 2 (PC version) on a PC with integrated graphics, but I got good performance on a Dell laptop (512 MB RAM, Intel Pentium M 1.4 Ghz, nVidia GeForce Go5200 FX / 64 MB VRAM). I don't know how much impact the integrated graphics could have on its performance. Upgrading to 1 GB, however, should ensure that you get decent performance and even if you don't need that Gig it will make your computer faster.
    When using Windows under Boot Camp, your Mac will perform like any PC with the same hardware ...
    Mac mini1.25 Ghz G41 GB RAM40 GB HDDAirPort Extreme Mac OS X (10.4.6) External 250 GB LaCie HDDLaCie FW DVD-RW DL 16x20 GB iPod w/Color Display

Maybe you are looking for

  • Unable to open CS3 Files from within the application

    Good Afternoon I work as IT Support for company looking after 10 ADOBE Creative Suite 3 end-users. One of my colleagues is unable to open Illustrator or Photoshop files from within their respective applications, but she is able to open them from outs

  • My iWeb site - video format not supported on iPhone

    So, I have a video on my site, done in iWeb,(opens in the iPhone Safari browser), its a,Quicktime FastStart movie - my iPhone won't play it. How is it that an Apple product won't play an Apple format movie on an Apple mobile browser? I understand the

  • Bad Performance - 4.12E Firmware on 33x0 arrays

    Any thoughts?! We just bought two StorEdge 3320, dual controller, 512MB cache each, to replace some 3rd party Ultra160 arrays. These things write 3x slower then the arrays we are trying to replace. Is this possible? So far from Sun Solutions, thier r

  • Org.apache.Jasper missing!

    Greetings, I'm building a JSP application with JBuilder 2005 and whenever I try to compile the JSP I get "addenlaceentry.jsp": C:\Documents and Settings\progweb\jbproject\consultas\classes\Generated Source\.jsp\Consultas\com\sybase\jsp\Consultas_0005

  • Row selection listener

    Does anybody know how can I listen the row selection in a JTable? Thanks, Maurizio