I am trying to write a report like this:
TABLE FILE XYZ
SUM ALPHA
BY SEQ NOPRINT
BY ALPHA NOPRINT
SUM DOLLAR
ACROSS PERIOD AS '' ROW-TOTAL COLUMNS Q1 AND Q2 AND Q3
BY SEQ NOPRINT
ON SEQ SUBFOOT
" "
"INT PLAN <SEQ><19><ST.C2><30><ST.C3>"
" "
BY ALPHA NOPRINT
END
Where C2 is the value of DOLLAR for column Q1.
When I run this, Focus says it doesn't know what C2 and C3 are. When I remove the 'ST.', the report works for C2, but C3 is random characters.
How do I get the subtotal? How do I get DOLLARs for Q2 and Q3?
TABLE FILE XYZ
SUM ALPHA
BY SEQ NOPRINT
BY ALPHA NOPRINT
SUM DOLLAR
ACROSS PERIOD AS '' ROW-TOTAL COLUMNS Q1 AND Q2 AND Q3
BY SEQ NOPRINT
ON SEQ SUBFOOT
" "
"INT PLAN <SEQ><19><ST.C2><30><ST.C3>"
" "
BY ALPHA NOPRINT
END
Where C2 is the value of DOLLAR for column Q1.
When I run this, Focus says it doesn't know what C2 and C3 are. When I remove the 'ST.', the report works for C2, but C3 is random characters.
How do I get the subtotal? How do I get DOLLARs for Q2 and Q3?