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.


Page 1 2 

Read-Only Read-Only Topic
Go
Search
Notify
Tools
EXL2K Problem
 Login/Join
 
Expert
posted Hide Post
The issue you're having with scientific notation is, I think, an Excel issue.

Open a new workbook and type a long numeric string into a cell - it will be displayed as scientific notation. Change the Format of the cell to Number and it is displayed as a normal number.


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
Expert
posted Hide Post
Might want to SORT your data.

Also, your USAGE=value does not include a decimal, AND is very large - P19

EXCEL is interpreting this as SCIENTIFIC.

FIELDNAME=INDEMNITY, ALIAS=INDEMNITY, USAGE=P19, ACTUAL=P10,

is also missing a $ sign at the end - ALL your fields are.

Unless this was copied incorrectly, your MASTER may be a problem

This message has been edited. Last edited by: Tom Flynn,


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Virtuoso
posted Hide Post
Has this been resolved or is it now an issue for IBI to address due to quirky format returns from WF?

Just curious.

I am in a training class so I have not been able to keep up with this.


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
<JG>
posted
Dazed are you using IIS or tomcat standalone?

The binary issue with excel is not uncommon if you are using tomcat.

The behavior is due to the fact that microsoft excel is not configured as standard in the
tomcat web.xml mime configuration section.

add the following to web.xml and .xls should work.

 
    <mime-mapping>
        <extension>xls</extension>
        <mime-type>application/excel</mime-type>
    </mime-mapping>


(note the application/excel may be application/ms-excel in earlier versions of tomcat)

You will need to recycle tomcat for it to take effect.
 
Report This Post
  Powered by Social Strata Page 1 2  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders