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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Style sheets?
 Login/Join
 
<Isaac>
posted
Does anyone out there know where I might obtain a library of style sheets to apply with WebFocus?

I've looked through the samples and I don't like any of them.

Just wondering where I might locate more (lazy person that I am).

Any help is appreciated.

Isaac
 
Report This Post
Gold member
posted Hide Post
Isaac,

I have created a few myself that I will simply paste here. We are all in agreement that the ones that come with Dev Studio are not too great, and that's being worked on.

It is also VERY easy to make your own. What I often do is create some mock/fake report and call it Style_Maker.fex or something.

The idea is that you mock up anything and everything you want to style: Acrosses, BY's, SUMS, Totals, headings, etc.

Once you have manually styled all your items, in the Dev Studio menu bar, choose Report --> Styling. On that tab there is a button (lower left) called Style File Selection. What you do is enter a name under DESTINATION and when you run the report, Dev Studio will create a new Style sheet for you.

Samples:

Clean:

UNITS=IN,
PAGESIZE='SCREEN',
LEFTMARGIN=0.000000,
RIGHTMARGIN=0.000000,
TOPMARGIN=0.000000,
BOTTOMMARGIN=0.000000,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
RIGHTGAP=0.125000,
TOPGAP=0.013889,
BOTTOMGAP=0.027778,
$
TYPE=DATA,
BORDER=LIGHT,
BORDER-COLOR='SILVER',
TOPGAP=0.013889,
BOTTOMGAP=0.027778,
$
TYPE=TITLE,
COLOR='WHITE',
BACKCOLOR=RGB(0 64 128),
STYLE=BOLD,
$
TYPE=TABHEADING,
SIZE=12,
STYLE=BOLD,
$
TYPE=TABFOOTING,
SIZE=12,
STYLE=BOLD,
$
TYPE=HEADING,
SIZE=12,
STYLE=BOLD,
$
TYPE=FOOTING,
SIZE=12,
STYLE=BOLD,
$
TYPE=SUBHEAD,
SIZE=10,
STYLE=BOLD,
$
TYPE=SUBFOOT,
SIZE=10,
STYLE=BOLD,
$
TYPE=SUBTOTAL,
BACKCOLOR=RGB(210 210 210),
STYLE=BOLD,
$
TYPE=ACROSSVALUE,
SIZE=9,
BACKCOLOR=RGB(226 226 226),
$
TYPE=ACROSSVALUE,
ACROSS=2,
SIZE=9,
$
TYPE=ACROSSVALUE,
COLUMN=ROWTOTAL(1),
TOPGAP=0.013889,
BOTTOMGAP=0.027778,
$
TYPE=ACROSSTITLE,
BACKCOLOR='SILVER',
STYLE=BOLD,
$
TYPE=GRANDTOTAL,
BACKCOLOR=RGB(210 210 210),
STYLE=BOLD,
$


Earth Tones:

UNITS=IN,
PAGESIZE='SCREEN',
LEFTMARGIN=0.000000,
RIGHTMARGIN=0.000000,
TOPMARGIN=0.000000,
BOTTOMMARGIN=0.000000,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
BORDER=LIGHT,
BORDER-COLOR='SILVER',
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
RIGHTGAP=0.125000,
TOPGAP=0.013889,
BOTTOMGAP=0.027778,
$
TYPE=DATA,
COLUMN=N1,
SIZE=9,
COLOR='WHITE',
BACKCOLOR=RGB(197 197 137),
$
TYPE=TITLE,
STYLE=BOLD,
$
TYPE=TABHEADING,
BORDER=OFF,
SIZE=12,
COLOR='WHITE',
BACKCOLOR=RGB(128 128 64),
STYLE=BOLD,
$
TYPE=TABHEADING,
LINE=2,
OBJECT=TEXT,
ITEM=1,
SIZE=10,
$
TYPE=TABHEADING,
LINE=3,
OBJECT=TEXT,
ITEM=1,
SIZE=10,
$
TYPE=TABHEADING,
LINE=4,
OBJECT=TEXT,
ITEM=1,
SIZE=10,
$
TYPE=TABFOOTING,
SIZE=12,
STYLE=BOLD,
$
TYPE=HEADING,
BORDER=OFF,
SIZE=12,
STYLE=BOLD,
$
TYPE=FOOTING,
SIZE=12,
STYLE=BOLD,
$
TYPE=SUBHEAD,
SIZE=10,
STYLE=BOLD,
$
TYPE=SUBFOOT,
SIZE=10,
STYLE=BOLD,
$
TYPE=SUBTOTAL,
BACKCOLOR=RGB(210 210 210),
$
TYPE=SUBTOTAL,
BY=1,
STYLE=BOLD,
$
TYPE=ACROSSVALUE,
SIZE=9,
$
TYPE=ACROSSVALUE,
ACROSS=1,
SIZE=9,
COLOR='BLACK',
BACKCOLOR=RGB(197 197 137),
$
TYPE=ACROSSVALUE,
ACROSS=2,
BACKCOLOR=RGB(231 228 247),
$
TYPE=ACROSSTITLE,
STYLE=BOLD,
$
TYPE=GRANDTOTAL,
BACKCOLOR=RGB(210 210 210),
STYLE=BOLD,
$
 
Posts: 55 | Registered: May 22, 2003Report This Post
Gold member
posted Hide Post
One more thing to be aware of:

When you create your own sheets using the technique I mentioned above, Dev Studio captures EVERYTHING that has been stylized. This includes:

* Data Visualization
* Drill downs, including MultiDrill
* Conditional Styling

UPDATE:

Here is the link to the documentation to create style sheets:
http://documentation.informationbuilders.com/masterinde...emanage2.htm#1008683
 
Posts: 55 | Registered: May 22, 2003Report This Post
Guru
posted Hide Post
Here are the style sheets that won the contest maybe you will like them.

Style Sheets
 
Posts: 406 | Location: Canada | Registered: May 31, 2004Report This Post
Member
posted Hide Post
Yes, we are working on improving the stylesheet files that are packaged in Dev Studio. In fact, just today we have added the stylesheet winners as well as some stylesheets that I created myself (just couldn't resist). All will be available in Release 7. Also look for improvements in that Style File Selection dialogue that is a bit difficult to understand to say the least. That earth tone theme could have easily picked up an iPod if entered! Would love to package that as well with the designers permission...

Brian Carter
WebFOCUS Product Management
 
Posts: 22 | Registered: August 19, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders