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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Excel Conversion
 Login/Join
 
Member
posted
When reporting in EXL2K how do you get the data to not display the green flag and store numeric data correctly?

Thanks in advance.
 
Posts: 6 | Registered: June 07, 2006Report This Post
Guru
posted Hide Post
Generally when you print a numeric field it displays properly in Excel.

Could you post an example? Tell us what the format is of the field you are sending to Excel.
 
Posts: 252 | Location: USA | Registered: April 15, 2003Report This Post
Expert
posted Hide Post
Is this happening to alpha fields that contain numerics?


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
Silver Member
posted Hide Post
Me too facing the same problem . As Francis has asked for , the green flag appears when an alpha field contain numerics.

Any solution for this?


Thanks & Regards,
Sridevi
Webfocus 7.6.5 | Windows |
HTML
 
Posts: 36 | Location: India | Registered: October 06, 2005Report This Post
Silver Member
posted Hide Post
This depends on the error checking configuration in Excel at the client.
From webfocus side one thing that can be done is change the field format to numeric. So numbers are interpreted appropriately in Excel. However if the field format has to be 'TEXT' in Excel, I don't think any thing can be done from webfocus. User has to change his configuration in excel or alternately opt to choose "Ignore error" for all such cells. Interestingly VBA also doesn't seem to have a method to supress this error check for specific cells!
 
Posts: 38 | Location: India | Registered: May 18, 2005Report This Post
<JG>
posted
This was a very irritating feature introduced by Microsoft who decided that numbers
are not legal text items.

There are only two options available

1 Either, manually change the option setting under error checking. (tools/options/error checking)
2 If using 7.1 use a template to set the option for you.

Option 2 is probably the best as it does not require user action.

The macro code required is very simple

Sub Macro1()
Application.ErrorCheckingOptions.NumberAsText = False
End Sub
 
Report This Post
Silver Member
posted Hide Post
But the problem with this macro is, this will be applicable to all the other excel files which are open/will be opened
 
Posts: 38 | Location: India | Registered: May 18, 2005Report This Post
<JG>
posted
macros come in many flavors.

the example would be used as an open macro

the same code but using true as it's value as a close macro
totally resolves the issue of Microsoft excels inability to have an option
apply to the current sheet only.
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders