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.
Comprod, Value1 and Value2 are actual values and should be summed at the subtotal. Ratio is a computation: (Value 1/Value 2) * 100. On the subtotal, it should compute are (76658/77598) * 100. The result is 99. However, when I run my report, it sums up the Ratio field and displays 406.
Thanks for your help.
Dev: WebFOCUS 7.6.10, Data Migrator 7.6.10 QA: WebFOCUS 7.6.10, Data Migrator 7.6.10 Prod: WebFOCUS 7.6.2, Data Migrator 7.6.8 Windows 2K3, Tomcat 5.5.17, IIS 6 Usage: HTML, PDF, Excel, Self-serve, BID and MRE
Posts: 197 | Location: Roseville, CA | Registered: January 24, 2005
You have to create the field NEWDIEPERWAFERRATIO in a COMPUTE instead of a DEFINE. This should give you what you want.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
DEFINE FILE TEMPHOLD
-*NEWDIEPERWAFERRATIO/D20%=(ACUTALDIEPERWAFER/BUDGETDIEPERWAFER) * 100;
END
TABLE FILE TEMPHOLD
PRINT
ACUTALDIEPERWAFER/D20 AS 'Actual,D/W,'
BUDGETDIEPERWAFER/D20 AS 'Std,D/W,'
COMPUTE NEWDIEPERWAFERRATIO/D20%=(ACUTALDIEPERWAFER/BUDGETDIEPERWAFER) * 100;
BY
PROJECT AS 'Project,'
ON PROJECT RECOMPUTE AS '*TOTAL'
WHERE REPORTBY EQ 'DPN';
ON TABLE NOTOTAL
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, 2006