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.
TABLE FILE REPORTFOOTER PRINT FOOTER ON TABLE SAVE AS FOOTER END
Where the FOOTER field is html code. Example:
<html>
<head>
</head>
<body>
HTML Footer Test
</body>
</html>
After I run this code, I look at the test.htm file that was saved and see this:
<html>
<head>
</head>
<body>
HTML Footer Test
</body>
</html>
%$
So I am wondering why there is a %$ on the end of the test.htm file? Has anyone dealt with this before?This message has been edited. Last edited by: Kerry,
WebFOCUS 7.6.1
Posts: 7 | Location: St. Paul, MN | Registered: April 04, 2006
It also might be that the footer field you're accessing is a text field. If that is indeed the case, the %$ is added to indicate to whomever is reading the file that the text field ends there. It might very well be that there are more records in the file, and so you need something to indicate where a record ends.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
GamP, you are correct, it is a text field that we are reading. Do you know if there is a way to get rid of the %$ so that it doesn't append itself to the file?
WebFOCUS 7.6.1
Posts: 7 | Location: St. Paul, MN | Registered: April 04, 2006
Haven't tried this, but you might get away with defining a new field of A1000V format (for instance) and printing that field. What I did try, and what also works, is to redefine the text field in the master to something like the A1000V - or whatever maximum size suits you best.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007