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     [SOLVED] < Symbol in Heading - Not Working

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] < Symbol in Heading - Not Working
 Login/Join
 
Guru
posted
Hi All,

This should be simple someway. But I tried to make it work.

 
TABLE FILE CAR
PRINT
CAR
COUNTRY
MODEL
HEADING
"<-----DETAILS------->"
END

-EXIT


I neeed to show like this in my HEAIDNG.

 "<-----DETAILS------->"


But while using < [Greater than Symbol) It expects a Field defenition with the name
-----DETAILS...

I tried > > etc. They dont work out...

Is there any Substitution character or Escape char to show GT symbol in Header Footer Texts ?

This message has been edited. Last edited by: Kerry,


Thanks,

Ramkumar.
WebFOCUS/Tableau
Webfocus 8 / 7.7.02
Unix, Windows
HTML/PDF/EXCEL/AHTML/XML/HTML5
 
Posts: 394 | Location: Chennai | Registered: December 02, 2009Report This Post
Guru
posted Hide Post
One way I could resolve this is using a DEFINE Field. But donno whether It is the right way to do. Suggestions please... ?

DEFINE FILE CAR
  DETDET/A100 = '<-----DETAILS------->';
END


TABLE FILE CAR
PRINT
CAR
COUNTRY
MODEL
HEADING
"<DETDET"
END

-EXIT


Thanks,

Ramkumar.
WebFOCUS/Tableau
Webfocus 8 / 7.7.02
Unix, Windows
HTML/PDF/EXCEL/AHTML/XML/HTML5
 
Posts: 394 | Location: Chennai | Registered: December 02, 2009Report This Post
Platinum Member
posted Hide Post
You could take a look at

http://forums.informationbuild...=227105304#227105304


WF 7.7.02 on Windows 7
Teradata
HTML,PDF,EXCEL,AHTML
 
Posts: 165 | Registered: September 29, 2008Report This Post
Virtuoso
posted Hide Post
Interesting issue.

If your output is HTML you should probably be using entities:
TABLE FILE CAR
PRINT
CAR
COUNTRY
MODEL
HEADING
"&|lt;-----DETAILS-------&|gt;"
END


Gosh, the report painter can't handle content like yours at all it seems! Trying to edit that line it removes its contents either when trying to remove a single character (using backspace) or when saving the file while the edit-cursor is in that line.
I'd expect it to handle the escaping at least, turning special characters in HTML- (or possibly just XML-) entities if the output will be HTML.


WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :
 
Posts: 1669 | Location: Enschede, Netherlands | Registered: August 12, 2010Report This Post
Guru
posted Hide Post
Hi Wep,

Thank you for your reply and Suggestion. What you have told is what happening inside, while the FEX runs...

This works fine with HTML. But I need to do the same for EXCEL as well as PDF.


Thanks,

Ramkumar.
WebFOCUS/Tableau
Webfocus 8 / 7.7.02
Unix, Windows
HTML/PDF/EXCEL/AHTML/XML/HTML5
 
Posts: 394 | Location: Chennai | Registered: December 02, 2009Report This Post
Guru
posted Hide Post
Hi Hari,

Thank you for the Link. Will look at that.


Thanks,

Ramkumar.
WebFOCUS/Tableau
Webfocus 8 / 7.7.02
Unix, Windows
HTML/PDF/EXCEL/AHTML/XML/HTML5
 
Posts: 394 | Location: Chennai | Registered: December 02, 2009Report This Post
Member
posted Hide Post
CTRAN is the function you need. The help files explain CTRAN quite well and gives you the ASCII codes you need to do the changes.

I had to use this just to get a double quote to show up in the header.

Here is my example:

COMPUTE QUOTEB/A25 = 'PART _B_ (Limerock / RAP)'; NOPRINT
COMPUTE TRANB/A25 = CTRAN(25, QUOTEB, 95, 34, TRANB); NOPRINT


7.6.10 Oracle 10g Windows XP
 
Posts: 11 | Registered: January 10, 2011Report This Post
Expert
posted Hide Post
Ramkumar, you hit the nail on the head with your own post.

Creating a field with the < and > chars is the best way.

WebFOCUS will thinks that a field comes after the < character. By making it data it is shown and not evalulated.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Guru
posted Hide Post
Thanks Waz... That way I could resolve this issue.


Thanks,

Ramkumar.
WebFOCUS/Tableau
Webfocus 8 / 7.7.02
Unix, Windows
HTML/PDF/EXCEL/AHTML/XML/HTML5
 
Posts: 394 | Location: Chennai | Registered: December 02, 2009Report 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     [SOLVED] < Symbol in Heading - Not Working

Copyright © 1996-2020 Information Builders