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] RECAPPING A RECAP

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] RECAPPING A RECAP
 Login/Join
 
Silver Member
posted
I am trying to sum totals on a computed recap field so I can display them at the end of the report. So i am trying to recap a computed recap field. see below I need to recap the TOTSAVE field under the ON PCUST RECAP section at the end
of my report..
any help would be appreciated

ON PCUST RECAP

ADJOPENCOST1/D9.2 = ADJOPENCOST;
ADJCOST1/D9.2 = SHIPADJCOST;
ORDERSAVE11/D9.2 = ORDERSAVE1;
TOTSHIPPERS1/D7 = ORDER_SHIPPERS1
TOTSAVE1/D9.2 = ORDERSAVE11
SAVEAMT1/D9.2 = ( ADJOPENCOST - SHIPADJCOST ) * ( ORDER_SHIPPERS1 );

----NEED TOTSAVE FIELD FROM BELOW TO BE RECAPPED HERE

ON SHIPITEM SUBTOTAL

PSHIPCOST
ADJOPENCOST
SHIPADJCOST
ORDER_SHIPPERS1

ON SHIPITEM RECAP

TSHIPADJCOST1/D9.2 = IF PSHIPCOST LT SHIPADJCOST THEN PSHIPCOST ELSE SHIPADJCOST;
SAVEAMT/D9.2 = ADJOPENCOST - TSHIPADJCOST;
ORDERSAVE1/D9.2 = ORDER_SHIPPERS1 * SAVEAMT;
TOTSHIPPERS/D7 = ORDER_SHIPPERS1

TOTSAVE/D9.2=ORDERSAVE1

This message has been edited. Last edited by: <Kathryn Henning>,


Product WF 7.1.6 Windows
Database Oracle
outputs PDF, HTML, EXCEL
 
Posts: 37 | Registered: April 13, 2007Report This Post
Master
posted Hide Post
With respect, this doesn't make a lot of sense to me. Maybe I'm just too dumb (very likely).

If you added the TABLE FILE command and your verbs it might help. But you can probably do what you want by using a DEFINE and a multi-verb table command.


WebFOCUS 7.7.05 Windows, Linux, DB2, IBM Lotus Notes, Firebird, Lotus Symphony/OpenOffice. Outputs PDF, Excel 2007 (for OpenOffice integration), WP
 
Posts: 674 | Location: Guelph, Ontario, Canada ... In Focus since 1985 | Registered: September 28, 2010Report This Post
Silver Member
posted Hide Post
here is the table file, from what i gather tho you can not recap on a computed field in the recap section, i can not get the results from any field in my table file..i want the fields from the compute in the recap section

TABLE FILE H005
PRINT
PSHIPPACK/D4 AS 'Ship, Pack'
OPENITEM AS 'Open, Item'
OPENTSPACK AS 'Open, TS, Pack'
OPENDESC/A35 AS 'Item, Desc'
SHIPPERCOST/D6.2 NOPRINT AS 'Shipper,Cost'
SHIPPERALLOW/D6.2 NOPRINT AS 'Shipper, Allow'
TSHIPCOST/D6.2 AS 'Shipper,Cost 10'
OPENUNITCOST/D6.2 AS 'Open, Unitcost'
ADJOPENCOST/D6.2 AS 'Extended,Open,Cost'
SAVINGS1 NOPRINT AS 'Unit,Savings'
SHIPADJCOST/D6.2 AS 'Shipper,Adj,Cost 14'
FIRSTSHIPDT/MDY NOPRINT AS 'First, Ship Date'
PTOTALP NOPRINT AS 'Total, Open, TS Pack1'
PTOTSHIP NOPRINT AS 'Total,Shippers1'
LINETOT NOPRINT
BY PCUST NOPRINT AS 'Customer'
BY TRADENAME NOPRINT
BY SHIPITEM AS 'Shipper'


Product WF 7.1.6 Windows
Database Oracle
outputs PDF, HTML, EXCEL
 
Posts: 37 | Registered: April 13, 2007Report This Post
Virtuoso
posted Hide Post
Try RECOMPUTE
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Silver Member
posted Hide Post
[SOLVED] Used Match file statements with SUM to total the columns I needed


Product WF 7.1.6 Windows
Database Oracle
outputs PDF, HTML, EXCEL
 
Posts: 37 | Registered: April 13, 2007Report 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] RECAPPING A RECAP

Copyright © 1996-2020 Information Builders