Focal Point
[CLOSED] % sign in excel

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

August 10, 2009, 02:13 PM
npelissier
[CLOSED] % sign in excel
Hello,

In a report, I have a column header which is "Sales %'. This is defined as FIELD AS "Sales %'.

It works fine except when the output is excel. The % is not showing.

Do you have a solution for that ?

Thanks
Nicolas

P.S. I'm using WF 7.6.9

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


Webfocus 7.6.9 on AS/400, DB2
August 10, 2009, 03:28 PM
Prarie
This works fine for me. Do you really have it as "Sales %'?

TABLE FILE CAR
PRINT SALES AS 'SALES %'
BY CAR 
BY COUNTRY
ON TABLE PCHOLD FORMAT EXL2K
END  



In Focus since 1993. WebFOCUS 7.7.03 Win 2003
I'm also running 769 and also do not have any problem showing the percent sign in the column title.
Can you please show your exact code? That way it might become more clear what's going on...


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Sorry for the delay. I have new information now

Here is an example of the code :

TABLE FILE SALES_NCC
BY IVCNUM
WHERE IVCNUM = 21322;
ON TABLE NOTOTAL
ON TABLE HOLD AS HOLD1
END

TABLE FILE HOLD1
SUM
COMPUTE TEST = PCT.IVCNUM; AS 'TEST1 %' OVER
COMPUTE TEST2 = SUM.IVCNUM; AS 'TEST2'
BY IVCNUM
ON TABLE PCHOLD FORMAT EXL2K
END
-EXIT;

I see the % sign in my report if I remove the OVER. But, when I put it, the % sign disappear...

Thanks
Nicolas


Webfocus 7.6.9 on AS/400, DB2
I see the problem now.
Looks like a bug with Excel output.
Time to open a case with IBI.


WebFOCUS 8.1.05M Unix Self-Service/MRE/Report Caster - Outputs Excel, PDF, HTML, Flat Files