How not to suppress printing grouping items

In group by reports, the printing of group items is suppressed until the values change. How can I get the report to not suppress printing the duplicates values?

In the select query , specify the group columns once more with alias names and make its frequncy below the grouped items..
Now your report will work as though you have not grouped it and also will return the group values..
For eg :
Select emp_code,emp_Dept ,emp_name, emp_dept dept_wise_emp
From employee_master
First group is emp_dept
Below level has rest of the columns..
Select the sum /count of the desired columns from the report wizard...

Similar Messages

  • Allow buyer to suppress printing of item delivery schedule on PO

    Gurus,
    Is it possible to allow buyer to suppress printing of item delivery schedule on PO. If possible can you please propose me a solution.
    Regards

    not with std config for PO creation but can be possible for PO  changes
    by seeting in the SPRO
    MM-Purchasing-messages-fields relevant for printout changes
    here u can do the settings for PO

  • How to suppress printing blank pages?

    Hi all,
    I work with reports 6i and I need a tip.
    I have to build a report with two sections (main and trailer section).The main section is always filled with data, but the trailer section does not always receive data.
    When I print the report without data in the trailer section there is a blank last page. How can I suppress printing the trailer section when there is no data in it.
    Thank you for your help.
    Thomas

    Hello,
    You can test to use the parameter : BLANKPAGES
    http://www.oracle.com/webapps/online-help/reports/10.1.2/topics/htmlhelp_rwbuild_hs/rwrefex/cmdline/common/bld_blnkpgs.htm
    Regards

  • Avoid printing child items of Sales BOM in AR Invoice

    Hi All,
    I have a requirement to edit the print layout of AR Invoice to see only the parent item of the Sales BOM in SAP 2005.
    In SAP 2007, there is an option to Hide BOM Components in Print Out but how do I avoid printing child items in SAP 2005.
    Please advise.
    Thanks for your help!
    Regards,
    Payal

    Hi Payal,
    As a definition of B1, the children of the Sales BOM will always be shown in a marketing document.
    However, we can change the template to hide them from the printouts. Please kindly follow the steps as below:
    Print template editing for removing child items of Sales BOM
    1.Add a new Text Field with Text 'I' in the Repetitive Area. ('I' is the attribute for child items)
    2.Add a new Data Field in the Repetitive Area as below:
       a)In the Content tab, chose Table A/R Invoice # Rows and Column BOM Type
    3.   Add a Formula in the Repetitive Area as below In the Content tab, chose:
          i.Source Type: Formula
          ii.In the Formula Editor, insert Field 1: the newly created Data field
          iii.Operation: !=
          iv.Field 2: the newly created Text field e.g. Field_316!=Field_315
    4.Set the three fields added as Invisible, in order to set it as invisible, please uncheck the Visible box  under General tab
    5.Set Link to Field on the General tab of every field in the Repetitive Area (Row Level) to the exclusive number of the newly created calculation field.
    6.Double-click the Repetitive Area to open Repetitive Area Property, Check Area Height Adjustment box under Format tab to hide the blank lines.
    7 Save template and set as default, print preview.
    You will find that the row number is the original, not successive, number. It is better to hide the row number field.
    I hope it shall help.
    Regards,
    Varun
    SAP Business One Forum Team.

  • How to suppress printing of pages with no data

    Dear all,
    My report consists of 3 distinct sub reports. The first two sub reports should be printed as portrait on A-4 sheet while the third one should be printed as landscape A-4 . I have put the first two sub reports layout in the main section with orientation as portrait while the third one is placed in trailer section with orientation as landscape. The printing of subreports 2 and 3 is conditional. There may be case when first two sub reports get printed while we do not have third report as there is no data in the database for the same. In this case , I am still getting a blank page corresponding to the third sub report in the final report. How do I suppress this?
    Regards,
    Ranjit
    P.S. I am using Reports 6i

    maybe, you don't understand me.
    I have below jtable:
    ============================
    I column1 name l column2 name I
    ============================
    l data l data l
    ============================
    l data l data l
    ============================
    XXX
    ============================
    I wrote:
    table.setBackground(Color.black) then only data area has black colour, but XXX area hasn't black colour.
    How to XXX area also has black colour?
    help me, thanks very much.

  • How to avoid item suppression in multiple item PM strategy plan

    Dear gurus,
    we have ONE plan, which have two items.  First item is linked to a task list which has 1M package, Second Item is linked to a task list which has 1M,1Y pack.
    I have scheduled the task and i am not receiving a work order for the first item's 1M task, during second item's 1Y task is due.
    How to over come this item suppression
    PLAN:01-ITEM-01-TASK LIST-01-Pack 1M
    PLAN:01-ITEM-02-TASK LIST-02-Pack 1M, 1Y
    ITEM01:    1M 1M 1M -
    1M 1M 1M
    ITEM02:    1M 1M 1M 1Y 1M 1M 1M
    Thanks in advance
    Edited by: ERP_YN on Mar 22, 2011 12:56 PM

    Hi ERP,
    I feel it is a short-coming in SAP when using multiple Items with different Package sets.
    This does not work for the selected combination, that is one TL Monthly Package & othet Monthly & Yearly when you have different Heirarchy for the Packages.
    Try making the Heirarchy as same for both of them and try creating a new plan, not the old one. But not sure on the result.
    Regards,
    MLN Prasad

  • How can I prevent printing of this FROM location label even if suppressed?

    I am using Crystal Reports 10.
    The examples follow the problem description.
    The idea is print a label when moving one part from one location to another.
    The Control ID# is the main parameter which I must receive in order to get the values from the 3rd party software to print the label information.
    The Control Rec# is from the Record Number within Crystal Reports.
    The Trans Rec ID# is the data I am retrieving from the transaction table.  This Trans Rec ID# s the link between the Control ID# table, which also contains the Trans Rec ID# for this table.
    The 3rd party software always passes one control record#, which will always have two records - one negative quantity and one positive quantity.  The records are always in order by negative then positive quantity.  Also, the Trans Rec ID# is in ascending sequence.  The negative record will display "FROM" in the location portion of the label.
       NOTE:  Each time the label is to be printed, there are two more records created in the transaction table.
    Here is a list of what I have tried, by itself and/or in conjunction with the others:
    - in the Record Selection, I have tried selecting just the positive quantity, which will give me a leading blank page
    - suppressed the Report Header
    - conditionally suppressed report header - always prints blank page at beginning (see Example #2)
    - conditionally suppressed detail (this works fine - see Example #2)
    - sorting records in descending order by quantity
    - sorting records in descending order by Trans Rec ID#
    - grouping by Trans Rec ID#
    - grouping by quantity
    Whenever I try to suppress the printing of the negative quantity label, which I do not want to print, it always prints as a blank page.  Is there a way to keep it from doing this?  Is there something I can do that I am missing?
    Example #1  : Suppressing report/page headers
    Part#  ABC      Control ID# 166551   Control Rec# 1   Trans Rec ID# 143497   ...
    Quantity = -1   Location = DC0-19   (This is the FROM Label)                                                                                .
    Part#  ABC      Control ID# 166551   Control Rec# 1   Trans Rec ID# 143498   ... 
    Quantity = 1     Location = DOCK     (This is the TO Label - no indicator of From/To prints)
    =================================================================
    Example #2  : In Record Select, selecting only positive quantity and suppressing headers
    (Blank page prints here - negative record is the first record)
    Part#  ABC      Control ID# 166551   Control Rec# 1   Trans Rec ID# 143505   ... 
    Quantity = 1     Location = DOCK     (This is the TO Label - no indicator of From/To prints)
    =================================================================
    Edited by: Rose Goehring on Aug 10, 2010 11:54 PM
    Edited by: Rose Goehring on Aug 11, 2010 12:01 AM

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • At the time of Sales Transaction Header & Item Text is not coming in print

    Hi Gurus,
    At the time of Sales order or Outbound Delivery or Invoice if I am giving text in Header or Item text it is not coming in Print , Please let me know Gurus what I need to do for it ,
    I need to get print of my text name also , means If I am typing Vehical no. in front of Vehical number text coloum , I wants to print Vehical Number : XYZ 01 123 in Print
    Please help me in this issue,
    Please let me know how we can add text in Excise Invoice,
    & Which Excise Register need to update from Sales ,
    & how to do it ,
    Please help me Gurus,
    Thanking you ,
    Reagrds,
    Sai

    Dear Sai,
    Take help of ABAPer to capture the header or item text in to the print copy of sales order ,delivery and invoice.
    I hope this will help you,
    Regards,
    Murali.

  • How do i copy and print groups from my address book?

    How do I copy and print groups(with contact information) from address book? I want to copy a group of contacts in list form that ideally I can paste into Excel.

    I'm not sure exactly what you are asking.  If you are coming from pre-Mountain Lion, then Address Book has changed to Contacts.
    Open Contacts.
    Select an Account in the group list, if you want the contact in a specific group. If Groups aren't showing, you can display them from the View menu.
    Click the Add card button ( + ).
    Enter the information for the contact.
    If you need multiple entries for a particular field type, a new blank entry will show up below the one you are adding.
    If you need other fields, use the Card menu to Add a new field type.
    If you want to change the default fields available when you create a new card, choose Edit Template…
    If you have sent emails to someone and you want to get that address to add to a Contact, use the Previous Recipients command in the View menu in Mail.
    If you need to add a new Group, hover the cursor over the account name, and a + button will appear. Click it.

  • How to print line item 2times in two different main window in Sap Script

    Hi,
    I am designing check printing form using Sap script. I need to print line items 2times in different 2main window.can yu pls explain  how print like this.
    JK

    i cud not get ur query..pls elaborate

  • PLD: Grouping Item description: Line number is not sequential

    Hi All,
    I am facing a typical problem.
    I have invoice PLD where I am grouping item description and other details like price and tax. Which is working correctly.
    However Line number is also getting grouped.
    ex  line 1(sl No) : xyz (item description)
          line 10(Sl No) :abc (item description) where in correct line number should be "line 2"
    Please let me know how can we solve this.
    Thanks In advance
    Regards,
    Aditya

    Thanks Fasolis,
    But I have added a column Linenum() both in repitative area and repitative footer where grouping is done.
    the value it retrieves is not sequential since grouping is done. That is the problem, the Field Linenum() gives the output like 1, 15, 55 etc.. based on the starting of line of the item description from transaction which is grouped in PLD.
    To be more clear example: there are 2 item codes with same description which is being grouped in PLD.
    In transaction,
    Line 1: itemcode 01: item name A Quantity: 3
    Line 2: Itemcode 02: item name A Quantity: 5
    Line 3: Itemcode 03: item name B Quantity: 10
    Line 4: Itemcode 04: Item name B Quantity: 15
    So in PLD
    Line 1: Item name A Quantity 8
    Line 3: Item name B Quantity 25
    Desired result should be
    Line 1: Item name A Quantity :8
    Line 2: Item name B Quantity : 25
    Regards,
    Aditya
    Edited by: Aditya Rao on Mar 7, 2012 10:10 AM
    Edited by: Aditya Rao on Mar 7, 2012 10:35 AM
    Edited by: Aditya Rao on Mar 7, 2012 12:48 PM

  • Discount Groups - Items.  How to get the Buy One Get One Free discount in the Marketing Document

    Hi Experts,
    Can anyone help on this one please?...
    Under Stock Management -> Price Lists -> Special Prices -> Discount Groups -> Items -> I have selected a specific BP and then have selected a specific Item Code.  I have stated the Paid Qty as '4' and the Free Qty as '1'.
    The option 'Do Not Apply Discount Groups' is not ticked on the BP or the Item Master Data.
    There are no Special Prices for this Item for the BP.  Nor are there any period and volume discounts.
    Can anyone think of a reason why in the Sales Order I can never get the discount when putting in '3' in the Qty column on the SO please?
    Many thanks,
    Caroline

    Hi Gordon,
    Thanks for your email, and sorry for the confusion!
    I believe that when I enter '5' into the sales order the discount should come up as the Paid Qty is '4' and the Free Qty is '1'.
    Either way I can never get the discount into the Sales Order...
    Can you help please?  I was wondering if I had missed a setting somewhere or something...
    Thanks,
    Caroline

  • HT4356 My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    hi
    could you tell us what the other app is please

  • My Ipad mini does not see my printer. my wife's ipad2 does. We both use IOS8 and upgraded at the same time. How can I remedy this?

    My Ipad mini does not see my printer. my wife's ipad2 does. We both use IOS8 and upgraded at the same time. How can I remedy this?

    OK great info!
    I found 2 possible ethernet to USB adapters:
    By "Plugable":  USB 2.0 to ethernet LAN wired network adapter - seems this will work, but I'll contact Plugable.
    2. Apple USB Ethernet Adapter
    Easily connect your MacBook Air computer to an Ethernet network with the Apple USB Ethernet Adapter. Small and light, it connects to the USB 2.0 port of your MacBook Air and provides an RJ-45 connector that supports 10/100BASE-T performance.  BUT NOT SURE IF THIS WILL WORK ON ANYTHING BUT a MacBook Air…
    One person commented: 
    This little gem used to be the device of choice for adding a second Ethernet interface to a Mac Mini Server and I'd been using one that way for about a year. After doing a software update to 10.6.6 it stopped working. Forewarned is forearmed – it appears that Apple is finally enforcing the MacBook Air system requirement.
    Thanks for any additional comments.
    Best regards,
    Steve Schulte
    Sunday 6 January 2013

  • How to clear line items in accounts not managed on an open item basis

    We are getting ready to archive FI accounting documents from years 1993-2002.  We encountered a great deal of documents that did not archive during testing because the documents have open items.  We were given bad advice in the beginning on how to set up accounts. Several accounts were not set up on an open item basis and these accounts will not get archived until the line items are cleared. We have set up new accounts to replace these accounts that are now being managed on an open item basis. Our FI users are unable to clear the documents using F-03. Does anyone have a way of clearing these type of documents (not managed on an open item basis)?  Thank you in advance.

    One of our users has proven that the line items on GL accounts not managed on an open item basis are not holding up the archiving. The reason for many documents not archiving is that the item posted to the vendor is still open.
    thanks!

Maybe you are looking for