Focal Point
[CLOSED] Column titles for drill down reports in Active Flash

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

August 05, 2011, 02:54 PM
AntJen
[CLOSED] Column titles for drill down reports in Active Flash
Hello,

When I create reports in Flex with a drill-down, the column title disappears. I've tried renaming the column, but I cannot seem to figure how to get the column title back. If I change the output to AHTML, the column title and drill down work fine. Same with HTML. Only when I run it in FLEX. I've attached the CAR file code below

TABLE FILE CAR
PRINT
CAR.ORIGIN.COUNTRY
CAR.COMP.CAR
CAR.CARREC.MODEL AS 'Model'
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT FLEX
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$
TYPE=REPORT,
LINES-PER-PAGE=20,
$
TYPE=DATA,
COLUMN=N3,
TARGET='_blank',
FOCEXEC=model( \
MODEL=N3 \
),
$
TYPE=TITLE,
COLUMN=N3,
TARGET='_blank',
FOCEXEC=model( \
MODEL=N3 \
),
$
ENDSTYLE
END

Any ideas? Thanks in advance!

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


WF 7.702, Windows 7 Enterprise
all output
August 15, 2011, 03:16 PM
RichH
Hi AntJen,
You may want to open a case with Tech Support on this. I am not having any issues running it in 7.7.02. Might be something in the environment.
Regards,
Rich


WebFOCUS 8202 Win 2012
Test - WebFOCUS 8203 on Win 2012
August 17, 2011, 11:43 AM
AntJen
Ok, thanks for looking into it on your side


WF 7.702, Windows 7 Enterprise
all output