Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Getting unwanted HTML tags.

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Getting unwanted HTML tags.
 Login/Join
 
<B_B>
posted
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>,
 
Report This Post
Master
posted Hide Post
Change this line as DONTPRINT/A1='Y' (just for test) or comment it and try run your report.

DONTPRINT/A1 = IF EDIT(QUES_T,'9999') EQ ' ---' THEN 'N' ELSE 'Y' ;

Please let me know your test.


WFConsultant

WF 8105M on Win7/Tomcat
 
Posts: 780 | Location: Florida | Registered: January 09, 2005Report This Post
<B_B>
posted
Hi,

Thanks Kamesh for your response. I have tried both the ways. But, there is no change in output.

Please suggest an alternative way.

Thanks,
Bhavna.
 
Report This Post
Expert
posted Hide Post
quote:
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, 2004Report This Post
<B_B>
posted
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.
 
Report This Post
Platinum Member
posted Hide Post
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, 2007Report This Post
Master
posted Hide Post
Hello Bhavna,

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, 2005Report This Post
Virtuoso
posted Hide Post
no need to specify the .htm

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, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Getting unwanted HTML tags.

Copyright © 1996-2020 Information Builders