How to Print Blank row in between the lsit of records/rows

Hi,
My Rtf output is 10 rows with 12 columns in each row, which comes form the SQL query of the RDF. Ii want to display a blank row after 9th row and before 10th row. So it would be 11 rows where 10th row should be blank. So how can i get this done through RTF syntax.
FYI, the o/p should look like below.
column 1 column 2 column3 ...
abc ac abc
abc ac abc
abc ac abc
abc ac abc
abc ac abc
abc ac abc
abc ac abc
abc ac abc
abc ac abc
abc ac abc
Any help is highly appreciated. Thanks much for your time and help.

Hi,
As far as I know, if we follow your steps: Page Layout settings > Page Setup > Print title> Sheet>Rows to Repeat at Top,  we can set the row labels to every page, please see the below image:
We can see the row labels with page layout mode, but it does not display in Print Preview. Please try to save it as PDF or print it to see the row labels with every page.
Regards,
George Zhao
TechNet Community Support
It's recommended to download and install
Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
programs.

Similar Messages

  • How to display the blank lines in between the message using SO_NEW_DOCUMENT

    Hi,
    I want to display the blank lines in between the paragarph of message using the function module  SO_NEW_DOCUMENT_ATT_SEND_API1.
    Regards
    Nagendra

    Hi Rajesh,
    Try using this code:
    CLASS: cl_abap_char_utilities DEFINITION LOAD.
    data: lf TYPE C VALUE cl_abap_char_utilities=>CR_LF.
    move lf to wa_lines.
    append wa_lines to li_lines.
    Hope this helps!
    Regards,
    Saumya

  • How to print blank page in script

    Hi all,
    how to print blank page in script

    Hi,
    Try the command /: NEW-PAGE. Let me know if it is working.
    Ray

  • How to print blank photo cards?

    how to print blank photo cards?

    Please specify what system, (OS X 10.?)
    hardware of the computer model...
    and application you are using to print.
    If you have an Intel based Mac built after 2006, you are in a pre-Intel forum.
    PowerPC Macs cannot run an OS X newer than Leopard 10.5.8, in general.
    And many newer applications need the Intel-based hardware, not PPC.
    There are several ways of performing tasks, based on the software in use
    and this changes when you may have posted in a different area than your
    computer model, thus software suggestions based on this, may not apply.
    As a user-to-user support community, we have no way to know what your
    computer happens to be, its OS X, or the application you may be running.
    Some photo card stock (paper) requires a maker's software, to set it up.
    Without anything to go on, you could try an online search engine...
    Good luck!

  • How to print out multilingual reports from the main report using Xliff temp

    Hi all,
    How to print out multilingual reports from the main report using Xliff temp?
    When I want main report call subtemplate and finish xliff tranlation
    <?for-each@section:INVOICE?><?end for-each?>
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    <?start:body?><?call:Header?><?call:Line?><?call:Weights?><?call:Banks?><?end body?><?call:Footer?>
    Prints out fine with Finnish translation
    But if I want in main program to check what language is used e.g.
    if trx_number = 142 call Finnish translation and if trx_number =144,
    call English translation.
    <?for-each@section:INVOICE?><?end for-each?>
    <?if:TRX_NUMBER=’142’?>
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    <?start:body?><?call:Header?><?call:Line?><?call:Weights?><?call:Banks?><?end body?><?call:Footer?>
    <?end if?>
    <?if: TRX_NUMBER=’144’?>
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.US/?>
    <?start:body?><?call:Header?><?call:Line?><?call:Weights?><?call:Banks?><?end body?><?call:Footer?>
    <?end if?>
    Prints out always in English and never the Finnish translation.
    Program goes fine to if branch but does not print out Finnish
    Does anybody know what could be wrong?
    BR
    Kari

    Thanks Amit,
    I have two layout, main-layout and sub-layout
    Main layout call subtemplate
    I have registered layout and xliff-file
    Main template
    Localized Templates
    File Name           Language Territory
    XXNS_INVOICE_MAIN.rtf      English
    SUB template
    Localized Templates
    File Name           Language Territory
    XXNS_INVOICE_SUB.rtf      English
    Translatable Template
    File Name           Language      Territory
    XXNS_INVOICE_SUB.rtf      English      United States
    Available Translations
    Language Territory Progress
    English Finland Complete
    If main report call subtemplate and finish xliff tranlation
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    Prints out fine with Finnish translation
    But if I want in main program to check what language is used e.g.
    if....
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    .....end if;
    if....
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.US/?>
    .....end if;
    Prints out always in English and never the Finnish translation.
    Program goes fine to if branch but does not print out Finnish
    Do you it's set up problem or program problem
    BR
    Kari

  • How to print a LIST of all the layers

    Does anyone know how to print a LIST of all the layers. I am not asking how to print the document or the individual layers in a document. I would like to know how to print a LAYER LIST........Anyone?

    this script will add a text frame with a list of layer names
    var idoc = app.activeDocument;
    var itext = idoc.textFrames.add();
    itext.contents = "";
    var layerCount = idoc.layers.length;
    for (i=0; i<layerCount; i++)
        itext.contents += "Layer " + i  + ": " + idoc.layers[i].name + "\r";

  • How to print from my itouch to the printer

    how to print from my itouch to the printer

    Hi there, AirPrint is the solution you maybe looking for! Please visit the following page on hp.com to get some more details and instructions for AirPrint and also the current list of supported products here: http://www.hp.com/sbso/printing/mac/apple-airprint.pdf?jumpid=reg_R1002_USEN and apps here: http://www.hp.com/sbso/printing/mac/list-airprint-compatible-apps.pdf?jumpid=reg_R1002_USEN
    I am an HP employee.
    Feel free to provide Kudos if I have helped you!

  • How to print blank line on BIP template when the field has no value?

    I have a BIP template like below and all these CHILDREN, NAME, GRAND_CHILDREN, NAME are fields arranaged in the template as a row.Reps can enter values in each of these fields for a max upto 3 rows. The first 2 rows have the values and the last is blank.
    CHILDREN: NAME: GRAND_CHILDREN: NAME:
    Son     John Daughter     Smith
    Daughter Laura Son      Kevin
    In the third row since the fields have no values, the report print blank rows, but I want to delete that blank row and show only the rows(first 2 rows) that have values for the fields.
    Does any one know how to get around this? Please help me to resolve this.
    Thanks in advance,
    RV

    Thanks.Here is the sample XML. Fields that refer to are as follows:
    Children: DependentDD1, DependentDD2, DependentDD3
    Name: DependentFF1, DependentFF2, DependentFF3
    Grandchildren: GrandchildDD1, GrandchildDD2, GrandchildDD3
    Name: GrandchildFF1, GrandchildFF2, GrandchildFF3
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ListofIO>
    - <ListOfBipCustomerProfileReport>
    - <Contact>
    <FirstName>ROSCOE</FirstName>
    <LastName>CLOUGH</LastName>
    <LeadContactType />
    <PartyTypeCode>Person</PartyTypeCode>
    <PartyUId>XXXXXXXXX</PartyUId>
    <PersonUId>XXXXXXXXX</PersonUId>
    <PrivacyCode>Opt-Out: All Parties</PrivacyCode>
    <RelationtoHousehold />
    <SocialSecurityNumber>XXXXXXXXX</SocialSecurityNumber>
    <UserType>Prospect</UserType>
    - <ListOfA-FmrCustomerProfile>
    - <A-FmrCustomerProfile>
    <DependentDD1>Son</DependentDD1>
    <DependentDD2>Daughter</DependentDD2>
    <DependentDD3 />
    <DependentFF1>John</DependentFF1>
    <DependentFF2>Laura</DependentFF2>
    <DependentFF3 />
    <GrandchildDD1>Daughter</GrandchildDD1>
    <GrandchildDD2>Son</GrandchildDD2>
    <GrandchildDD3 />
    <GrandchildFF1>Smith</GrandchildFF1>
    <GrandchildFF2>Kevin</GrandchildFF2>
    <GrandchildFF3 />
    </A-FmrCustomerProfile>
    </ListOfA-FmrCustomerProfile>
    </Contact>
    <Login>A482003</Login>
    </ListOfBipCustomerProfileReport>
    </ListofIO>

  • How to print blank row

    IS IT POSSIBLE TO PRINT BLANK LINE(ROW) IF SNO = 5 IS NO VALUE
    <?for-each:SNO?><?if:SNO=5?><?AMT?><?end if?><?end for-each?>
    Edited by: Kanaiya Sindhavad on Feb 12, 2011 12:09 PM

    Please specify what system, (OS X 10.?)
    hardware of the computer model...
    and application you are using to print.
    If you have an Intel based Mac built after 2006, you are in a pre-Intel forum.
    PowerPC Macs cannot run an OS X newer than Leopard 10.5.8, in general.
    And many newer applications need the Intel-based hardware, not PPC.
    There are several ways of performing tasks, based on the software in use
    and this changes when you may have posted in a different area than your
    computer model, thus software suggestions based on this, may not apply.
    As a user-to-user support community, we have no way to know what your
    computer happens to be, its OS X, or the application you may be running.
    Some photo card stock (paper) requires a maker's software, to set it up.
    Without anything to go on, you could try an online search engine...
    Good luck!

  • How to print blank records after the detail records in a masterdetail report

    Hi,
    Developing a report for time and attendance record. In this report I am printing all the employees in a department, limiting the no. of records per page to 10.
    I need to insert blank lines at the end of all of the detail records in a page that has less than 10 employee records so that the no. of records displayed on a page can always be 10(these blank lines will facilitate the management to note down the temporary employees who worked for the department but are not part of the department).
    I am using a tabular form with group above layout.
    The report layout is as follows:
    Department : FINANCE & ADMINISTRATION
    Employee Name | Employee Number |
    1 Jim | 1234 | _________________
    2 John | 5678 |__________________
    3 blank
    4 blank
    5
    6
    7
    8
    9
    10 balnk
    Supervisor's Sign:______________________
    Note: the no. of blank lines should be inserted dynamically based on the no. of emp. records being printed on the page.
    Any help is greatly appreciated.
    Thanks in advance.
    Kavita.

    Your solution works when I am not limiting the no. of records per page for a department to 10 records and when I want to print blanks lines for the depts that has fewer than 10 employees in it.
    Exactly in my report I have several dept's that has more than 10 emp's. In such cases I'll be printing first 10 in one page and the rest in the next page. Now I want to dynamically print the blank lines in the second page depending on the no. of emp's on that page. I tried to acheive this by using a CS column that reset's at page level but, REPORTS is not letting me use CS column that reset's at page level in a format trigger. I also tried to copy the CS value into a parameter and or to a Place holder column and did not help.
    Any more work around ideas to acheive this?? please help.
    Thanks alot
    Kavita.
    Hi
    Create a column called Serial_No in ur emloyee query like this
    select 1 , empno ,ename from emp;
    Create a summary column on the serial column with the function SUM
    and resetting it to Page
    Display the column in the report by using the text color as white
    so it doesn't display in the report
    I think this should help u i believe
    Sri
    Hi,
    Developing a report for time and attendance record. In this report I am printing all the employees in a department, limiting the no. of records per page to 10.
    I need to insert blank lines at the end of all of the detail records in a page that has less than 10 employee records so that the no. of records displayed on a page can always be 10(these blank lines will facilitate the management to note down the temporary employees who worked for the department but are not part of the department).
    I am using a tabular form with group above layout.
    The report layout is as follows:
    Department : FINANCE & ADMINISTRATION
    Employee Name | Employee Number |
    1 Jim | 1234 | _________________
    2 John | 5678 |__________________
    3 blank
    4 blank
    5
    6
    7
    8
    9
    10 balnk
    Supervisor's Sign:______________________
    Note: the no. of blank lines should be inserted dynamically based on the no. of emp. records being printed on the page.
    Any help is greatly appreciated.
    Thanks in advance.
    Kavita.

  • How to create a report region which the first colomn is row selector column

    I want to create a report region and its first column is a row selector column. I have used select sentence to select some columns. But I do not know how set the first column to row selector column. I mean I want to do as follow. When a radio which is first column is chosen, it will return it's value of the column in the chosen row. Please help me! Thanks

    Hi unnamed,
    Suppose you have an id that identifies your record.
    Go to Report definiton, tab report attirbutes.
    Select the id of your record.
    Create a link to the page you want to go to.
    Hope this helps.
    If not, I suggest you to create a from with report, and analyze the way the wizard has generated it.
    Leo

  • How to print pdf file not using the the adobe reader ?

    hello,
    i used the adobe sdk to open a pdf file in read and modify it serveral times and each time save it to another directory,and now i need to write a program to print the pdf file in this directory.when print the file,i want to continue my work also,so who i tell me how to solve this problem?
    thanks.

    The SDK is only a collection of documentation and headers that show you how to interact with and automate Adobe Acrobat and to some extent Adobe Reader. You need a copy of Acrobat or Reader installed on the system in order to use any of the SDK functions. You cannot "print not using the Adobe Reader", unless you have Adobe Acrobat installed on the system instead of Reader.

  • How to print a pure textfile to the printer?

    Hallo !
    I want to send a pure textfile to a printer.
    How can I do this in java.
    Pleas give me a tip.
    Thank you
    Wolfgang

    There's a trail about printing in:
    http://java.sun.com/docs/books/tutorial/2d/printing/index.html
    But it's not so obvious how to print a file (or the content of a JTextComponent)....
    Greets
    Puce

  • 2 different Centro users-How do you sync calendar info between the 2 phones? How do you sync 2 centro phones to one computer?

    My husband and I have 2 centro (AT&T) phones.  We would like to share our calendar information with each other.  He has the Palm Desktop program downloaded on his work computer.  He is using the Outlook calendar at work.  We would also like to download the Palm program downloaded on our home computer.  But we weren't sure if 2 different users can access it, etc.  How do we do it correctly?  Do we have to use one username for both Palm Desktop?  Does the computer recognize the 2 phones?  How do we transfer information between the 2 phones?  We do not have a data plan.  We would like to use the USB cable to avoid data charges.  Also, if his centro takes calendar/contacts from Outlook at work, do we have to do the same at home?  Can the Centro sync with both Palm Desktop calendar and Outlook calendar at the same time?
    Thanks very much.
    Post relates to: Centro (AT&T)

    Yes he can sync it with palm desktop at home.  But if you want to share calendar and use different usernames, then you cannot do it with palm desktop but you can if you use outlook.
    Post relates to: Treo 650 (Unlocked GSM)

  • How to make a control table with the same number of rows of its itab

    I'm creating a control table, but it always have the maximum number of lines possible.
    How can I make it so that it has only the same number of rows of it's internal table?

    solved partialy with this:
    MODULE locka_lin OUTPUT.
      DATA: lin TYPE i.
      DESCRIBE TABLE t_obj LINES lin.
      table_con-lines = lin.
    ENDMODULE.                 "  OUTPUT
    but it still doent work when lin = 0
    any simple way to solve it on that case?
    Edited by: RagnaRock on May 5, 2010 6:00 PM

Maybe you are looking for

  • I want to connect my Imac i3 to my HDTV

    How do I connect my HDTV screen to my Imac? I want to watch Netflix on my TV

  • OBIEE 11g - Customized Message for No result On all Reports

    Hi, The default messages displayed is getting displayed when a report returns no data in OBIEE 11g. I am aware of that, we can overide the default message with our Custom message at "Analysis" level. but it is very painful to do. I am looking for a f

  • T510. Optimus technology support in Win XP

    Hello, Have Lenovo T510 4349-PG9 with optimus technology. Need to use WinXP SP3 instead of Win7. I have installed WinXP SP3 with all updates, but can't install NVS 3100M driver. After i switch video card to NVS3100M in BIOS instead of optimus option,

  • Gettting user information in my services

    Some of my services methods needs User information .My application uses spring acegi security , after authentication the acegi puts the user prinicipal in threadLocal so I can access it anywhere in web , in services everywhere. Accessing the userinfo

  • Iphone icons

    Would like to replace "Photos" icon (silly image of a flower!) with something else (thumb  nail image maybe?) Is this possible?