Focal Point
[CASE OPENED] Can you use REPORT-VIEW=CHART and Drilldown?

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

August 11, 2010, 07:08 PM
Dan Pinault
[CASE OPENED] Can you use REPORT-VIEW=CHART and Drilldown?
Hi,

I'm creating an Active Flex report that has a drilldown on one of the columns. If I run the report as a grid the drilldown functions correctly. However, if I change the initial presentation of the file to a chart (any type) the drilldown no longer works.

For example, this works...
TABLE FILE CAR
SUM
   DEALER_COST
BY COUNTRY
ON TABLE PCHOLD FORMAT FLEX
ON TABLE SET STYLE *
$
TYPE=REPORT,
REPORT-VIEW=GRID,
$
TYPE=DATA,
COLUMN=DEALER_COST,
FOCEXEC=app/test ( \
X = 'DEALER_COST' \
),
$
ENDSTYLE
END


This doesn't work...
TABLE FILE CAR
SUM
   DEALER_COST
BY COUNTRY
ON TABLE PCHOLD FORMAT FLEX
ON TABLE SET STYLE *
$
TYPE=REPORT,
REPORT-VIEW=CHART,
CHART-TYPE=BAR,
$
TYPE=DATA,
COLUMN=DEALER_COST,
FOCEXEC=app/test ( \
X = 'DEALER_COST' \
),
$
ENDSTYLE
END


SHOULD this work???

Thanks!

Dan

This message has been edited. Last edited by: Dan Pinault,


7.7.05M/7.7.03 HF6 on Windows Server 2003 SP2 output to whatever is required.