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 to display the report in excel. Below is my sample code contains more than 100... If I am using SET HTMLCSS ON; then I am getting empty rows in mid of each page (line no 55...). If I set CSS OFF then am not getting empty rows; But the look and feel/font everything is changed completely.
Why am using EXL97 is: this format have option to show the date formats AS DATE in the excel file. other formats are showing as General instead of Date. (We are using this excel data to paste in another macro excel file) I don't see any option to display the date format as date format in Excel file using XLS & XLSX PCHOLD formats. If we have please share...
1. How to avoid the empty Rows in each page of excel in single sheet? 2. Without CSS how to achieve the styling? Whatever we used in styling it is not applying in the output.
Please share your thoughts will help to solve this issue
TABLE FILE SYSCOLUM
PRINT TBNAME AS '' TBCREATOR AS '' PARENT AS '' TAG AS ''
FILENAME AS '' LONGDESC AS '' REFERENCE AS '' PROPERTY AS ''
COMPUTE DAT/YYMD = &YYMD; AS ''
WHERE RECORDLIMIT EQ 99
ON TABLE SET PAGE NOPAGE
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE SET HTMLCSS ON
-*ON TABLE HOLD AS RREPORT FORMAT HTMTABLE
ON TABLE PCHOLD FORMAT EXL97
ON TABLE SET STYLE *
UNITS=IN,SQUEEZE=ON,ORIENTATION=LANDSCAPE,$
TYPE=REPORT, FONT='Calibri', SIZE=11, COLOR='BLACK', STYLE=NORMAL,BORDER=OFF,$
ENDSTYLE
END
-RUN
-*SET HTMLFORMTYPE=XLS
-*-RUN
-*-HTMLFORM BEGIN
-*<BODY>
-*!IBI.FIL.RREPORT;
-*</BODY>
-*-HTMLFORM END
This message has been edited. Last edited by: Dev,
If you execute my code. You can see the empty rows in line no: 55, 110,... +55 (remove the record limit and see) It is splitting the page automatically for each 55 rows.