Focal Point
[CLOSED] Drilldown not working in AHTML

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

February 11, 2019, 02:14 AM
Madhumitha
[CLOSED] Drilldown not working in AHTML
Hi All,

Please find below code, drilldown is not working.
if i remove 'ON TABLE SET WEBVIEWER ON' then its working by i need export to PDF option

TABLE FILE CAR
PRINT
CAR.BODY.DEALER_COST
CAR.BODY.RETAIL_COST
CAR.BODY.SALES
BY LOWEST CAR.ORIGIN.COUNTRY
BY LOWEST CAR.COMP.CAR
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT AHTML
ON TABLE SET CACHELINES 1000
ON TABLE SET WEBVIEWTARG OFF
ON TABLE SET WEBVIEWER ON
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
$
TYPE=DATA,
FOCEXEC=IBFS:/WFC/Repository/TEST/Report1_1.fex,
TARGET='_self',
$
ENDSTYLE
END

Please help me to fix the issue.

Thanks,
Madhu
Version - Webfocus 8204

This message has been edited. Last edited by: FP Mod Chuck,
February 11, 2019, 10:25 AM
BabakNYC
This behavior is by design. Take a look at page 27 of the doc under Export

https://webfocusinfocenter.inf.../activetech_8204.pdf

where it states: When active cache is disabled, exports all records or filtered onlyrecords to HTML, CSV, or XML (Excel)


WebFOCUS 8206, Unix, Windows