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 am getting extra unwanted HTML tags like - THE PARAGRAPH TAG etc in my output format which is in PDF. Surprisingly, if i change my output format to HTML (i.e.ON TABLE PCHOLD FORMAT HTML) then i do not get these unwanted tags at all.
Please suggest how do i get rid of these unwanted HTML tags using output format as PDF only.
Web Focus Version -7.1.4
Thanks, Bhavna.This message has been edited. Last edited by: <B_B>,
ON ASES_SECT_N SUBHEAD ""From: &BEGIN_DATE To: &END_DATE " "Total Cases Reviewed: " "
This code is incorrect, make sure that it isn't a as a result of when you pasted it into the forum! e.g. If it exists in your code then it is likely causing a problem.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
There is a drill option in my project. If i drill down , it gets me to this fex(as in the code pasted at the top). And it also displays extra HTML tags. I want to get rid of these extra HTML tags.
So if you run the fex above, you get a valid PDF output ... but some where in the middle you see a string like
<p>
? Is it in the data?
If you have the paragraph tag in your data - format html will hide it ... run this fex:
DEFINE FILE CAR
FRED/A20=IF COUNTRY EQ 'FRANCE' THEN '<p>ZZ' ELSE IF COUNTRY EQ 'JAPAN'
THEN 'X<P>Y' ELSE COUNTRY;
END
TABLE FILE CAR PRINT COUNTRY FRED COUNTRY
ON TABLE PCHOLD FORMAT HTML
END
You will see that when country is france the ZZ cell shows no oddities. Bit for JAPAN you will see a wrap in the cell. Change format to WP or PDF and you will see the tags.
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007
Where are you getting these unwanted tags, after displayed your report or inbetween your reports?
try these, 1) Remove the HTMLCSS ON when you hold the table. 2)-IF &LINES EQ 0 THEN GOTO XXIT ELSE GOTO ENDIT; -XXIT -HTMLFORM ERRPGCOMP-1.htm -ENDIT -EXIT
Hope it helps,
WFConsultant
WF 8105M on Win7/Tomcat
Posts: 780 | Location: Florida | Registered: January 09, 2005
Also, this issue has two identical postings. Maybe remove one of them to avoid confusion
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007