Focal Point
[CLOSED] append print values

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

June 10, 2019, 03:27 PM
vinodh
[CLOSED] append print values
hello,

i want to append the print values to a BY field. how do we achieve this.
https://drive.google.com/open?...EP9tIvyn4tpRZNIYqkaE [/code]

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8
Windows, All Outputs
June 10, 2019, 03:32 PM
BabakNYC
I can't see the image.


WebFOCUS 8206, Unix, Windows
June 10, 2019, 03:34 PM
vinodh
upload the image to the drive. please check and let me know

quote:
Originally posted by BabakNYC:
I can't see the image.



WebFOCUS 8
Windows, All Outputs
June 10, 2019, 03:37 PM
MartinY
Something such as this ?
DEFINE FILE CAR
NFIELD /A200V = IF LAST COUNTRY EQ COUNTRY THEN NFIELD || ', ' | CAR ELSE CAR;
END
TABLE FILE CAR
SUM NFIELD
BY COUNTRY
END

One of many ways


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007