Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Dashboard: - Autosize blocks for reports to fit perfectly?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Dashboard: - Autosize blocks for reports to fit perfectly?
 Login/Join
 
Gold member
posted
I'm developing a dashboard with 4 blocks over 2columns.

The 4 blocks consist of 3 dhtml report an 1 graph.

How do you size it perfectly so everything displays without having to scroll up/down or left/right? Is there a command for autosize? I tried sizing the fonts to 8 and top margin.

Information Builder demo on creating dashboard makes it look so easy. Sweating


WF 8105M
- Portal, Dashboard
- Rcaster, Data Migrator
- Windows 2012 Client Server
- Dev/App Studio 8105
- Data: SQL, Oracle, Neteeza,MVS
 
Posts: 78 | Registered: October 24, 2006Report This Post
Expert
posted Hide Post
It is pretty easy. You size the blocks in Dashboard View Builder. The content of each block is a WebFOCUS program and is styled by a WebFOCUS style-sheet or CSS.

What is the problem? Is the content of each frame too big to fit without scrollbars? If you have four blocks on one page, one would imagine the content of these blocks is summary data - short, concise...

Maybe a screen-shot would help us.

An example:



Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Gold member
posted Hide Post


My column size is
Column 1: 45%
Column 2: 55%

The left column (Summary) looks like it has too much white space at the top and the report can be centered. For font I'm using size 8

Actually yours look very professional. What stylesheet are you using? Font style and size?

Thanks


WF 8105M
- Portal, Dashboard
- Rcaster, Data Migrator
- Windows 2012 Client Server
- Dev/App Studio 8105
- Data: SQL, Oracle, Neteeza,MVS
 
Posts: 78 | Registered: October 24, 2006Report This Post
Expert
posted Hide Post
I use Arial, 11px in my CSS stylesheets.

Everything fits on my dashboard because of my screen resolution - 1280x1024.

Depending on how you generate the graphs and reports, you may be able to reduce the blank space at the top by adding SET PAGE = NOLEAD to the program. Also, if you are not already doing this, you have more control with css styling and holding the report format HTMTABLE and embedding the hold file in an HTMLFORM.

Snippets from my stylesheet:

BODY
  { font-family: Arial, sans-serif; font-size: 11px; color: white;
    margin: 5px; background-color: #90a5a5;

TD
  { font-size: 11px; }

.cssReportData
  { font-size: 11px; font-weight: bold; padding-left: 10px;}



Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Gold member
posted Hide Post
I was hoping to avoid CSS but I guess its evitable.

Thanks for the quick response this was very insightful on how other people create dashboards.


WF 8105M
- Portal, Dashboard
- Rcaster, Data Migrator
- Windows 2012 Client Server
- Dev/App Studio 8105
- Data: SQL, Oracle, Neteeza,MVS
 
Posts: 78 | Registered: October 24, 2006Report This Post
Expert
posted Hide Post
You have much, much more control of how a WebFOCUS report displayed on a web page will look if you use CSS.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Gold member
posted Hide Post
Thanks I'll play around with CSS.

Any links on where to begin learning CSS?


WF 8105M
- Portal, Dashboard
- Rcaster, Data Migrator
- Windows 2012 Client Server
- Dev/App Studio 8105
- Data: SQL, Oracle, Neteeza,MVS
 
Posts: 78 | Registered: October 24, 2006Report This Post
Expert
posted Hide Post
This is a pretty good start:

http://www.w3schools.com/css/


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Dashboard: - Autosize blocks for reports to fit perfectly?

Copyright © 1996-2020 Information Builders