Display page number in page footer

i want to displaypage numbers i nthe report footer.
anybody tell me how can i get the page number in the report foolter for every page?

In Compound Layout, there is an icon on the top left that looks like a printer. Click it. Choose Footer. in the Footer window, there is a variable called "Page Number." That will give you the page number for each page.

Similar Messages

  • Page footer absolute position issue - Crstal Reports

    Hi,
    I have a page footer section in the crystal report.
    There are 2 sections Page footer A and Page footer B.
    Here I am displaying Page Footer A in the first page and Page Footer B on all the pages.
    Here the issue is, as I applied a suppress condition on page footer A in order to display only on frist page. This is working fine. But in the second page the page footer B is displayed a bit above the end of page as the page footer A is suppressed.
    Can we set absolute position for page footer B? So that, the page footer B will be displayed at the same way in all the pages as like the first page.
    Thankyou,
    Regards
    Gowtham Sen.

    Hi All,
    The issue got resolved. I used the option underlay. It worked well.
    Thanks.

  • Group Number in Group footer

    Hi,
    I want to display group number in the footer of group in SSRS(this task needs to be done in report but not in sql).How can we accomlish this.
    Ex:If report is  grouped by state
    PA(GroupHeader)
      Detail row
    GroupFooter(1)
    NJ(GroupHeader)
     Detail row
    GroupFooter(2)
    i.e for PA group in footer it should display 1.
    for 2 nd group display 2 and so on.q

    Hi,
    Modify the code as below, 
    shared dim Categories as new collection
    shared Counter as integer=0
    public function getGroupCounter(Item as String) as String
    if Categories.contains(Item) then return "Group Footer " & Categories(Item).tostring()
    Counter=Counter+1
    Categories.add(Counter,Item)
    return "Group Footer " & Counter.tostring()
    end function
    Then modify the expression that calls the code. You have to pass parameter that makes it unique througout your report. You may need to concatenate all the values of the group levels from 7 to 2 to achieve this like shown below.
    =Code.getGroupCounter(Fields!Field1.Value & Fields!Field2.Value & Fields!Field3.Value)
    Replace Field1, Field2 etc with the Field names you used in the group by while creating the groups.
    Please feel free to discuss any further questions.
    Regards
    Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful. BH

  • Possible to always display page number in footer on outside of facing page?

    Is it possible to configure the page number in a footer to always display on the outside of the facing page?

    In the Layout Inspector, in the Section tab, check "Left and right pages are different", then put the page numbers in the appropriate places on the left and right pages.

  • Why is my Page Footer not displaying correctly??

    I am trying to customize a quote report in Tigerpaw and I am having an issue with the page footer. My report is structured as follows:
    Cover Page
    Product List
    Grand Total
    Simple right? So the page footer has the page numbers, printed date, etc and I want it to print onto every page. That is working fine on every page except for the cover page which happens to be the Report Header. There is a blank white space where the page footer is supposed to be but nothing is displaying there page footer has gray background).  What gives? Am I trying to do something I cannot do?
    Edited by: ekalpakoff on Jan 6, 2012 11:03 PM
    Edited by: ekalpakoff on Jan 6, 2012 11:04 PM

    Hi, 
    If you right-click in the Page Footer margin and go to Section Expert, are there any conditional formatting formulas set?  Any options that have been changed from the default? 
    If you right-click one of the fields in the Page Footer and go to Format.  In the Common tab, does the Suppress option have a formula? 
    The Page Footer should be seen from the Cover Page unless it's been told to suppress somewhere. 
    Good luck,
    Brian

  • Page footer not displaying

    Post Author: rjoubert
    CA Forum: Crystal Reports
    Using CR XI Developer...I have a report with several charts.  I have split the charts across 3 pages by grouping charts together in a separate Report Header section.  So I have 3 report headers, with the "New Page After" checkbox checked for the first 2 report headers.  I also have a page N of M field in the Page Footer section.  The page footer is ONLY displaying for the last page.  Shouldn't the page footer display for each of the 3 pages?  What can I do to fix this?  Thanks...

    Post Author: kcheeb
    CA Forum: Crystal Reports
    My first reaction is it should print for each of the pages. How about trying a test? Can you add two more page footers and put something in each so you can differentiate them?
    Might work, but doesn't make sense to me if it does.
    One other thing to consider, the size of the charts might be covering your Page N of M field.

  • How to display database name in page footer in webi report

    Hi Every one,
    I have migrated deski report from BO 6.5 to BI 4.1. and converted Deski to WEBI in 4.1.
    In Bo 6.5 page footer displaying database name but BI 4.1 it showing database type (like Oracle 10g,9i ..etc..).
    I want database name in page footer.
    Please any one help me to solve this issue.
    Thanks

    Hi Thanks for your reply.
    We have tried this option but its not helpful.
    Below syntax is  in both BO 6.5 and BI 4.1.but in 6.5 it showing database name where as in BI 4.1 it showing database type
    ="Track GPQ Database - " + Upper(Substr(Connection((DataProvider(([product])))) ;Pos(Connection((DataProvider(([Product])))) ;"DATABASE")+9 ;7)).

  • How do I change the placement of the page number in the footer?

    Hi,
    I am using Framemaker 8.  I am making some adjustments to the master pages.  For example, I've made the margins more narrow.  I have a footer that has a line above it.  The page number in the footer should be in line with the end of this line (the page number should be just below the end of the line above it), but now it is not.  How can I move the page number over so that it is lined up with the line above it?
    Thank you for your help!
    Erin

    Erin,
    The surefire technique that I use is to open the master page and select the text box you want to adjust by using Ctrl+left mouse click.
    Then right click and select Object Properties to open the Custom Text Frame box. Adjust the width, height, top, and bottom values to set the size and position of the box precisely and then click Set. If you have several master pages for different purposes, this technique ensures that all similar text boxes are positioned accurately.
    For the text box containing your footer, click on the text inside the text frame and right align it by selecting the Text Alignment button in the toolbar and selecting Right for right-justified.
    If it doesn't line up with the end of your bottom rule, open the Custom Text Frame box and adjust the left and top settings.
    Yours,
    Michael F
    =======

  • RDL report(2008).Want to display different number of rows from second page onwards than the first page.

    I have used pagination to display the report data.I have used page break.I want to display 10 records on first page and from second page onwards I want to display 25 records on all remaining pages.
    I followed this link to show 25 records for all page. "http://www.sqlchick.com/entries/2010/9/11/displaying-fixed-number-of-rows-per-ssrs-report-page.html". Now suggest me how display 10 records only on first page having 25 from second page onwards.

    Hi mukesh_harkhani,
    According to your description, you want to insert page break for different number of rows, display 10 rows on the first page and 25 rows on the following pages. After testing the issue in my SQL Server Reporting Services 2008 environment, we can use the
    method below to achieve your requirement:
    In your scenario, right-click the group which contains the expression: =CEILING(RowNumber(Nothing)/25) to open the Group Properties dialog box.
    Modify the original expression to the following in the Group on textbox:
    =Floor((RowNumber(Nothing)+14)/25)
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Help needed- Reg: Display page number in SQL Reports

    Hi,
    I need to display page number in " page no: X of Y " format where X is current page & Y is total number of pages. Now I am able to display only the current page using ' sql.pno '. but not able to display in ' X of Y ' format.
    Any inputs in this regard will be helpful.
    Thanks & Regards,
    Anilkumar.

    Hello Anil,
    If you have the above requirement for Oracle Reports then follow the steps:
    1.In the Paper Layout view or Paper Design view, choose InsertPage Number.
    2. In the Insert Page Number dialog box, choose from the list the location for the page number.
    3.Click the desired page number format: Page Number Only or Page Number and Total Pages.
    Cheers,
    Suresh

  • Display Page X of Y in footer area

    Hi All,
    I am new to ABAP OOPS. I am using OLE programing method.
    I want to display Page no in the form of Page X of Y at Footer area of the word file.
    I used one program which displayed every thing except Page no in footer area.
    Footer area should be in deactive mode.
    Please help me.
    Thanks,
    Subbu.

    Hi,
    1) REPORT  YUTILITY_MAIN no standard page heading LINE-SIZE 150 LINE-COUNT 60(5).
    2) in the end-of-page.
    write: /99 'Page ',sy-pagno ,' of ','@@@'.
    v_bottompage = sy-pagno.
    3) in the end-of-selection.
      v_temp = v_totpage.
      do v_bottompage  times.
        read line 59 of page sy-index.
        replace '@@@' in sy-lisel with  v_temp.
        modify line 3 of page sy-index.
      enddo.
    add this code in your program it will work.
    4) and one thing in the footer where '@@@' your r putting. If any doubt, contact me.
    example : write: /99 'Page ',sy-pagno ,' of ','@@@'. where it is printing see that first and adjust urself.
    Thanks,
    Kiran

  • Displaying page number in ALV grid display

    Hi,
    Is it possible to display page number in an ALV grid display?
    If yes, how?
    I tried it in top of page event, but it didnt work.
    Harmeet.

    hi,
    check out the sample code....
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
          EXPORTING
            i_callback_program          = sy-repid
            i_callback_user_command     = 'F00007_USER_COMMAND'
            i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE'
            it_fieldcat                 = g_t_fieldcat[]
            it_events                   = gt_events[]
            i_save                      = 'A'
          TABLES
            t_outtab                    = g_t_final_report[]
          EXCEPTIONS
            program_error               = 1
            OTHERS                      = 2.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
          FORM TOP_OF_PAGE                                              *
    FORM top_of_page.
    write : sy-pagno.
    ENDFORM.                    "top_of_page
    Reward Appropriate points.
    Regards,
    Mansi.

  • Get PDF Display Page Number Acrobat Reader

    Hi,
    I am working on some automation in that I used Acrobat Reader XI to view PDF.
    I want to get display page number of opened PDF.
    I used app.doc.pageNum();
    It is giveing me the page number when I used this code in Acrobat Debuger manually.
    But I am using VB.net. so please give me the solution how to run this code on opened PDF from vb.net and get the page number or can we create plugin which I can call from VB.Net code and get the page number
    because I am not getting app object in VB.net.

    sorry I typed it wron its app.doc.pageNum;

  • Displaying Page Number in Smartforms

    Hi,
    I'm doing a page break in smartforms by date. In my output, the page number displays Page 1 of *  (instead of Page 1 of 11) but when it displays 2 digits for the field SFSY-PAGE, it displays the total number of pages. (e.g. Page 10 of 11). I used the system fields (Page sfsy-page of sfsy-formpages). I just want to ask if any of you has an idea or have experienced this kind of error. Your help is highly much appreciated. Thanks!

    Hi
    current page / total number of pages
    &SFSY-PAGE& / &SFSY-JOBPAGES&
    Go through the link given below :
    http://help.sap.com/saphelp_nw04/helpdata/en/fa/0c145cd30111d3b568006094192fe3/frameset.htm
    With Regards
    Nikunj Shah

  • Displaying the page footer at the bottom most part of the page

    Hi ,
    I am using page footer region inside the jspx page under </af:panelBorder> tag , it is showing my region where the last TAG ends but i want to show the region at the bottom most of my page i.e. i need some vertical white spaces so that the region should shift at the bottom most of the page .
    I am using the footer region in every jspx page , so i have to make changes in the region only so that it can be shown at the bottom most of the browser
    <af:region id="pageFooterTest"
    regionType="test.pageFooter"/>
    My region is :
    <af:panelHorizontal halign="center" id="abc" >
    <af:outputLabel value="#{messageBean.TDN_GEN_BROW_INFO}" styleClass="test12" id="xyz"
    shortDesc="To turn on the Compatibility View in IE 7 or IE8, select Tools menu, and click Compatibility View."/>
    </af:panelHorizontal>
    Please help me to shift the above region to the bottom of the page as I am using Jdev 10.1.3 .
    Edited by: Vipul B on Feb 21, 2010 11:55 PM

    hey bud...
    thank you for the information...
    i tried doing so...but its not working...not throwing any error on the server, nor its displaying the image........
    jsp code = <img src="ImgServ?fn=/home/chintan/logo.gif">
    web.xml =
    <servlet>
    <servlet-name>ImageServlet</servlet-name>
    <servlet-class>ImageServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>ImageServlet</servlet-name>
    <url-pattern>/ImgServ</url-pattern>
    </servlet-mapping>
    servlet code :
    public void doGet(HttpServletRequest req, HttpServletResponse res) throws I
    OException, ServletException {
    String fileName = req.getParameter("fn");
    res.setContentType("image/gif");
    can u tell me what it can be....? and Hopefully i can call a gif / jpg file for the src in image tag right?
    Thank you for your time bud....my doubts can be silly please bear with me...
    regards,
    chintan

  • Display Page number in ALV List.

    Dear Friends,
        I want to display page numbers in ALV list print output. But I dont know how to do that without using objects.
    Please suggest.
    Regards,
    Madan.

    TRY LIKE THIS
    data : ifieldcat type slis_t_fieldcat_alv,
           wfieldcat type slis_fieldcat_alv,
           IEVENT TYPE SLIS_T_EVENT,
           WEVENT TYPE SLIS_ALV_EVENT..
    CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
    EXPORTING
       I_LIST_TYPE           = 0
    IMPORTING
       ET_EVENTS             = IEVENT
    EXCEPTIONS
      LIST_TYPE_WRONG       = 1
      OTHERS                = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    READ TABLE IEVENT INTO WEVENT WITH KEY NAME = 'TOP_OF_PAGE'.
    IF SY-SUBRC EQ 0.
    WEVENT-FORM = 'TOP_OF_PAGE'.
    MODIFY IEVENT FROM WEVENT INDEX SY-TABIX.
    ENDIF.
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
      I_INTERFACE_CHECK                 = ' '
      I_BYPASSING_BUFFER                =
      I_BUFFER_ACTIVE                   = ' '
       I_CALLBACK_PROGRAM                = REPID
      I_CALLBACK_PF_STATUS_SET          = ' '
      I_CALLBACK_USER_COMMAND           = ' '
      I_CALLBACK_TOP_OF_PAGE            = 'TOPOFPAGE'
      I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
      I_CALLBACK_HTML_END_OF_LIST       = ' '
      I_STRUCTURE_NAME                  =
      I_BACKGROUND_ID                   = ' '
      I_GRID_TITLE                      =
      I_GRID_SETTINGS                   =
      IS_LAYOUT                         =
       IT_FIELDCAT                       = IFIELDCAT
      IT_EXCLUDING                      =
      IT_SPECIAL_GROUPS                 =
      IT_SORT                           =
      IT_FILTER                         =
      IS_SEL_HIDE                       =
      I_DEFAULT                         = 'X'
      I_SAVE                            = ' '
      IS_VARIANT                        =
       IT_EVENTS                         = IEVENT
      IT_EVENT_EXIT                     =
      IS_PRINT                          =
      IS_REPREP_ID                      =
      I_SCREEN_START_COLUMN             = 0
      I_SCREEN_START_LINE               = 0
      I_SCREEN_END_COLUMN               = 0
      I_SCREEN_END_LINE                 = 0
      IT_ALV_GRAPHICS                   =
      IT_ADD_FIELDCAT                   =
      IT_HYPERLINK                      =
      I_HTML_HEIGHT_TOP                 =
      I_HTML_HEIGHT_END                 =
      IT_EXCEPT_QINFO                   =
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER           =
      ES_EXIT_CAUSED_BY_USER            =
      TABLES
        T_OUTTAB                          = ITAB
    EXCEPTIONS
      PROGRAM_ERROR                     = 1
      OTHERS                            = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    FORM TOP_OF_PAGE.
    WRITE : /10 'HeadinG OF ALV'.
    WRITE : 100 SY-PAGNO.
    ENDFORM.
    ONE THING IS THERE YOU CAN USE WRITE FOR ONLY LIST DISPLAY NOT FOR GRID DISPALY.
    REGARDS
    SHIBA DUTTA

Maybe you are looking for

  • PI 7.11 CSV file

    Hello All, I have a simple scenerio IDOC to File. We had a requirement of making a XML file of IDOC received in PI , ery simple and straight forward. Now Target side as a requirement to place a file in CSV format. I mean the IDOC received in PI shoul

  • Main Window in SAP Script

    Hi Guys, I wanted to know as to why is it possible to create multiple main window in SAP Script.       In most theory it is written a SAP Script can only use 1 main window, If thats the case why is it still possible to create more than 1 of them.    

  • RMAN Parallel Backup Validate

    Hi, OS= Solaris 10 Database = 10gR2 I am using following script to validate the physical and logical corruption in the database through RMAN: rman target / RMAN> RUN { CONFIGURE DEVICE TYPE DISK PARALLELISM 8; ALLOCATE CHANNEL d1 DEVICE TYPE DISK; AL

  • PSE6 - Saving RAW images as JPEG

    I am new to PSE6. I have a Pentax K10D dslr, which can create raw images in either the Pentax proprietary PEF format or Adobe's DNG format. I have downloaded the latest version (4.4.1) of Adobe Camera Raw. PSE6 opens and processes either type of raw

  • Using accesskeys in Popup

    Hi all, I am using JDeveloper ver 11.1.1.2.0. I have an issue while using accesKeys . I am performing certain actions on the page. I have a save af:commandButton. I have my coding in a way such that on click of Save, a popup opens with a dialog - "Do