Focal Point
[Closed - Not complete] Need dash instead of 0 in Excel

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

July 07, 2015, 11:42 AM
JOE
[Closed - Not complete] Need dash instead of 0 in Excel
I'm unable to figure out how to get a dash to display instead of 0 with MISSING in Excel. I tried SET NODATA = - and it still doesnt work. Any suggestions? I've searched the forum but find stuff on empty cells and 0's. I might be searching wrong though.

Thanks

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


WebFocus 7.7.02 WinXP
July 07, 2015, 12:27 PM
eric.woerle
Is the value really null or 0?


Eric Woerle
8.1.05M Gen 913- Reporting Server Unix
8.1.05 Client Unix
Oracle 11.2.0.2
July 07, 2015, 12:40 PM
Francis Mariani
It seems the NODATA character for null data is ignored for EXL2K, but works for EXL07:

SET NODATA=-
TABLE FILE CAR
SUM
SALES
BY COUNTRY
ACROSS SEATS
ON TABLE PCHOLD FORMAT EXL07
END



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
July 07, 2015, 04:29 PM
JOE
Thanks Francis. Is there an issue using EXL07 off a SQLOUT? The car sample worked fine.

Thanks,


WebFocus 7.7.02 WinXP
July 07, 2015, 04:40 PM
Francis Mariani
There is no issue using EXL07 off a SQL Passthru request. However, some WebFOCUS styling doesn't work the same way in EXL07. You'd have to give it a try with your stylesheet. I would run it in the two formats (EXL07 and EXL2K) and verify that the differences in the output style are acceptable. Somewhere on the IBI Tech Support site is a document describing the differences.


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