Focal Point
[CLOSED] nEED TO REPEAT sORT DATA ON LOWER LEVEL SORT BREAK

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

September 19, 2012, 05:38 PM
Dgraff
[CLOSED] nEED TO REPEAT sORT DATA ON LOWER LEVEL SORT BREAK
The following code is a sample I want to display all Sort data when Model changes. but not on every line just the first line. Very similar to what you would get if you did a on MODEL page break without the page break. In other words when Model Changes I want to display the values for COUNTRY, CAR, AND MODEL on that line any Sugestions?
SET BYDISPLAY = ON Would repeat on all Lines not just the first line

  
TABLE FILE CAR
PRINT 
     DEALER_COST
     RETAIL_COST
BY  COUNTRY
BY  CAR
BY  MODEL
ON TABLE SET PAGE-NUM NOLEAD 
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
END 

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


Duane

WebFOCUS 8.0.7
DS 8.0.7 AS 8.0.7
Windows
Output: Excel, HTML, PDF, AHTML,Mobile
In Focus 1982
September 19, 2012, 07:08 PM
Crymsyn
I did a quick search and I found this topic that should do what you want.

http://forums.informationbuild...1006503?r=6811006503


WF: 8201, OS: Windows, Output: HTML, PDF, Excel
September 20, 2012, 02:16 AM
atturhari
The fields should be under PRINT (and NOPRINT the sort fields).
If the display columns (PRINT) and sort columns (BY) are not in the same order than you can use SEQUENCE to change the column position.


WF 7.7.02 on Windows 7
Teradata
HTML,PDF,EXCEL,AHTML