[10g]Display running subtotal

Hi,
I have an order table and an items-products view.
I would like to display the order data in the top section and the items in the repeating frame.
However if an order has 60 lines of items, the total only appears on the last page.
How could I display the running subtotal at the bottom of each page?
I don't know if I can use the order frame or if I am required to display the subtotal in the page footer margin.
Many thanks if you can help.
JBM

By putting the group sum in the report header in the main report and suppressing the details section, and grouping the items in the subreport and keeping the group sum in the group footer, this should be your result:
                               1/6/2010
Item                     Cost
Paper                  1,422.00
Rock                   1,510.00
Scissors                245.00
Item                     Cost
Paper
Paper                   54.00
Paper                    2.00
Paper                  500.00
Paper                  654.00
Paper                   12.00
Paper                  200.00
                      1,422.00
Rock
Rock                   300.00
Rock                    30.00
Rock                    34.00
Rock                   345.00
Rock                   345.00
Rock                   456.00
                      1,510.00
Scissors
Scissors                22.00
Scissors                32.00
Scissors                23.00
Scissors                23.00
Scissors               100.00
Scissors                45.00
                       245.00

Similar Messages

  • Can the latest and greatest 15" Macbook Pro handle 2 external displays running 2560x1440?

    if so how and with what adapters?
    i cannot find any concrete evidence that it can. anything i find remotely close uses an HDMI cable which is not acceptable. my 27" dell displays running 2560x1440 only have a dual link DVI and a displayport port (not mini). can this be done and with what?

    LarsOw36 wrote:
    Hello guys,
    With that in mind I think the i7 is the only way to go with the 16GB RAM!? correct me if i'm wrong!
    Then there is the processor; 2.3GHz or 2.6GHz(+ €183,92)  - is it worth the extra money and will I notice anything in my editing speed?
    I read alot on the forums about upgrading the storage to 1TB SSD but thats way out of my budget, would this be necessary for video editing? if so, is a external storage a good and 'cheap' solution?
    -LarsOw36
    I would agree that you want 16GB of RAM for the work you'll be doing on the system.
    As far as the processor, in my opinion, you're not going to see or feel any difference spending the bucks on a 2.6GHz processor.
    Again, in my opinion, an external drive (USB 3.0) would be best to store large files. No need to spend the bucks on a larger SSD. I would buy a 1TB external USB 3.0 drive and get the base 256GB SSD in the Retina.

  • ALV grid display the subtotal not getting for one column at the output

    Hi,
    I am working one report ALV grid display and subtotal is not getting for one paricular coulumn.
    Eventhough that column has some values.
    So can anyone give the proper solution.
    Waiting quick response.
    Best Regards,
    Bansi

    Hi
    see this link .
    https://wiki.sdn.sap.com/wiki/display/ABAP/SUBTOTALinALV
    or try this program.
    REPORT zalv.
    DATA:
    t_sflight TYPE TABLE OF sflight,
    fs_sflight TYPE sflight.
    DATA:
    r_container TYPE REF TO cl_gui_custom_container,
    r_grid TYPE REF TO cl_gui_alv_grid.
    *FIELD CATALOG
    DATA:
    t_fcat TYPE lvc_t_fcat,
    fs_fcat TYPE lvc_s_fcat.
    *SORTING THE BASIC LIST
    DATA:
    t_sort TYPE lvc_t_sort,
    fs_sort TYPE lvc_s_sort.
    fs_fcat-fieldname = 'PRICE'.
    fs_fcat-do_sum = 'X'.
    APPEND fs_fcat TO t_fcat.
    fs_sort-spos ='1'.
    fs_sort-fieldname = 'CARRID'.
    fs_sort-down = 'X'.
    fs_sort-group = '*'.
    fs_sort-subtot = 'X'.
    APPEND fs_sort TO t_sort.
    SELECT * FROM sflight INTO TABLE t_sflight.
    CALL SCREEN 100.
    *& Module STATUS_0100 OUTPUT
    MODULE status_0100 OUTPUT.
    SET PF-STATUS 'SCREEN1'.
    SET TITLEBAR 'TITLE1'.ENDMODULE. " STATUS_0100 OUTPUT
    *& Module USER_COMMAND_0100 INPUT
    MODULE user_command_0100 INPUT.
    CASE sy-ucomm.
    WHEN 'BACK'.
    LEAVE TO SCREEN 0.
    ENDCASE.
    ENDMODULE. " USER_COMMAND_0100 INPUT
    **& Module HANDLER OUTPUT
    MODULE list OUTPUT.
    CREATE OBJECT r_container
    EXPORTING
    container_name = 'CONTAINER'.
    CREATE OBJECT r_grid
    EXPORTING
    i_parent = r_container.
    CALL METHOD r_grid->set_table_for_first_display
    EXPORTING
    i_structure_name = 'SFLIGHT'
    CHANGING
    it_fieldcatalog = t_fcat
    it_outtab = t_sflight
    it_sort = t_sort.
    ENDMODULE. "list OUTPUT
    Regards
    Hareesh Menon

  • [SOLVED] - tint2 systray only displays running program

    Yep, just as the title says.
    I've set tint2's systray = 1, but it only displays running programs like vlc or transmission. But no system applets
    Is there any way to display system tray applets (like volume, internet, etc) on tint2 panels, hopefully, without using external program (like trayer)? I'm using openbox / tint2 combo.
    Last edited by chrlin (2011-12-20 09:22:16)

    Can you post your tint2rc?  In there should be a Panel section make sure S (I think it's is S should be in there somewhere) Some option = T S C. That's where u define the order. Taskbar, Systry, Clock ...
    http://code.google.com/p/tint2/wiki/Configure#Panel
    Ah hah, found it. What your looking for is panel_items.

  • So has anyone gotten Oracle XE 10g to run on Open Suse 10.2? If how?

    So has anyone gotten Oracle XE 10g to run on Open Suse 10.2? If how?

    I have searched around and have seen no real answers...I will let you all if I get it working.

  • Can 10g OAS run 10g Report server and 6i reports together?

    Re-posted from the OAS thread: Can 10g OAS run 10g Report server and 6i reports together?
    We have need to run 6i and 10g reports from the same physical server running OAS 10g.
    Are there issues / conflicts?
    There are hundreds of 6i reports called from many applications. Converting completely is a separate project on the books.
    The need is to utilize 10g graphs on this urgent project. The graphing in 6i has not gotten along here with RAC and other distributed architecture. Additionally, I believe the 6i graph runtime would have to be installed on each client workstation... again, hundreds.
    Thank you.

    Hello,
    You can install OAS 10g and Reports 6i on the same server as long as they are installed in different ORACLE_HOME ..
    Take car to the value of the variable PATH ..
    Regards

  • Can Reports 10g Be Run with EBS 11i?

    Can reports 10g be run with E-Business Suite 11i (11.5.10)?
    Thanks,
    Kurz

    Output from EBS Excel is XHTML, so anything that understands that ... from memory Excel 2003 or higher but check doco.
    Gareth

  • How to wake up opened MacBook from sleep -x only external display running

    How to wake up opened MacBook from sleep - only external display running? I dont shut down my MacBook and I am using only external monitor. Lid closed it is not good idea, sometimes is MacBook and main MacBook display to warm. So I must six times per day open and close my MacBook. Any solutions?

    Sure, the added heat sink and dissipator will help. Although a gel pad has a lot of heat capacity, meaning it has the ability to absorb a lot of heat, eventually it will saturate with heat from the MB and reach a point of stasis. Then it gets rid of heat the same way the Mac does, namely radiation and conduction into other things around and in contact with it, including air. Of course the Mac has a fan if it needs it. The gel pad doesn't.
    If the gel pad is sitting on a metal surface, like a steel file cabinet or something like that, it helps to drain the heat away from the pad, and by extension, the Mac. The aluminum cookware worked like that. I had heat capacity of its own, but more importantly, it added to the surface area that was performing convection cooling. So, yes, both together give a better result.

  • How to run a standalone java program with JRC to display/run a report

    Hi All,
    I am new to this forum.
    I am trying to run a java program developed using JRC to run a report created using Crystal Report XI. I stucked because not knowing how to run that java program.
    Can anyone help me? or
    can give a simple java code to do the same.
    Thanks in advance.
    Saravanakumar.

    Hi Saravana
    For the steps to run a standalone application java program with JRC to display/run a report ,please refer the following link.
    http://support.businessobjects.com/communityCS/TechnicalPapers/cr_xi_r2_jrc_deployment.pdf.asp
    You can get the sample code for standalone/desktop applications from the following link.
    http://support.businessobjects.com/communityCS/FilesAndUpdates/crxi_r2_jrc_desktop_samples.zip.asp
    Please do revert in case of any queries.
    Thanks
    Soni

  • Thunderbolt display running OS X Yosemite Version 10.10.2 acts weird

    I have a MacBook Pro (Retina, 15-inch, Late 2013) connected to a Thunderbolt display running OS X Yosemite Version 10.10.2. I am using Photoshop CS5 Extended Version 12.0.4 x64.
    About 3 weeks ago when I opened a file and tried to move it up to the Thunderbolt display to enlarge it and make it easier to work on, it disappeared. This had never happened before. Now all PS files behave this way.
    This doesn’t happen with any other apps on the computer including all the other Adobe apps I use.
    [email protected]

    I have  similar problem Thunderbolt Display, Yosemite  10.10.2, but Photoshop CC 2014. sometimes I can quit PS and then it will work - or if I launch PS from the toolbar on the TB display, but today I can literally drag it from my Laptop where the file is visible to my TB display and the image disappears. I've even relaunched PS with all the preferences reset and that got it to work one time that it happened but I've only had the computer and PS for 2 weeks so its not like that much could have changed or gotten messed up in that time right? did you find any solutions?

  • Printing barcodes on 10g server running on Solaris OS

    Hi,
    We are using Reports 10g (10.1.2) on Solaris Operating System (SPARC 32-bit).
    We wanted to print barcodes using Java bean method. It prints fine in windows, but giving below error when run on web using rwservlet. Actually we are using virtual display using xvfb.
    My question is: Do we need to have physical display by setting up another machine like in 6i ?
    Can we achieve the rendering of barcode image using virtual display ?
    What are the setup steps needs to be followed if rendering is possible with out using physical display ??
    Thanks somuch!!!
    The ERROR is:
    REP-108: MSG-00100: < No Exception Message >
    MSG-00100:
    java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:121)
    MSG-00100: java.awt.Window.<init>(Window.java:274)
    MSG-00100: java.awt.Frame.<init>(Frame.java:401)
    MSG-00100: java.awt.Frame.<init>(Frame.java:366)
    MSG-00100: oracle.apps.barcode.BarCodeMaker.renderBarCode(BarCodeMaker.java:84)
    MSG-00100: oracle.reports.engine.EngineImpl.CRunReport(Native Method)
    MSG-00100: oracle.reports.engine.EngineImpl.run(EngineImpl.java:437)
    MSG-00100:
    oracle.reports.engine._EngineClassImplBase._invoke(_EngineClassImplBase.java:90)
    MSG-00100:
    com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:353)
    MSG-00100: com.sun.corba.se.internal.iiop.ORB.process(ORB.java:280)
    MSG-00100:
    com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81
    MSG-00100:
    com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:10
    6)
    REP-0108: File '/tmp/srw002114024' not found.

    Thanks Sooooomuch!!!!!!
    we are running Xvfb located at /usr/openwin/bin/
    In particular, we are starting the Xvfb server with the following command:
    nohup Xvfb :1 -screen 0 1600x1200x32 &
    We are then setting the DISPLAY on the command line and in the reports.sh
    script using: DISPLAY=10.25.3.123:0.0; export DISPLAY
    We verify that it recognizes the display using "xset -q"
    In reports.sh file We entered below line:
    ## REPORTS_DEFAULT_DISPLAY=NO; export REPORTS_DEFAULT_DISPLAY
    DISPLAY=10.25.3.123:0.0; export DISPLAY
    But still we are getting java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:121)
    MSG-00100: java.awt.Window.<init>(Window.java:274) Errors.
    Is there anything wrong in the above setup ?
    Please advice.
    Thanks Soomuch,
    Ram.

  • Obi 10g - pre run the reports by schedule?

    hi, experts,
    I have 2 questions on obi 10g
    1)
    the server cache is enabled.
    it is because the boss' time is expensive.
    he doesnt wanna wait for the refresh of reports
    are there any means to pre run the reports so that they can read the reports directly, no need to wait for the refresh time.
    2)
    If the a big set of data is already loaded.
    if users need to read the data from subset of the big set data, does OBIEE load subset data from the cache directly?
    or fire another sql to get the data again?
    thank you very much!

    Hi Stephen,
    the nqcmd.exe occupies all the cpu resources to display the resuilt on the command prompt.any ways to handle this case?If you have lot fo records this happens,If your doing this manually to re-build the cache write the SQL and add where condition so you can purge according to the where condition filter.....next again you change where condition and again purge it.
    2) run the nqcmd command to load the dataIn second point why are you loading date,you need to purge/delete data that is existing by using NQCMD command then chk NQquery.log
    I would say follow the steps exactly given in the blog mentioned above,then you get success (OR) in the same blog in comments there is user guide link check out
    If answered,award points.
    By,
    KK

  • Total count to be displayed in subtotal ALV(GRID Display)

    Hello ,
    I want to display total count in subtotal.
                                 720 Mr JORGE 522,06
                                 720 Mr JORGE 566,23
                                 720 Mr JORGE 100,33
                                 720 Mr JORGE 123,33
                                 720 Mr JORGE 332,22     
    subtotal ->            720                  1644.2  Count 5
                                 888 Ms Mariam 100,00
    subtotal ->            888                    100,00 Count 1
    Is this possible?  Plz dont post same answers how to display subtotal. I am able to display subtotal , only  issue is to display  with count.
    Edited by: Vimalnair on Aug 19, 2009 9:37 AM

    Hi,
    You cannot have subtotal for particular number of rows of ALV,
    but if you want to get the total number of rows of the ALV data display
    you can describe your final internal table from which the data is
    getting displayed in ALV output and get it displayed in the header
    or footer area of the ALV output.
    For Eg:
    DATA V_LINES TYPE I.
    DESCRIBE TABLE IT_FINAL LINES V_LINES.
    DATA: it_header TYPE slis_t_listheader,
          wa_header TYPE slis_listheader.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
    *    I_INTERFACE_CHECK                 = ' '
    *    I_BYPASSING_BUFFER                = ' '
    *    I_BUFFER_ACTIVE                   = ' '
          i_callback_program                = sy-repid
          i_callback_pf_status_set          = 'PF_STATUS'
          i_callback_user_command           = 'COMM'
          i_callback_top_of_page            = 'TOP'   "This top will call the subroutine namely TOP
    FORM top.
      REFRESH it_header.
      wa_header-typ = 'S'.
      wa_header-key = text-001.
      wa_header-info = sy-repid.
      APPEND wa_header TO it_header.
      CLEAR wa_header.
      wa_header-typ = 'S'.
      wa_header-key = text-002.
      wa_header-info = sy-uname.
      APPEND wa_header TO it_header.
      CLEAR wa_header.
      wa_header-typ = 'S'.
      wa_header-key = text-003.
      wa_header-info = V_LINES.    "This will print the total number of lines in the header
      APPEND wa_header TO it_header.
      CLEAR wa_header.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
        EXPORTING
          it_list_commentary       = it_header
    *   I_LOGO                   =
    *   I_END_OF_LIST_GRID       =
    *   I_ALV_FORM               =
    ENDFORM.                    "TOP
    Hope it helps
    Regards
    Mansi

  • How to display different subtotal text for each group in alv report

    Hi,
    i need to display subtotal text as "totals of  Mat1"  for material numbers 1 to 10 as group1 and again i need to display subtotal text as " totals of Mat2" for material number 11 to 20.
    group 2.
    Please help me asap.

    You can create subtotals by columns.
    You would need extra column to group the materials( 1 to 10 GROUP1 20 to 30 GROUP2 by example)  and use this column for subtotals

  • 10g FORMS Run in 6i

    Can we Run FORMS which is compilied in 10g and it Run Forms Run time in Oracle 6.0i ???

    Ghulam Yassen wrote:
    Can we Run FORMS which is compilied in 10g and it Run Forms Run time in Oracle 6.0i ???You can not run any upper version forms in lower version. also not open in form builder.

Maybe you are looking for