Focal Point
[CLOSED] Across columns are not coming in different lines in CSV format

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

October 24, 2013, 09:29 AM
santu
[CLOSED] Across columns are not coming in different lines in CSV format
Hi All,

I am working on CSV format. below is my car example. If i run this example, country name, car and model label are coming in one line. Is it possible to display country name, car and model label in different rows?


 
TABLE FILE CAR
SUM 
     MODEL
BY  LOWEST MODEL
BY  LOWEST BODYTYPE
BY  LOWEST DEALER_COST
BY  LOWEST SEATS
BY  LOWEST RETAIL_COST
BY  LOWEST SALES
ACROSS COUNTRY AS ''
ACROSS CAR AS ''
ON TABLE SET PAGE-NUM NOLEAD 
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT COMT
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
     PAGESIZE='Envelope C3',
     LEFTMARGIN=1.000000,
     ORIENTATION=LANDSCAPE,
$
ENDSTYLE
END

 


Thanks in advance.

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


Web FOCUS 7.7.03
PDF
October 24, 2013, 04:09 PM
Noreen Redden
No, sorry. Whether you use COMT or DFIX with HEADER, it only produces 1 row for the column header. Since you , due to the ACROSSes had 3, it concatenates them all together into one, hence the ENGLAND JAGUAR MODEL . The same thing is true if I had a multi line column title, SALES AS 'THIS,IS,SALES' for instance. Then the HEADER in the output is
"THIS,IS,SALES" all on one line..


WEFOCUS - All releases starting at 4.3.6
MF FOCUS -- All releases starting at 3.8.68
OS/Platfor _ Predominately Z/OS, but all others as swell
Expected Output Format -- *