Focal Point
[CLOSED] Storing subtotal(s) into variables to use later on.

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9947022926

March 04, 2013, 03:23 PM
neuro
[CLOSED] Storing subtotal(s) into variables to use later on.
I am trying to figure out if it would be possible to assign some sort of variable/type of array to store the subtotals from the following car example. In this example there would be 5 subtotals for the 15% of the dealer cost. I want to store these five subtotals for another output later on.

 
TABLE FILE CAR
PRINT 
DEALER_COST
COMPUTE MARGIN/D10.2 = DEALER_COST * .15; NOPRINT
BY COUNTRY
BY CAR
BY BODYTYPE
ON COUNTRY SUBFOOT
"<ST.MARGIN"
END
 

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


Currenly working @ Learning Circle Education Services
Previously worked @ Nationwide Insurance
Prod: WebFOCUS 7.6.11


Test: WebFOCUS 7.6.11


Dev: WebFOCUS 7.6.11
March 04, 2013, 03:54 PM
Waz
I would suggest preprocess the data and generate it.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!