Vertical Scroll bars in analysis - View all rows

Users want to see the whole report displayed in one page with only a vertical scroll bar. They do not want the up/down arrows. Is this possible in OBIEE?
Thanks.
Ad

To implement the solution, please do:
1. Change instanceconfig.xml file in <biee11g_install>\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1 as following
<Views>
<Pivot>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<DefaultRowsDisplayedInDownload>2500</DefaultRowsDisplayedInDownload>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<DisableAutoPreview>false</DisableAutoPreview>
<MaxVisibleColumns>5000</MaxVisibleColumns>
<MaxVisiblePages>2500</MaxVisiblePages>
<MaxVisibleRows>500000</MaxVisibleRows>
<MaxVisibleSections>5000</MaxVisibleSections>
</Pivot>
<Table>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<DefaultRowsDisplayedInDownload>2500</DefaultRowsDisplayedInDownload>
<MaxVisiblePages>2500</MaxVisiblePages>
<MaxVisibleRows>500000</MaxVisibleRows>
<MaxVisibleSections>5000</MaxVisibleSections>
</Table>
</Views>
3. Note the new elements added are the following to both <Pivot> and <Table>, the Pivot part controls Pivot view, and Table part controls Table View, my testing was done with Table View.
<MaxVisiblePages>2500</MaxVisiblePages>
<MaxVisibleRows>500000</MaxVisibleRows>
<MaxVisibleSections>5000</MaxVisibleSections>
4. Restart Presentation Server from EM, then run your request, do excel export to verify.
Thanks...

Similar Messages

  • On every website, my right vertical scroll bar is missing and all of my Toolbar bookmarks unless I minimize the window, click "view" and "full page." How do i get it back to NORMAL?

    When I hit "full page" the right vertical scroll bar re-appears, but my bookmark toolbars, my bing bar, and pretty much the entire top 2 inches of my screen disappears. When all of these things are showing, the right vertical scroll bar disappears, and the entire webpage shifts to the right, so I can't see most of the right side of the page. How do I fix this?

    Welcome to Safari 6 with:
        .   .  t  .   .  a  .   .  b  .   .  s  .   . 
    That are the size of tractor-trailer trucks!
    There is no known way to get them smaller except when you get a lot they will "shrink-to-fit".

  • How do I set the vertical scroll bar to be displayed all the time?

    This is a part of program I coded:
    TreeNode root = makeNBATree();
    DefaultTreeModel model = new DefaultTreeModel(root);
    tree = new JTree(model);
    JPanel p = new JPanel();
    p.setLayout(new GridLayout(1, 0));
    JScrollPane sp = new JScrollPane(tree,ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER,
         ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS);
    sp.setPreferredSize(new Dimension(500, 500));
    p.add(sp);
    contentPane.add(p, "Center");
    when I compiled and ran the program, it said
    Exception in thread"main" java.lang.IllegalArgumentException: invalid verticalScrollBarPolicy
    at javax.swing.JScrollPane.setVerticalScrollBarPolicy(Unknown Source)
    at javax.swing.JScrollPane.<init>(Unknown Sourc)
    at NBATreeFrame.<init>(NBATree.java:59)
    at NBATree.main(NBATree.java:239)
    I would like to know is there any part I coded wrong?

    Take a look at the API again:
    JScrollPane(Component view, int verticalPolicy, int horizontalPolicy)
    You have:
    JScrollPane(Component view, int Horizontal, int Vertical)

  • Vertical Scroll bar not using all view port space

    I'm developing an ADF application in 11g to be used on a PC and under the browser on an IPAD.  My top page layout has a panel group layout of scroll.  When the page renders in IE it does not consume all the available viewport.  The vertical scroll bar stops about an inch above the bottom of the page.  On the IPAD, when I have the device in portrait orentation, I only get about half the window area.  I need to have the page render in all the available space on the viewport, especially on the IPAD.  Can anyone tell me how I can get the page to render and take up all the available space in the viewport?   

    I did try that.  I was having some issues with trying to put everything I had on the page inside of one.  I think it actuall turned out to be something else.  I was messing around with things on the page fragment.  ADF was adding a scroll bar but not using the whole page to do so.  I took the scroll panel off the page fragment and off of any other page fragment including the actual JSF page.  When I set a large heigth for the page on my top panel group, which I had on the main page that contained the bonded task flow region, I got the browser to create the scroll bar for me for the whole page.  It fixed the problem on the PC and it also fixed the issue I had with the page rendering on the IPAD.  The IPAD now allowed the whole page to be scrolled by sliding your finger. 

  • Freeze column headers in a table and enable vertical scroll bar on the rows

    I have seen demos of BI Publisher running an html view of a report that displays a table of data with a vertical scroll bar on the table. The table header is always visible as you scroll down on the rows of the table. Any idea how this is achievable?

    Hi,
    Have you find a way to do this? Im looking for the exact same thing!
    Where did you see this demo?
    Br
    Magnus

  • RH7 - Viewing WebHelp in IE9 creates two vertical scroll bars

    An extra frameset appears to be in the main htm page (attached) that is generated by RoboHelp.  Here’s the frameset:
    <frameset cols="100%,*" frameborder=no border=0>
      <frame src="whnjs.htm">
      <frame src="whskin_blank.htm" noresize>
    </frameset>
    When viewing the help in a Telerik RadHtmlPlaceholder control in Internet Explorer 9, this frameset causes our help content to appear twice.  The content is stacked on top of each other, and a vertical scroll bar is added.
    Manually removing this frameset resolves the issue.
    Has anyone else seen this issue, and if so, are there any RH options for resolving it?

    While I was using RoboHelp 7, I worked around the frameset problem by deleting the following code from the main pag in my help system, as suggested in the forum:
    <frameset cols="100%,*" frameborder=no border=0>
      <frame src="whnjs.htm">
      <frame src="whskin_blank.htm" noresize>
    </frameset>
    When I did so after generating help in RoboHelp 7, I found that the extra frameset disappeared from IE9. Later I upgraded to RoboHelp 9 for an automated solution to the extra frameset in IE9. But I find that the problem persists. On WebHelp pages with more than a single screenful of text, the double frameset appears, and the content for the page one is viewing is stacked on top of the Welcome page, much as described by TechComm2 at the beginning of this thread. In IE9, with content generated in RoboHelp 9, an extra frameset appears whether I delete the abovementioned code or leave it in.
    My project is used as contextual help. Our developers have placed extra security on the project so that a user cannot view the help without first logging in to the application it describes. Because of this, I am asking our developers to help me look for a solution to extra framesets. But I did want to come back to this forum with an update and ask for additional comments from you-all as well.
    Thank you.
    Tom

  • In the viewer going to vertical scrolling bar I get a jump to original position...

    Scenario:
    In the viewer I'm working with the mouse vertical scrolling for searching some scenes, then I go to vertical the scrolling bar of the window to scroll in bigger steps... well, the viewer jumps to the previous position.. so I have to start my searching again.... and every time I go the vertical scrolling bar I get this jump to the original position... Very annoying....

    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    <br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Help with a vertical scroll bar issue with a List component

    hi. i have a basic <s:list> that uses an XMLListCollection as it's data provider and a very basic itemrenderer. when a row in the list is clicked a function gets the list.selectedIndex then populates some text fields with more xml data. that all works fine.. the problem i have is that the vertical scroll bar on the list seems to be "clickable" - just like a row in the list. the scroll bar scrolls normally but when it's clicked the selectedIndex becomes -1 which is not helpful b/c the value -1 is passed to the XMLListCollection.
    any ideas? cheers.

    thanks but still problematic...surely the <s:List> component shouldn't return a value when the scrollbar thumb is clicked? i created a very basic list (see below) and made the list dimensions short enough so that there is a vertical scrollbar and found that when the scrollbar thumb is clicked the trace(event.currentTarget.selectedIndex) returns a number. that's annoying b/c i just want a selectedIndex value for a row that is clicked not the scrollbar.
    any ideas to get around? cheers
    <fx:Script>
    <![CDATA[
    protected function list1_clickHandler(event:MouseEvent):void
    trace(event.currentTarget.selectedIndex);
    ]]>
    </fx:Script>
    <s:List x="162" click="list1_clickHandler(event)" y="276" labelField="@label" width="144" height="153">
    <s:dataProvider>
    <s:XMLListCollection>
    <fx:XMLList xmlns="">
    <node label="one"/>
    <node label="two"/>
    <node label="three"/>
    <node label="four"/>
    <node label="five"/>
    <node label="six"/>
    <node label="seven"/>
    <node label="eight"/>
    <node label="nine"/>
    <node label="ten"/>
    <node label="eleven"/>
    </fx:XMLList>
    </s:XMLListCollection>
    </s:dataProvider>
    </s:List>

  • Vertical scroll bar for the table

    Hi,
    I have a table which will contain more than 100 rows. First Visible rows will be 10.
    i want a vertical scroll bar for the table, so that i can see all the rows using vertical scroll bar. While scrolling down, the header row, which contain names of the column should be static (ie visible even scroll down) and the footer of the table should be visible even goes up.
    If I use Scroll container, it will take whole table and the header row, row with name of column will move up invisible when i scroll down. So it is not useful if i use scroll contatiner.
    I need a fnctionality were table has a vertical scroll bar to it.
    Thanks
    Maha

    Hi,
    Your requirement is one of the default properties of the Table UI element in NWDS CE version.
    Regards,
    Alka.

  • Keep vertical scroll bar still y JScrollPane

    Hello all!
    I have got a JTable added into a JScrollPane, which scroll bars are always shown.
    I have to repaint the JTable each 3 seconds and I would like to keep the vertical scroll bar in its original position, for example if I am watching row 24 of the JTable when the JTable is repainted I would like the vertical scroll bar to be in the same position as it was before repainting because now the vertical scroll bar is repainted always at the top...
    With the horizontal bar it works, the bar does not move from its previous state when the JTable is repainted...
    Any idea of what is happening?
    Thanks in advance :)

    This would do for u! ... do it after you have updated the table with the new rows... if you are not using the default table model then you can still get the row count through your JTable object ...
    This part moves the scrollbar to the last row coz im doing "myDefaultTableModel.getRowCount()-1", you can keep the current row index in an instance level variable bjust before refreshing the table and use it in this.setRowSelectionInterval() method ...
    this.setRowSelectionInterval(myDefaultTableModel.getRowCount()-1, myDefaultTableModel.getRowCount()-1);
    this.setColumnSelectionInterval(1, 1); //didnt need any specific column coz I wanted the row basically..
    this.scrollRectToVisible(this.getCellRect(this.getSelectedRow(), 1, true));This basically selects the given row and then moved the scrollbar over to that point as well ...
    OR, here's another alternative!! you can also get the current scrollbar value similarly jsut before refreshing and pass that on to this method ...
    this.jScrollPane1.getVerticalScrollBar().setValue(jScrollPane1.getVerticalScrollBar().getValue());Hope it helps...
    Cheers!
    Asim

  • Possible to have vertical scroll bar for a cell in ALV Grid (using methods)

    Hi All,
    I have a field with length 100 characters on a ALV Grid (using methods)..User doesn't want to scroll all the 100 characters horizontally to see the whole text rather he wants to have a vertical scroll bar for the cell so that he can scroll vertically.
    Is it possible to have split the cell text into lines and have a vertical scroll bar for a cell in ALV Grid?
    Regards
    Jaker.

    Thanks for the suggestion Balu.I tried this , but while scrolling,headers also getting scrolled.
    Becoz of this , if i scroll down to the last row,headers are getting hidden.
    Headers should always be static.only the data should scroll.
    Since h:datatable is being rendered as one table , i can div tag for this table alone.
    If i have seperate datatable for headers alone i can do this .But i should not use two datatables.

  • RoboHelp 8: Vertical scroll bar problem

    I just installed RoboHelp 8. When I view a topic page that is longer than the window, sometimes the vertical scroll bars appear and sometimes they don't. If I click the <> HTML tab and then click the Design tab again, the scroll bar appears. The scroll bar also appears if I click the "Save" or "Save All" button. I also don't see a Service Pack for RoboHelp 8. Is that true?
    I'm attaching 2 screen shots (both of the same topic) - one when I first go in to a topic and the scroll bar does not appears and one when I go to the HTML tab or Save and then scroll bar appears.

    Hi there
    No, there is no service release for version 8 as yet.
    Could it be simply that focus is inside another pod when you fail to see the scroll bar? Perhaps you have clicked to select the Single Source Layouts pod and you see the scroll bar goes away?
    Just guessing here... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • ADF RC Table Vertical Scroll Bar

    Hello All ,
    I have jsp page with <f:view locale="ar"> that mean the page direction will be from right to left .
    in this page there is ADF RC Table at run time in Internet Explorer the vertical Scroll Bar is display but
    when run in mozilla Firfox the vertical Scroll Bar by the ADF RC Table is Not visible
    note the page is from right to left <f:view locale="ar">
    is there any help please

    Hi,
    seems to be a problem with Firefox 3. With this version I can reproduce the missing vertical scrollbar too (but not with IE7 and FF2).
    (also with the suggested settings of Shay in trinidad file)
    According to the Jdev 11g release notes FF3 is supported but not certified (not only right-to-left feature)
    I suggest to fill a bug for this issue at oracle support.
    regards
    Peter

  • Missing VERTICAL SCROLL-BAR only in the TV Shows tab.

    *I keep losing my vertical scroll-bar while looking at Television shows.* I believe this might be related to the Windows Vista 64-Bit platform.
    What-ever it is, this problem has been occurring since iTunes version 9.x for sure. I am *currently on iTunes version 10.0.0.68* with the same annoying "find the vertical scroll-bar" problem. I have reported my concerns to Apple, but their has never been a reply and the problem has +migrated beyond iTunes 9.x now.+
    The following are all examples of how or when...
    1. enter the "TV Shows" tab for the first time since I started iTunes.
    ( as in today, last hour, or just xx minutes ago. )
    ( of course just closing iTunes and restarting iTunes )
    ( has not constant result. )
    2. just got done watching a television episode in a separate window.
    3. just got done watching a television episode in the same or list window.
    4. switched from one view style to another view style.
    5. enter the "TV Shows" tab from another tab such as "Music" or "Podcasts".
    The only way to get the scroll-bar back is to switch to another tab and then switch back to "TV Shows". This sometimes takes 5 to 6 switches before the scroll-bar returns. And of course, it might disappear again if any of the above 1-5 examples occur.
    I do have a couple of screenshots for anyone to view, not sure how to post it as part of this post. If you desire, request the screenshots and I will e-mail them to you for your reference.

    I also have this issue with the scroll bar in Mail since upgrading from Leopard to Snow Leopard. I Google it... and that is what brought me here, so hopefully someone knows what is going on as I was kind of hoping that 10.6.1 would have fixed this.

  • How to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area

    how to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area
    ananya

    Hey Ananya,
    I believe what you want to do is possible, but it will not be
    easy.  If you want to add a scroll bar that will scroll the graph
    back and forth but keep the axis set, you would want to add a
    horizontal or vertical scrollbar.  Then you would create an event
    handler for the scroll event.  You would have to manually plot
    different data within this scroll event.  Unfortunately, there is
    not really a built in way to do this with the Measurement Studio plot
    control.
    Thanks,
    Pat P.
    Software Engineer
    National Instruments

Maybe you are looking for

  • How to create a Maintenance view in order to update 4 tables

    Hello, I want to update 4 tables having the same key. MANDANT + SIRET (fiscal french ID). I try to create a maintenace view, i need to update the 4 tables using a single screen. When i use the relationship the system display a message "Relationships

  • How to create this CSV in Sql query?

    I have a order_detail table with the primary key order_detail_id and the foregin keys order_id and product_id. Also I have three other fields, A, B and C, to describe the nature of this order detail. A product_id can be existed on different order_id

  • CIF 168 error .. Data in apo is correct

    Hi All,    I am getting the CIF 168 error:- Status of order in R/3 on General tab of Co03 :-   Total Quantity: 946   Delivered Quantity: 685 In rrp3 view in APO:    there is the production order with receipt quantity 261 Error Details:- =============

  • Editing forms in version 9 problem

    All prior to 9 versions of Acrobat Pro allowed to use "select all" command for one kind of fields, for example all text fields or all check mark fields, allowing to apply changes (like size of font for example) to all selected text fields at once or

  • Adobe Reader 10.1.2 crashes when printing, worked OK w/ 10.1.1

    On a Windows 7 (32-bit?  Build 6.1.7601) machine with all updates installed, Adobe Reader crashes on print with version 10.1.2.  This problem did not occur with version 10.1.1.  I'm including a screenshot here, but to help those searching: APPCRASH A