Scrolling a report

Hi,
A simple question, but I can't see the answer myself. I am still using version 3.1 and have created a report based upon a PL/SQL function returning an SQL query. Instead of having a drop-down list that shows the numbers of the rows returned and then jumping to a particular range, I simply would like a scroll bar to run down the rows and find what I am looking for. How do I replace the drop-down list / next option with a vertical scroll bar?
Thanks in advance for any suggestions.

So all report rows gets loaded along with the page itself ?
<li>Why don't u increase the report rows per page to 500(or 1000) and disable pagination if u don't want it.
<li>For scroll bar in the report,
Add this to the Report region header
<div style="min-height:20px; _height:20px; overflow-y: auto; display: block; max-height: 50px;">
Note: modify the numeric values appropriately
and
</div>to the region's footer

Similar Messages

  • When iam scrolling the report horizontally i should pick sy-colno

    hi all,
            when iam scrolling the report horizontally i should pick sy-colno, my column number values are changing. when iam not scrolling it is taking the colno correct, when iam scrolling towards right its not picking the correct sy-colno.if anyone knows how to pick this values please tell me. its very urgent.
    Thanks & Regards.
    poorna kaladhar.

    Hi,
    If you select a particular column , then sy-colno returns value , but it won't get the changed values when you are scrolling the report .
    Regards
    Appana

  • How to show all fileds column without scroll the report output.

    Hi,
    In my report output shows few columns and need to scroll right to see rest of fields . but i want to see all columns without scroll to right side in output.
    Please guide me how to fix the fileds in report.
    Regards.

    Hello,
    Why dont you use WAD and then switch off these properties in Webitem paging properties.
    i think that would give you more flexibility with paging,scrolling but with some extra effort of creating a WAD
    waiting for your feedback
    Regards
    Nitin Bhat

  • CrystalReportViewer opens with no scroll bars: report not viewable

    Post Author: darvi
    CA Forum: .NET
    Hi group, thanks for reading my question. I am writing a winforms app using Visual Studio 2003, VB.NET, CLR 1.1, Crystal Reports 10.The app has an MDI container.  It has a set of children that are standard winforms - read/write data to a database.  There is also a Reports menu item that allows users to open up some local Crystal Reports in a winform which nothing but a CrystalReportViewer control in it. The code hands the report a dataset which forms the report source. When I have one of the standard winforms open, and it is WindowState.Normal, everything works OK. But if the other winform is Maximized so that it fills the MDI container, opening the window which contains the CrystalReportViewer control results in the report being off-center, and no scroll bars appearing in the viewer.  The user can never see the full content of the report on their screen. This is reliably recreating on a Windows XP SP2 and a Windows Vista Ultimate machine. Like clock work: maximize any other MDI Child -> open the report form -> malformed report. Normalize the MDI child -> open the report form -> properly formatted report. Does anyone have an insight into how to fix this problem?Thank you very much!Darvi 

    Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl+0 (zero); Command+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    If you have made changes to Advanced font settings like increasing the minimum/default font size then try the default minimum setting "none" and the default font size 16 in case the current setting is causing problems.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow pages to choose their own fonts.
    *Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"

  • Report viewer scroll

    Does anyone know a way to dynamically scroll the report viewer so that the current test is displayed?

    If I'm understanding what you want correctly, this is how the report viewer is designed when you press Ctrl+End, so I'm surprised this isn't working on your end. To clarify the current behavior, I created a short video screen capture of a test. It is attached to this message.
    In this video, I click OK on the UUT Info Dialog to start the test, and then press Ctrl + End. I only press it one time and then just sit and watch the test. You can see that as the code executes, the report continues to scroll to the bottom. Is this the behavior you are looking for?
    I executed this in TestStand 2010 SP1 with an ASCII report, and of course with on-the-fly reporting enabled so we can see the report as it is generated. 
    Daniel E.
    TestStand Product Support Engineer
    National Instruments
    Attachments:
    ReportScroll.zip ‏282 KB

  • How to fix the first field or column in classical report while scrolling

    i want to know, how to fix the first field or column in classical report while scrolling
    horizontally. the first  should be constant when i scroll the report horizontally .
    please help me.
    it's urgent.

    Hi,
    Suppose your first field is itab-matnr.
    WRITE :/ itab-matnr.
    SET LEFT SCROLL-BOUNDARY.
    WRITE :/......."Remianing fields

  • Interactive Report CSS question..

    Hi all..
    APEX: 4.1
    BROWSER: IE 7
    Database: 11g
    Please help me with this CSS issue.
    I have a interactive report which is too wide for the region.
    I am using the following CSS to have a scroll bar for that region,
    if it grows more.
    Region Header:
    <div style="overflow:auto;overflow-y: hidden;">
    Region Footer:
    </div>Please check the following page.
    http://apex.oracle.com/pls/apex/f?p=41803:4
    workspace:kumar2003
    Username:test_user
    password:test
    application:41803
    Page: 4
    I have the following issues with the report.
    1) If you scroll the report, ""OBSERVE THE ""GO AND ACTION"" BUTTONS"" of interactive reports.
    Even those button are also moving and messing up the look of interactive report.
    Is there anyway to keep the buttons in the same position?
    Different issue:
    2) Instead of a scroll bar on the bottom of the region, Is it possible to
    ""grow the width of the region"" untill the report grows?
    what CSS changes in the region level that i need to do?
    Please help me

    kumar wrote:
    Yes jari... we are doing the app for IE 7.
    It seems even in the other browsers(not 100% sure), the go and action button are moving..
    Is it the browser issue?
    Do both the following issues are browser related?
    1) If you scroll the report, ""OBSERVE THE ""GO AND ACTION"" BUTTONS"" of interactive reports.
    Even those button are also moving and messing up the look of interactive report.
    Is there anyway to keep the buttons in the same position?I've viewed this page on a range of browsers on Windows XP and OS X. The region scroll bar only appeared on:
    <li>IE7
    <li>Opera 10.10 (without the crazy button shenanigans)
    There's no region scroll bar in:
    <li>IE8 (even in compatibility mode)
    <li>Firefox 3.5/5.0/8.0
    <li>Opera 11.60
    <li>Chrome 16.0
    <li>Safari 5.1
    Given (a) this is what I would expect from the CSS; (b) the corrections to the rendering in later IE and Opera versions, it is apparent that the presence of a scroll bar on the <tt>div</tt> is an IE7 bug (and thus so is the button glitch, as it follows from the scroll bar).
    <tt>overflow</tt> requires that an element (or an ancestor) have a specified dimension. On your page none of the elements have a dimension that that would cause <tt>overflow</tt> to clip the element and show scroll bars.
    Form region and report region template stops expanding when it reaches to a point.Due to the <tt>max-width: 1920px;</tt> property on the page <tt>body</tt>.
    Is it possible to ""grow the width of the region"" (Report region template or form region template) as the report grows?What exactly is the requirement? Is this example really representative of your data&mdash;that is, one row of multiple columns containing text unbroken by any white space? If so, what is the nature of this data? If not, provide a more realistic example.

  • Custom Column freezing in interactive reports

    Hi,
    Can anyone help me regarding column freezing in interactive reports?
    I want to keep few of the column of my IR fixed that is not scrollable(horizontally),selection of column to be freezed should also be there.
    Along with it i also want a horizontall scrollbar to appear for scrolling the report.
    Thanks,

    Hi Vish,
    I was informed by SAP few months back that Interactive Reports can not be enhanced with custom fields. I don't see any documentation regarding this.
    You may want to check with SAP also.
    Regards,
    Paparao Undavali

  • Freeze Column or Header row in Web report (NW04s)

    Hi all,
    there are lots of proposals on how to freeze (or lock) the lead column or the header row in BW3.x, but can't find any information on how to do it in NW04s Web reports. I believe you require some Java scripting. Any ideas?
    I know you can do paging, but this is not good enough.
    Thanks
    C
    PD: Points will be awarded!!

    Hello,
       I am not sure but I read this some where ---> "There really is no suitable solution on the Web that mimics the functionality found in Excel. However, depending on the volume of data in your report, there are some satisfactory work-arounds. One is to use frames in your HTML page. You can type the static headings of your columns in the top frame, and scroll the report in the frame below. Not elegant, but it works. The second option is to maximize the number of data rows shown at a time, to say 25, and then use the BW navigation icons on the Web to flip pages, maintaining the headings. Both solutions require some work in the Web Application Designer. On a future note, there is a Web Analyzer available in version 3.5 that should replicate the freeze pane functionality from Excel. "
    Try this out, this may help you..!
              --> EnjoySAP:-)

  • Reports Encounter Problem & Close

    HI !
    --Mostly i encounter problem in Reports 6i (.rdf & .rpt) bot applications.
    -- Often this message appears:
    "Reports Builder has encountered a problem and needs to close. We are sorry for the inconvenience."
    --And in the Report Builder, when i move horizontal/vertical bars fastly, the said problem occur.
    I willl be very thanksful for kind suggestions.
    Thanks!

    It may occur if you use Mouse Wheel button for scrolling in report layout editor. Avoid using mouse wheel to scroll.... use the scroll bars only.

  • Fixed report header

    How can i fixed my report header,when i scroll my report page my heading always be fixed

    Syntax
    TOP-OF-PAGE [DURING LINE-SELECTION].
    Addition:
    ... DURING LINE-SELECTION
    Effect
    This statement defines an event block whose event is triggered by the ABAP runtime environment during the creation of a list. This occurs when a new page is started - that is, immediately before the first line in a new page is to be output. All list outputs that take place in the event block are placed below the standard page header of the list. You cannot output more lines than are available in the page within the event block. The NEW-PAGE statement is ignored within this event block.
    The entire output written to the list in the event block belongs to the page header of the current list page. The top page header cannot be moved when you scroll vertically in a list displayed on the screen.
    For each TOP-OF-PAGE event, the placeholders "&1" - "&9" are replaced with the contents of system fields sy-tvar0 - sy-tvar9 in the standard heading and the column headings of the standard page header during creation of a basic list. You can assign values to these system fields in the program.
    Addition
    ... DURING LINE-SELECTION
    Effect
    If you do not use an addition, an event block is triggered for event TOP-OF-PAGE during the creation of a basic list. If you use the addition DURING LINE-SELECTION, an event block is triggered for the corresponding events during the creation of details lists. You have to use system fields like sy-lsind to distinguish between the individual details lists.

  • Find (fix) column number in report list

    Dear ABAPers,
    Currently I develop a report that can show detail level. I use standard list to display the report.
    In this report I have 3 main fields (FIN Doc No, PO No, and OLA No) in one line that if they are double clicked they will go to another different page.
    The challege is to find out which one on the list that is double clicked, is it FIN No, PO No, or OLA No.
    I use sy-cucol to find the column number but I just notice that sy-cucol will count the column from the beginning of screen shown, not from the very beginning of report. So sy-cucol is number of column relative to SAP left screen side. What I need is number of column fixed from the very beginning of report.
    For example:
    I write field to list as follow
    WRITE:  /2 T_OUT-BELNR,
               160 T_OUT-EBELN,
               182 T_OUT-KONNR.
    And the screen listener as follow
      IF sy-lsind = 1.
        IF sy-cucol > 2 AND sy-cucol < 13.
                  "user double click on FIN Doc No
                  "routine for FIN Doc No
        ELSEIF sy-cucol > 159 AND sy-cucol < 182.
                  "user double click on PO No
                  "routine for PO No
        ELSEIF sy-cucol > 181 AND sy-cucol < 200.
                  "user double click on OLA No
                  "routine for OLA No
        ENDIF.
      ENDIF.
    However this code doesn't work because when I scroll the screen to right sy-cucol is recalculate from 0 in the very left side of screen. So it means that sy-cucol will differenciate when I scroll the report to the right - left.
    Does any body have solution for it? Are there any other system field that can replace sy-cucol?
    Thanks
    Regards
    Hadi

    Hi,
    Use the statement GET CURSOR FIELD XX to determine the column in the list.
    Sample code.
    TABLES mara.
    DATA it_mara TYPE TABLE OF mara.
    DATA  wa_mara TYPE mara.
    DATA gv_field TYPE char30.
    SELECT-OPTIONS: s_matnr FOR mara-matnr.
    START-OF-SELECTION.
    SELECT *
       FROM mara
       INTO TABLE it_mara
       WHERE matnr IN S_matnr.
    IF sy-subrc = 0.
       LOOP AT it_mara INTO wa_mara.
         WRITE:/ wa_mara-mandt, wa_mara-matnr,wa_mara-mtart.
         HIDE: wa_mara-mandt, wa_mara-matnr.
       ENDLOOP.
    ENDIF.
    AT LINE-SELECTION.
      CASE sy-lsind.
        WHEN 1.
          GET CURSOR FIELD gv_field.
          WRITE 'TEST1'.
      ENDCASE.
    Regards,
    Vasanth

  • Alternative to Bookmarks for "In Report" Navigation?

    Using SSRS 2008 (R2) and Report Builder 3.0
    We have a lot of reports that currently use bookmarks for internal navigation. They work fine except that our Nav Bar is located in the page header. Because the bookmarks are below the header the header is often not visible when a page opens.
    Is there anyway to force the page to open above the page header? Are there any alternatives to bookmarks that would work?
    Our Nav Bar has to be located in the header so that we can stop it from being exported to individual spreadsheets in Excel.
    Thanks for you help!

    Hi
    Naamkeek,
    According to your description, you hope the page header always visible when scrolling down in the report. In fact, we can’t keep it visible while scrolling in reporting service. As a workaround, we can refer to the following steps:
    Copy the information of page header with ‘Go to Bookmark’ action as header row in a tablix.
    Set header rows visible while scrolling property in the tablix.
    If there are several tablixes in your report, you can set as previously mentioned separately.
    For more information about Keep header rows visible while scrolling, please refer to the following thread:
    http://social.technet.microsoft.com/Forums/en-US/e1f67cec-8fa3-4c5d-86ba-28b57fc4a211/keep-header-rows-visible-while-scrolling?forum=sqlreportingservi
    If you have any more questions, please feel free to ask.
    Thanks, 
    Wendy Fu

  • Disabling Popularity Trends and Reindex library in Sharepoint 2013

    Hi,
    I need to disable "Popularity Trends" option for all items, lists and libraries in SharePoint 2013. Also i need to disable "Reindex library" options in SharePoint 2013 document library Advanced settings. If this is possible, can anyone
    ellaborate the steps to achieve these two requirements?
    Thanks in advance!!!

    Hi Poornima,
    According to your description, my understanding is that you want to disable ‘Popularity Trends’ and ‘Reindex document library’ and ’ Reindex List’buttons for all items in SharePoint 2013.
    For disabling ‘Popularity Trends’, you need to deactivate Reporting feature at site collection level as Settings->Site Settings->Site collection features under Site Collection Administration->scroll to Reporting feature, deactivate
    it.
    For disabling ‘Reindex document library’ and ’ Reindex List’, you can add the following code at the front of
    <SharePoint:ScriptBlock runat="server"> in advsetng.aspx
    file, the file path is : C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\LAYOUTS.
    The code is :
    <style>
    #ctl00_PlaceHolderMain_ReindexListSection
    display:none;
    </style>
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Display problem in some t code in SAP gui 710

    Hello experts
    we are using SAP gui 710,
    some users facing display problem when they run some t code like CS11/MB51 etc.
    the data grid show some rows in disordered manner, however if we download this into excel
    its shows perfect data.
    if user scroll the report as they appear than also many rows goes disturb.
    i can't understand why this happen.
    this is occurring on many front end system or on many tcods.
    plz help me to resolve this.
    Best Regards
    Deepak Singh

    Hi,
    You can check the screen resolution of the user desktop. I feel this could be a reason.
    Regards,
    Deepak Kori

Maybe you are looking for