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.
What is the best way to create report template to use for majorty of the reports requested by management?This message has been edited. Last edited by: Kerry,
Arif, Waz is right. You should specify more what your means are.
I, for example, use stylesheet files that I include at the end of my reports to apply a template "look and feel" (just before the END). How?
-INCLUDE bkw54/bkwstyleanalisis.fex
Where "bkw54/" is the WebFocus application name where mi stylesheets are and the rest is the name of the desired template.
Basicly this allows you to "write" code automatically into your fex. And supossing that eventually you'll want to change the backcolor of your reports from blue to red you just edit the stylesheet and all of the reports that have included it automatically change.
It works like CSS and HTML.
Ultimately WebFocus "translates" all this to a CSS code that your browser understands or to the correspondent "Styling Code" that the output file tipe requires (PDF, XLS, etc).