Focal Point
% symbol not coming in Linux

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1457084716

March 06, 2012, 12:38 AM
Shankar
% symbol not coming in Linux
Hi,
We are in process of doing upgrade of WF 7611 from AIX to Linux platform.One behavioural issue we found is,when we are generating report in excel format ' %' symbol is getting suppressed from the data.e.g,
Actual value is 'SHANKAR 6.00% ETC' and the value coming in excel is 'SHANKAR 6.00 ETC'.This problem is not in HTML or PDF format. I know this is a product level issue and we have raised a case to IBI for this but Is there any way to handle this in code? Please suggest.

Thanks in advance.


WF 8.1.04,Windows 7,
DataBase: Oracle 11g,Output :Excel,PDF,HTML
March 06, 2012, 05:47 AM
Shankar
Hi,
I am trying to handle this using below piece of code:
  
TABLE FILE FI_SS_TOP_N_FND_ISS_VIEW
PRINT 
FUND_NAME AS 'Fund Name'
TICKER AS 'Ticker'

ON TABLE HOLD FORMAT HTML
ON TABLE SET PAGE-NUM OFF

END

SET HTMLFORMTYPE = XLS
-RUN
-*
-HTMLFORM BEGIN
!IBI.FIL.HOLD;
-HTMLFORM END


The report is getting generated in Excel but after every 52 records,again the column title is getting displayed.I just want to display column title once in the beginning and remove the other column titles.
Along with that there are so many differences in look and feel of the report when we are simply generating it using PRINT command in EXL2K format.Can we generate the same kind of EXL2K report in the above mentioned way? Please suggest.

Thanks in advance.


WF 8.1.04,Windows 7,
DataBase: Oracle 11g,Output :Excel,PDF,HTML