Report - Blank Row

Hi All,
I have a field, in it having records but in between there r blank also....
means....
10.50
12.35
......... (blank)
16.25
23.25
NOTE:- i want 0.00 in place of ...........(blank) area, not blank field..
Pla let me know....
Thanks

Hi,
I suppose you are using ALV for list output. In such case check the field catalog for that particular field,  if it contains field called no_zero as 'X", then your output will not show zeros. You have to comment that statement. Check the following code for example.
lv_fieldcat-tabname   = 'it_display'.
lv_fieldcat-fieldname = 'LBKUM'.
lv_fieldcat-seltext_m = 'Current Stock'(037).
lv_fieldcat-outputlen = '13'.
lv_fieldcat-no_zero   = 'X'.
APPEND lv_fieldcat TO it_fieldcat.
CLEAR lv_fieldcat.
comment the line lv_fieldcat-no_zero   = 'X'. if you want zeros in the list.
Note: The field should be declared with reference to a quantity field or value field or as a  packed decimal.
Reward points if useful.
Regards,
Satya.

Similar Messages

  • Intermittent Blank Rows coming in BI Publisher Report output

    Hi,
    We are working on a BI Publisher report output.
    Issue
    The report sometimes creates a blank row along with the headings of the report columns. Table has multiple records and between 2 records we have a data being displayed which is optional. When this record is null, it is creating an extra space and hence creating a new page with the headers and a blank row.
    Reducing the space is one issue we have thought of. Are there any other pointers to this.
    Thanks
    Ishani

    Hi,
    I did not got the complete thing but as you told you need to remove the blank space in the report and at the same you told when a column returns null the row get displayed as blank row.
    Then can you try using the Conditional region so that when ever you find the column value as null so you can hide that row.
    Just try it i donot no if your requirement is exactly like this or what.
    Thanks.

  • Remove blank rows in Report painter

    Good morning,
    When running a report in GR55, I show ten blank rows on top of the report and I would like to get rid of them to save space. I have not found yet a way to do this in GRR2.

    Hi,
    Are you working with SAP B1?
    Thanks.

  • How can print blank rows for XML output report..

    Hi all,
    I am working in XML output PO fix format report and in that report there is 3 sections. (1) Header section(2)Line section (3) Footer section. My requirement is like this, header and footer section print in all pages and line section break for next page after printing fix 15 lines in a page. And if any page has less then 15 lines then it generate remaining blank row to maintain footer position.
    Please suggest me, how can i generate blank rows and break lines for page if there is more then 15 rows in Line section.
    Thanks in Advance!

    Hi,
    <?for-each:ROW?>
    <?end for-each?><xsl:variable name="cnt" select="count(//row|//ROW)" />
    <?for-each:xdoxslt:foreach_number($_XDOCTX,1,15-count(ROW),1)?> <?end if?>
    this will create 15 lines irrespective of you have that much rows of data in xml or not
    if you want more help , drop me mail @ [email protected]

  • Excel export contains a blank row for the Report Header

    Hi,
    I am getting a blank row as the first row in my SSRS report when exported to excel. I have already taken care of following things,
    1. I have hidden all of the Page Header items using Globals
    2. The position of Report Body Tablix is 0, that means there is no space between report header and Report Body.
    I have developed this Report in SSRS 2012, please let me know if any more details are required. I think even after hiding Header Items, excel creates a placeholder for page header. I can't remove header from my reports as it is needed to be published in
    pdf.
    Regards
    Mohit

    Hi Mohit,
    According to your description, you are getting a blank row as the first row in your excel report when you export the report to excel, you have hidden all the items in the Page Header by using the Globals, right?
    This blank row is for the page header, although you have hidden all the items in it, but it will still display when export report to excel. Because we can’t hidden the page Header directly. Normally, we can hidden all the items in the page Header, So in
    the design phase we can also see the blank area above the report body when preview.
    We have an alternative way by add the “SimplePageHeaders” setting in “RSReportserver.config” file, after configuration the page Header will not display in the first row of the worksheet but is rendered to the Excel page header. In Reporting Services, the
    “SimplePageHeaders” default value is “FALSE” and it indicates that the page header is rendered to the first row of the worksheet. In order to display the page header in the Header/Footer section of Excel, we need to set the “SimplePageHeaders” setting value
    to “TRUE”. I did a test on my local machine and here are my steps:
    Navigate to RSReportserver.config file: <drive:> Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\RSReportserver.config.
    Backup the RSReportserver.config file before modify it, open the RSReportserver.config file with Notepad format.
    Set the Excel rendering extension code like this:
    <Render>
    <Extension Name="EXCELOPENXML" Type="Microsoft.ReportingServices.Rendering.ExcelOpenXmlRenderer.ExcelOpenXmlRenderer,Microsoft.ReportingServices.ExcelRendering">
    <Configuration>
    <DeviceInfo>
    <SimplePageHeaders>TRUE</SimplePageHeaders>
    </DeviceInfo>
    </Configuration>
    </Extension>
    </Render>
      4.  Save the RSReportserver.config file.
    Note: Changing the rendering extension parameters only affects rendering operations on the Report Server.
    When I access to Report Manager and export the report(includes a page header) to Excel format, the blank row will disappear now.
    Similar thread for your reference:
    SimplePageHeader property in SSRS 2008 not working
    Removing 2 top blank rows when export to excel in ssrs 2008
    r2 report
    You can find more detail in these articles about the page header and page footer:
    Exporting to Microsoft Excel (Report Builder and SSRS)
    If you still have any question, please feel free to ask.
    Regards
    Vicky Liu

  • Insertion of a blank row after change of persk field in a HR report

    Hi,
    I want to Insert of a blank row after change of persk field in a HR report.
    Any suggestions??
    rgrds,
    pranjal

    Hi,
    use this....
    INSERT INITIAL LINE INTO <tab> INDEX <idx>.

  • Education and Training Report produce a blank row

    Hi Experts,
    I run Education and Training Report to get a list of employees education. It shows a list of education report but there's a blank row for some employees and others are not. For employees who didn't have education data, it gives a blank row for that employee. I've checked the table and there's not a blank record for each employee. Anyone knows about this probelem?
    Thank you for your responds.
    Regards,
    Erli

    Hi,
    I am talking about SAP Personnel Administration Report - Education and Training (T-code S_PH9_46000224).
    Thank you for your respond.

  • How to: Blank row on report between break group

    Hello,
    I'm using AppExp 2.2.1.00.04. I have a report region(based on a sql query) with 5 columns, the first column is the break column. I am using the query specific column (named columns?) setting. How can I get the formatted output to have a blank row between the different sections(break groups)?
    Example:
    Col1 Col2 Col3 Col4 Col5
    HR Smith J. dfs dfsf
    Jones H. djfsj skdfjsl
    SALES Green K. sdjfks jkjlkj
    Smith B. jkjkj jkljl
    I'm not sure if I should be looking in to a row template (never created one of those), or if this can be accomplished by using one of the fields supplied for break formatting (the "display this text before break columns")?
    Thanks,
    Marty

    Hi, I have a working method, and I wanted to post it in case anyone was trying to do what I was.
    First, I picked a column that I was selecting (but not displaying) and clicked on the Sum checkbox (the break formatting fields only work when you are also summing a column).
    Next, I placed the following code in the "...display this text before break columns" field:
    <tr><td colspan="5" >
    Then in the next field, I placed the following(without the quotes and spaces - I added them so that it would display here):
    "& nbsp ; "
    Finally, in the last field (labeled "...display this text after all break columns"), I closed out the row with:
    </td></tr>
    The only "issue" that I noticed is that at the end of the report, I have two empty rows. I'm guessing that they are because one is intended to display the break group total, and the other to display the report total. Oh well.
    Hope this helps someone out.
    Message was edited by:
    MartyD

  • Insert  Blank row  After every Row  in alv report

    How to insert blank  row After every row  in Alv report

    what do you mean by a 'blank row'? ALV displays tabular data with 'any' number of columns. Now if you actually want a blank row (no columns at all, just a row), then that is just not possible. If I'm not mistaken, this question was posted before, so try to do a search on SCN. See what is says.

  • How to add a Blank row ?

    Hello Experts
    I probably have a very simple question - but i just need to kno :
    What is an option if i want to leave a blank row as a seperator between data sets in my report output ?
    I have to report on the portal and this would be a BI 7.0 Query.
    Please suggest
    Regards
    Shweta

    well - I was looking for an option to use the query designer to do this. so i created a structure in the rows and added a Key figure to it and after that i wanted to blank out the values by using cell definition and saying hide results there.
    However ; i see some issues here
    1. the cell definition box on my query is grayed out - any idea why ?
    2. what if i want to add key figures in columns - since i am using them in a structure in the rows - i can not use them in columns - but actually - i will want key figs in columns - so then the alternative that i am using is not feasible - so what can i do then ?
    I don't think i will use WAD or web template.
    what do you suggest ?
    Regards
    Shweta

  • Desformat=spreadsheet  blank rows and columns

    Hello,
    With Oracle Reports 10g R2, I'm trying to generate EXCEL report output using desformat=spreadsheet
    The excel report output is being generated with one blank column between each data column and 2 blank rows between each data row.
    Any clue to get around the problem ?
    Thanks
    Sridhar

    I think you should try this one:
    http://www.oracle.com/technology/products/reports/htdocs/getstart/demonstrations/excel/viewlet.html
    No more blank rows or blank columns

  • Export to excel. Subreport blank rows generated.

    Dear Forum
    Hoping you can help with a query.
    I have a report that has 3 subreports all are supressed if blank and not shown during preview or print.
    When i try and export the report to excel the returning result is a series of blank rows in excel.
    I know the subreports are the root cause of the issue as when each of them is supressed my blank row count reduces accordingly.
    Is this a know issue or is there indeed a resolution.
    Thank you forum for your assisatnce as ever
    With Kind Regards
    Paul Marks

    Hi Paul,
    Sorry to be a downer but It has been my experience that the more complex a report is the more problems I have when exporting especially to excel.
    Below is a link to the export limitations of Crystal 10...I haven't found a newer version for XI or 2008.  This document doesn't give an exact explanation for each limitation but sometimes it's enough to know that there is an issue related to exporting your report.  In your case there are limitations related to exporting suppressed items to an excel spreadsheet.
    [Crystal Reports 10 - Export Limitations|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/d0b01060-3a62-2b10-73a1-d03a6c634914]
    I don't know how much data you have but my suggestion is to try exporting your report to a csv file instead because suppression is not as much a problem when exporting to that format.  CSV files can be opened directly by Excel you are just missing any nice formatting.
    If you need a nicely formatted spreadsheet, create a standalone spreadsheet formatted the way you want and either paste in the data from your exported Crystal report or link to the data in the csv file.  I have found this type of conversion takes a little longer to set up but is much easier to maintain. 
    If you do decide to export to csv format i must also suggest that the report be formatted for export (this also helps with data dumps to excel):
    1. Start rows of data at the left most margin and align any subsequent rows with this position.
    2. Make sure the next column (to the right) always starts where the last column ends.  This ensures no blank columns get inserted between your data.  Subsequent rows should have columns aligned in size and count to ensure proper layout.
    3. Make sure all objects in a row have the exact same height and use the "fit to section" command to prevent extra rows from being generated.
    4. Suppress all sections that do not contain any objects needed in your export.
    5. If your data isn't too wide (less than 256 bytes but it can be more if the printer driver used can print at a high dpi setting) consider using a formula to create each row of data i.e. properly padded for space delimited or with the commas where you want them for csv etc).  This also gives you more control on how each data type is formatted.
    Sorry to be so long winded but I hope this helps with your exporting.
    Marshall

  • WAD input ready query with new blank rows

    Hi all,
    İ need to make an input ready query in wad with new blank rows under report.
    in mu query i can see posted values where i need blank rows as well.
    i have set number of new rows in analysis item.
    what else i should do.
    when i run my query, it gives warning that i have no columns that i can enter manually.
    Any help?
    thanks

    Hi,
    A few points that you should check:
    1) Whether all characteristics of the Aggregation level are restricted to one single value except for characteristics included in the rows;
    2) Whether all the characteristics included in the rows are displayed with the Key (with or without text);
    3) If you have a Unit characteristic in the row, it still has to be restricted to a single value in the filter.
    These are some of the typical reasons why I have encountered the same problem!
    Regards
    Sriram

  • Report blank.... with data inside...

    Hi All,
        I make a "Report" on QueryBex, but after the refresh I don´t see the data inside the "Report".  The "Report" has blank rows,
        and I don´t receive any message "No data to retrieve". Probably I think there is some "visualization problem" that hide the
        information on "Report".
        Wich Kind of test I have to do to understand why ?
    P.s:
       "If I import the "Report" on Excel using liveoffice I see the data..."
    Best regards,
    Michael
    Edited by: Michael Jennings on Sep 21, 2010 10:50 AM

    You have to change Java security options.
    Here the solution :
    http://www-01.ibm.com/support/docview.wss?uid=swg21427068
    Best Regards,
    Michael

  • How to insert Blank rows while Zero Suppression is Activated?

    I am using BI 2004s and have applied zero suppression to a query I have built, how ever this removes the blank rows I am using to format the report. Any ideas on how I could get the blank rows to remain whilst removing zero value rows?
    Thanks
    Stu

    in zero suppression, select active(All values = 0)
    *reward if helpful*

Maybe you are looking for