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 that I am converting to an HTML report that the only way I have been able to get the data to appear the way I want it in the PDF was to put all of the data in the report header.
Now that I am converting this report to HTML, I need to allign the columns in the HTML Report Header.
In an HTML report, is there a way to set the positioning of columns in the report header?
My current code:
TABLE FILE BASELINE1
BY FACILITY_NAME NOPRINT
HEADING
"<+0>Please provide the following numbers:*<+0>TS<+0>S<+0>C<+0>Uncleared<+0>TOTAL"
ON TABLE SET PAGE NOLEAD
ON TABLE SET STYLEMODE FIXED
ON TABLE SET STYLE *
UNITS=IN, ORIENTATION=PORTRAIT, TOPMARGIN=0,LEFTMARGIN=0,RIGHTMARGIN=0,$
TYPE=REPORT,FONT='ARIAL', GRID=ON, WIDTH=6.600,$
-*COLUMN HEADINGS
TYPE=HEADING, LINE=1, ITEM=1, SIZE=9,STYLE=BOLD, JUSTIFY=LEFT,$
TYPE=HEADING, LINE=1, ITEM=2, SIZE=9,STYLE=UNDERLINE+BOLD, JUSTIFY=LEFT, $
TYPE=HEADING, LINE=1, ITEM=3, SIZE=9,STYLE=UNDERLINE+BOLD, JUSTIFY=LEFT, $
TYPE=HEADING, LINE=1, ITEM=4, SIZE=9,STYLE=UNDERLINE+BOLD, JUSTIFY=LEFT, $
TYPE=HEADING, LINE=1, ITEM=5, SIZE=9,STYLE=UNDERLINE+BOLD, JUSTIFY=LEFT, $
TYPE=HEADING, LINE=1, ITEM=6, SIZE=9,STYLE=UNDERLINE+BOLD, JUSTIFY=LEFT, $
ENDSTYLE
ON TABLE PCHOLD FORMAT HTML
END
-EXIT
This message has been edited. Last edited by: Kerry,