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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] how to change the decimal format when it meets a condition

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] how to change the decimal format when it meets a condition
 Login/Join
 
Member
posted
Hi!! There is a numeric field (type float) in a table that we need to include in a report. The field has 2 types. If type 1 it needs to show up as D15 in the report. If type 2, then it needs to show up as D12.1% in the report. Is there a way to do this or implement this in the wbefocus code?

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


WebFOCUS 7.1.1
Linux and Unix
Output: PDF, Excel, HTML and OLAP
 
Posts: 3 | Registered: November 13, 2007Report This Post
Virtuoso
posted Hide Post
Yes

DEFINE FILE CAR
FMAT/A8=IF COUNTRY EQ 'ITALY' THEN 'D15S' ELSE 
IF COUNTRY EQ 'ENGLAND' THEN 'D12.1%' ELSE 'I9';
END
TABLE FILE CAR
PRINT SALES/FMAT
BY COUNTRY
BY MODEL
END




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Member
posted Hide Post
Thank you so much! This bit of code was a Godsend!


WebFOCUS 7.6.11
Windows Server 2003
Excel, PDF and HTML
 
Posts: 5 | Location: Nashville, TN | Registered: November 30, 2010Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] how to change the decimal format when it meets a condition

Copyright © 1996-2020 Information Builders