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]on subhead - Excel error

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED]on subhead - Excel error
 Login/Join
 
Guru
posted
When I run a report that has a SUBHEAD command and uses variables via a HTML/AHTML it works. When I change that report to a EXL07 report, I get an error. It says that Excel foundan unreadable character. I know the error has to do with using this character "<" What would be a better way to get the header to include a field value? Recap?

Below is where I populate the variable and futher down the program I use the ON SUBHEAD command.


-SET &SUBHEAD_FIELD = 'IB_DAYS_LEFT_ZERO_DEFINE' ;

-SET &SUBHEAD_HEADER = '
ON &SUBHEAD_FIELD SUBHEAD
"&SUBHEAD_HEADER"

This message has been edited. Last edited by: Jay Potter,


WebFocus 8.1.5
iSeries/Windows
DB2/SQL/Access
Dev Studio
App Studio
Maintain
ReportCaster
 
Posts: 341 | Location: Pembroke NH/Jericho NY | Registered: June 15, 2011Report This Post
Expert
posted Hide Post
Jay, we cannot see all your code - please (always) put your code between
[code]
-* your code here
[/code]
tags. Use the last button in the toolbar (</>). You can edit your original post. Cheers.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
Sorry! Some day I will remember that!

-SET &SUBHEAD_FIELD = 'IB_DAYS_LEFT_ZERO' ;
-SET &SUBHEAD_HEADER = '<IB_DAYS_LEFT_ZERO Days Left' ;

ON &SUBHEAD_FIELD SUBHEAD
"&SUBHEAD_HEADER"




WebFocus 8.1.5
iSeries/Windows
DB2/SQL/Access
Dev Studio
App Studio
Maintain
ReportCaster
 
Posts: 341 | Location: Pembroke NH/Jericho NY | Registered: June 15, 2011Report This Post
Virtuoso
posted Hide Post
Jay,

Can you REPRO with the CAR file?


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

 
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006Report This Post
Guru
posted Hide Post
I fixed the problem by creating the header information in the synonym by combining the value and text there. So that when I am actually creating the header, all I have to do is graba field. Not try to combine the value and text at the time of creating the header.


WebFocus 8.1.5
iSeries/Windows
DB2/SQL/Access
Dev Studio
App Studio
Maintain
ReportCaster
 
Posts: 341 | Location: Pembroke NH/Jericho NY | Registered: June 15, 2011Report 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]on subhead - Excel error

Copyright © 1996-2020 Information Builders