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.
i have a pdf report with 12 columns. The heading has 3 sections, 1st spanning first 2 columns, 2nd spanning next 8 columns and 3rd spanning last 2 columns.I have used spot markers and the POSITION attribute to place the headings.I need each heading with JUSTIFY=CENTER, however this property is not working.I also need a seperation between the headings, like a border. The border attribute is not working either. Has anybody faced similar issues and solved them?This message has been edited. Last edited by: Nivin,
TABLE FILE X PRINT C1 C2 C3 .... C12 ON TABLE PCHOLD FORMAT PDF HEADING " H1 <+0> H2 <+0> H3"
ON TABLE SET STYLE * TYPE=HEADING, LINE=1,ITEM=1, POSITION=C1, JUSTIFY=CENTER,$ TYPE=HEADING, LINE=1,ITEM=2, POSITION=C3, JUSTIFY=CENTER,$ TYPE=HEADING, LINE=1,ITEM=3, POSITION=C11, JUSTIFY=CENTER,$
Thats basically the framework of the code. I need ITEM 1 to be center aligned above first 2 columns, ITEM 2 to be center aligned above next 8 and ITEM 3 above last 2 columns. The BORDER attribute does not work for the ITEM's, so cant think of a way to bring about a visual seperation between the heading items. The JUSTIFY=CENTER does not work in the intended fashion. And also there is an empty line that appears between the heading and the title of the report, making it difficult for the viewer to associate the headings with the corresponding columns.
You can achieve this using Composer. Or to get borders around the HEADING use the following stylesheet code TYPE=REPORT, OBJECT=BOX, POSITION=(0.25 0.75), DIMENSION=(10.5 0.55), BACKCOLOR=SILVER,$
If you are migrating to 7.7 series, then it is quiet simple, as you can get borders in the heading,subhead etc..
WF 7.7.02 on Windows 7 Teradata HTML,PDF,EXCEL,AHTML