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.
That "by the way" is the key - if it works in one format, it should work in all formats. It works for HTML and PDF, so I'd open a case with IBI.
Here's an example of it not working for Excel - for both BY or ACROSS (in v7.7.03):
SET CDN = ON
DEFINE FILE CAR
DECIMAL/D12.2 = SALES / SEATS;
END
TABLE FILE CAR
SUM DECIMAL
BY COUNTRY
ON TABLE PCHOLD FORMAT EXL2K OPEN
END
TABLE FILE CAR
SUM DECIMAL
ACROSS COUNTRY
ON TABLE PCHOLD FORMAT EXL2K CLOSE
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
I think this decimal stuff for excel has nothing to do with webfocus. If you just hold the result of the above requests as an exl2k file (extension .xht, but readable as a text file) then there is no difference at all for SET CDN-ON or OFF. The resulting files are identical. So, imho, the way it is presented is 100% an excel issue.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
If I override my Excel Settings "Use system separators" settings to use CDN, then no matter what setting WebFOCUS has, the decimal columns are displayed as required.
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