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.
We want to place a company logo in the upper left of the page heading of a report, and keep it from overlaying the heading's textual content.
We want to make a single TABLE request, with &WFFMT specifying the output format, do the trick for HTML, AHTML, Excel (XLSX) and PDF.
And we want the code to be GUI compatible -- meaning that it can created in the GUI tool, or at least can be opened and maintained in the GUI procedure editor without danger that the tool will mangle the result.
Can it be done?This message has been edited. Last edited by: <Emily McAllister>,
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005
TYPE=REPORT, IMAGE=IBFS:/WFC/Repository/test/logo.jpg, SIZE=(2.500000 0.680556), POSITION=(0.000 0.0000), $This message has been edited. Last edited by: BabakNYC,
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
The following does not work for HTML, PDF or Execl. For HTML, the image is obscured by the report. For PDF and Excel, the image cannot be found.
WF v8 has a Repository. When using the GUI to build a report, the tool allows you to reference an image within the Repository, but as we all know, the image must be in a reporting server app folder. So, the GUI allows you to build a non-working report.
GUI-built example:
TABLE FILE CAR
SUM
CAR.BODY.SALES
CAR.SPECS.LENGTH
CAR.SPECS.WIDTH
CAR.SPECS.HEIGHT
CAR.SPECS.WEIGHT
BY LOWEST CAR.ORIGIN.COUNTRY
BY LOWEST CAR.COMP.CAR
BY LOWEST CAR.CARREC.MODEL
BY LOWEST CAR.BODY.BODYTYPE
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT EXL2K
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/endeflt.sty,
$
TYPE=REPORT,
IMAGE=IBFS:/WFC/Repository/Test/FrancisMariani/ib_logo.gif,
POSITION=(+0.000000 +0.000000),
$
ENDSTYLE
END
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