Dashboard area vertical scroll bar

I need to place a table bi report area of fixed size on my dashboard page. The report will be generally more lines that can be found in the space available if I want to use a vertical scroll bar to allow the user to view the entire report.

The report will be no more 10-20rangs so I don't want to use pagination if I can help it. I would like a vertically scollable region on my dashboard. Is this possible? I don't seem to be able to find previous examples of this but would be surprised that he has not done before.

TIA.
Paul

Hi Paul,.

You do not have this feature by default, we can do this by using an IFrame like this.

[Iframe src = saw.dll? Go&path=/shared/sample%20Sales/test/product%20Sales width = 300 height = 500 scrollable = yes >

[Note: replace space] [with html tags >]

In the path % 20 is used for white space and mention your path to the report, by adjusting the width and height, you can set the report accordingly

Two ways you can do,

Create table view, save the view.

(1) go to the narrative mode add the Iframe it and specify the path of the report and in the layout made add narrative display, remove the table view.

or

(2) to change the dashboard, add text, and enter the code Iframe the report path.

In both cases do not forget to check HTML.

Thank you
Vino

Published by: Vinodh NK on October 4, 2010 03:12

Tags: Business Intelligence

Similar Questions

  • move the vertical scroll bar in a table

    Hello

    In my VI front panel contains a table of results with the visible vertical scroll bar.  When the program runs a performing a test, I am inserting a line every time the captured result.  The row is inserted in the lower part, and when all the visible lines are met you can not see the final result.  What I want to do is either focus on the last row to move the vertical scroll bar or move programmatically control scrollbar itself.  Is this possible?  If this is not the case, what is the property node that I need to display the last line of a table.  I have inserted the data at the top of the table, but this isn't really what the standard application programs do!

    Thank you

    Martin

    See attachment...

    Dan

  • How to recover the horizontal & vertical scroll bars in Outook Express

    I have XP OS House & use Microsoft Outtook Express.  recently, the horizontal & vertical scroll bars disappeared from all but one of my follders. Any suggetions on how to recover these bars thanks to you all.

    I think it may have something to do with the largest compensation part of the Inbox on & leaving very few emails in there.

    I noticed that records I keep have very few emails in them are also without the scroll bar.

    Which is part of what Steve said. They will not appear if there is nothing to achieve. I'm glad that it's as simple as that.

  • Instability of the vertical scroll bar of the Panel

    Win 7 Professional, SP 1, 64-bit on a Lenovo ThinkPad. The vertical scroll bar on the "Programs and features" Control Panel suddenly is so unstable that it is impossible to click on a title. Agitation is present both a Logitech mouse and ThinkPad track point device, well even more so with the mouse. The mouse driver is up to date, and the batteries are charged.  The instability of the scroll bar does not seem to occur in all areas of the Control Panel, but appears on some menus of Windows Explorer, to a certain extent on this page (I have difficulties to access the submit button) and some Internet sites. Word so far.  What do about it?

    Hello

    Thanks for posting your query in Microsoft Community Forum.

    1. You did it no particular change in the computer before the show?

    Please, try the following suggestions and check.

    Method 1: Start your computer in safe mode

    http://Windows.Microsoft.com/en-us/Windows/Start-computer-safe-mode#start-computer-safe-mode=Windows-7

    If the problem does not occur in safe mode or safe mode with network and then places the machine to clean the start State and check if helps you solve this problem.

    Method 2: Run the clean boot

    Put your system to the clean boot state helps determine if third-party applications or startup items are causing the problem. You must follow the steps in the article mentioned below to perform a clean boot.

    See the link to perform the clean boot.

    How to perform a clean boot in Windows

    http://support.Microsoft.com/kb/929135/en-us

    Note: See 'How do I reset the computer to start normally after a boot minimum troubleshooting' to reset the computer starts normally after troubleshooting.

    Let us know if the problem still persists. We will be happy to help you further.

    Thank you

  • How to force the vertical scroll bar to display on each page?

    Hello

    Is it possible to force the vertical scroll bar appears on each page, even if it is not needed?

    I have a site with pages larger than the browser window, and others which are smaller. The scroll bar appears only on adults and forcing elements from left to right on the left to navigate through the pages.

    Any help would be appreciated.

    Thanks in advance

    VM

    In the section header of Page Properties try adding the following code:

  • Add vertical scroll bars to a content panel

    I need to use long passages of text in a fixed size content area, so I need to add a vertical scroll bar on the side. Muse support says that I have to use HTML code to do this. I'm a designer, not a coder, can someone walk me through it?

    Hi Jeff,

    I replied to your previous post, please refer to this topic:- https://forums.adobe.com/thread/1627033

    Kind regards

    Rohit Nair

  • Add the vertical scroll bar for content panel

    I need to use long passages of text in a fixed size content area, so I need to add a vertical scroll bar on the side. Muse support says that I have to use HTML code to do this. I'm a designer, not a coder, can someone walk me through it?

    Hi Jeff,

    I wrote a quick tutorial in response to a similar question. You can see here. Re: how to add a vertical scroll bar?

    Make sure you read the comments after the message that I made a few adjustments to coding.

    I hope this helps.

    David

  • Vertical scroll bar in a tree node

    Hi friends,

    I am trying to create a tree in Apex 4.0. I need a vertical scroll bar in my flowchart if no: values is greater than 8. For example, I have a tree with customers and sites. When I press the clients it will list sites for this customer. I need a vertical scroll bar is displayed for the sites if no: sites is greater than 8, so I can limit the size of the tree. Are there ways to achieve Apex 4.0. Any entry for this will be appreciated.

    Thank you
    NAV

    You could combine all these properties in one class (inline of the div & fix Andy's IE styles) and assign it to the div.

      div.tree_scroll_div{
      overflow-y: auto;
      display: block;
      min-height: 10px;
      _height: 10px;
       }
    

    + Note: _hieght * gets ignored by all browsers except IE, it considers the height itself (CSS Hack). +

  • vertical scroll bar in AdvancedDatagrid

    Hi all

    I had an AdvancedDatagid with 100 rows and grouping.

    After the application starts, the vertical scroll bar is not displayed. but after that, to develop a single entry and close it again, the scollbar is illustrated.

    When I force the vertical scroll bar life the command verticalScrollbarPolicy, the scollbar is shown but turned off. Once again, after expand and close one entrance, the scollbar is enabled.

    I guess, the AdvancedDatagid has no idea how many lines are available after reunification. also navigation keys do not work correctly. Up arrow works very well, but isn't the arrow down. But when the scroll bar is correctly displayed, the navigation keys works perfectly.

    After extended and close looks the adg calls that a method and the lines will be calculated. According to this update, ther scrollbar appear correctly.

    someone can tell me, how can I solve this problem?

    In the applicationComplete handler I call the groupCollection.refresh () method and the AdvancedDatagrid.refresh () method.

    Thanks advanced

    Frank

    I think that you are faced with a https://bugs.adobe.com/jira/browse/FLEXDMV-2426 which is fixed now.

    If you think that's a different issue, please log a bug.

  • How to get the vertical scroll bar is displayed for control panel

    Hi there, Im a beginner in Flex and I'm working on my first application for a client. I have the most difficult time to get a vertical scroll bar to work for a Panel control, that I use. Here's the overview:

    1. I have a control of the application with a horizontal layout
    2. I have a Vbox left with 2 panels on top of the other,
    3 - I have a Panel on the right with a bunch of text controls just above another.

    the application looks like this. Think fair spaces and dashes since this wont let me enjoy the areas:

    ______________________
    | - - - - - - - - -| - - - - text - - - - |
    | - - - - - - - - -| - - - - text - - - - |
    | - - - - - - - - -| - - - - text - - - - |
    | ---------------| - - - - text - - - - |
    | - - - - - - - - -| - - - - text - - - - | -browser window ends here
    | - - - - - - - - -| - - - - text - - - - |
    | - - - - - - - - -| - - - - text - - - - |
    ______________________


    MY PROBLEM: I would like the application to stay confined to the browser window and have scroll bars appear in the right panel when text controls contained too long for the browser window. Yet, I can't make it work, Ive tried to use clipContent = true and activation verticalScrollPolicy but nothing seems to make the sign on the right contrain at the height of the browser window.

    I have a feeling it's something really simple so any help would be LARGELY APPRECIATED!

    The best
    Stephen

    I have it! Thanks Darin for work through this with me. Liike looks like, I really need the Hbox, so do the layout of Panel = "absolute" as josh suggested. Then wrap all text with a vbox controls, Viola! I get scrolling as expected! Here's the final MXML:


    http://www.Adobe.com/2006/mxml"layout ="horizontal">











    Here is a bunch of text in a single text control

    ]]>





    Ashraf asdawdd wadmdwad mildm awdn wad I niawfnaf nawfn awfn awifn awf

    adsadwadwadawd

    asdadwavawvvawvaw

    ]]>





    asdasdsav

    asdasdsadwninib

    awnvndzln

    qwanil

    asbnil nl

    ]]>




    Thank you very much!
    s

  • Adobe edge animation shows unwanted vertical scroll bar in firefox only

    someone has any idea how to lose a vertical scroll bar on a site where I built an advanced adobe reactive animation. on all other browsers the overflow: hidden works perfectly. only in firefox make a scroll bar appears. little help please. the site is http://www.drotardesign.com/dd/about.html

    d

    I doesn't seem to work if you apply too full: hidden in the object tag.
    It doesn't work if I add this attribute to the body of the animation.
    You can consider using an iframe that have scrollbars hidden instead of an object tag.

  • Can I put a vertical scroll bar in the browser firefox left?

    Can I put a vertical scroll bar in the browser firefox left?
    I'm left-handed so using the quite difficult scroll bar, so I want to move the scroll bar position, so I have to do? hope to receive a response soon from the Center

    The value of pref layout.scrollbar.side 3 to place the scroll bar on the left side.

    See:

  • 0 line ListBox and vertical scroll bar problem

    Hello

    I tried to do simple VI where I can check the items in the Listbox control. My problem is that when I click anywhere on the buttons with the triangles, the mouse down or the vertical scroll bar of the event triggers and check the item in the line 0.

    Is this a problem or is it just a mistake in the code?

    For some reason, I'm not able to fix VI, so block diagram is below.

    Thanks for any help.

    I use LV 2010.

    Duri

    Here's a demo VI, who manages the selection listbox like that with a single click.  Sauve saved in 2011, uses the OpenG table.

  • In what LabVIEW version was the "vertical scroll bar system" introduced?

    Hello

    Does anyone know what version of LabVIEW, the 'vertical scroll bar system' has been introduced?

    Thank you

    8.0

  • Vertical scroll bar in the control table

    I use CVI 2012 and using a table control in the editor of the IUR. I started with a table containing 27 rows and 5 columns. The Panel container was large enough to display all the rows and columns, so without scroll bars have been necessary. Then I added more than 14 rows in the table, and a vertical scroll bar appeared on the right edge of the table. «By default, she marched to the bottom of the table, and I tried to change this up by changing"line 41 / 41" to "line 1 / 41" in the editor of the IUR.» He put back the first lines of the table, but the bar scroll also disappeared and I can't seem to restore, even if the table has more lines that can be displayed in the Panel containing.

    In dialog box "Edit Table" editor of the UIR, in the field of the 'appearance of control', the ' scrollbars: ' control has the value ' both scroll bars. I tried a number of combinations in the dialog "Options for size/Scroll...". "so - nothing seems to restore the scroll bar.

    I will attach the UIR file where this is useful. Interest table is the tool 'ID' tab thanks in advance!

    Barry Wealand

    I figured this out. Somehow, the width of the table control had also grown, such as the vertical scroll bar was pushed out the Panel on the right. By adjusting the size of the control so that the width of the table fits once more in Control Panel that contains the scroll bar appears once more.

    Barry Wealand

Maybe you are looking for