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     [CLOSED] Is this a valid statement

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Is this a valid statement
 Login/Join
 
Platinum Member
posted
NEW_VALUE/P13.6 MISSING ON = IF (SORC_FEE_ID EQ '04G') AND (FEE_RETL_AM LT 0.1) THEN 0 OR
IF (SORC_FEE_ID EQ '10X') AND (FEE_RETL_AM LT 0.1) THEN 0 OR
IF (SORC_FEE_ID EQ '10Y') AND (FEE_RETL_AM LT 0.1) THEN 0 OR
IF (SORC_FEE_ID EQ '22E') AND (FEE_RETL_AM LT 0.1) THEN 0 OR
IF (SORC_FEE_ID EQ '04I') AND (FEE_RETL_AM LE .1) THEN 0 ELSE FEE_RETL_AM

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




Prod: WebFOCUS 7.6.10 MRE
Oracle/Sybase
Test: DevStudio 7.6.6
WF Server 7.6.6
Report Caster 7.6.6
Web Server - Tomcat
MS Windows XP SP2
Output: HTML, Excel 2000 , PDF, CSV, DOC

 
Posts: 133 | Registered: December 29, 2006Report This Post
Platinum Member
posted Hide Post
This is what i needed...thanks

NEW_VALUE/P13.6 MISSING ON = IF (SORC_FEE_ID EQ '04G') AND (FEE_RETL_AM LT 0.1) OR
(SORC_FEE_ID EQ '10X') AND (FEE_RETL_AM LT 0.1) OR
(SORC_FEE_ID EQ '10Y') AND (FEE_RETL_AM LT 0.1) OR
(SORC_FEE_ID EQ '22E') AND (FEE_RETL_AM LT 0.1) OR
(SORC_FEE_ID EQ '04I') AND (FEE_RETL_AM LE .1) THEN 0 ELSE FEE_RETL_AM;




Prod: WebFOCUS 7.6.10 MRE
Oracle/Sybase
Test: DevStudio 7.6.6
WF Server 7.6.6
Report Caster 7.6.6
Web Server - Tomcat
MS Windows XP SP2
Output: HTML, Excel 2000 , PDF, CSV, DOC

 
Posts: 133 | Registered: December 29, 2006Report This Post
Gold member
posted Hide Post
I could be wrong but I am thinking that your second post may not be doing as you think. I think it is seeing something like this:
 IF (SORC_FEE_ID EQ '04G') AND
((FEE_RETL_AM LT 0.1) OR (SORC_FEE_ID EQ '10X'))



I am not sure in your case but wouldn't this work how you want?

NEW_VALUE/P13.6 MISSING ON= IF (SORC_FEE_ID EQ '04I' AND FEE_RETL_AM LT .1) OR (SORC_FEE_ID IN ('04G', '10X', '10Y', '22E') AND FEE_RETL_AM LE .1) THEN 0
ELSE FEE_RETL_AM; 


WF: 8201, OS: Windows, Output: HTML, PDF, Excel
 
Posts: 78 | Registered: November 08, 2010Report This Post
Platinum Member
posted Hide Post
As crymsyn said, this may not yield correct results..please check your results..
quote:
Originally posted by tlbrydie2:
This is what i needed...thanks

NEW_VALUE/P13.6 MISSING ON = IF (SORC_FEE_ID EQ '04G') AND (FEE_RETL_AM LT 0.1) OR
(SORC_FEE_ID EQ '10X') AND (FEE_RETL_AM LT 0.1) OR
(SORC_FEE_ID EQ '10Y') AND (FEE_RETL_AM LT 0.1) OR
(SORC_FEE_ID EQ '22E') AND (FEE_RETL_AM LT 0.1) OR
(SORC_FEE_ID EQ '04I') AND (FEE_RETL_AM LE .1) THEN 0 ELSE FEE_RETL_AM;


WF 8.2.01 APP STUDIO
PDF,HTML,EXL2K,Active
 
Posts: 139 | Registered: July 21, 2011Report 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     [CLOSED] Is this a valid statement

Copyright © 1996-2020 Information Builders