Focal Point
static header for Active html report

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

July 10, 2013, 09:33 AM
santu
static header for Active html report
Hi All,

I can be able to apply the HFREEZE option to HTML reports as below

TYPE=REPORT,
GRID=OFF,
HFREEZE=TOP,
SCROLLHEIGHT=3.000000,
$

But when i am trying the same option in Active html report. Its not working.

I saw one option for "freeze columns" in "report option" dialogue box. there one dropdown box is there to select any one column. I tried to select one column. In code it changed as below.

TYPE=REPORT,
GRID=OFF,
FREEZE-COLUMN=N25,
ARGRAPHENGINE=FUSION,
ARREPORTSIZE=DIMENSION,
SCROLLHEIGHT=3.000000,
$

i want to apply the fixed header concept to each and every column. I tried with

FREEZE-COLUMN=ON option. But fixed header is not working. Can anybody help me in this.


Web FOCUS 7.7.03
PDF
July 10, 2013, 10:12 AM
Francis Mariani
Unfortunately, one JavaScript-based feature does not work with another JavaScript-based feature.

I have a case opened to make it work with Accordion reports. I suggest you open a case.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
July 22, 2013, 02:03 AM
santu
So i am concluding that there is no option to make the active html report header as fixed after scrolling?

i should raise case for this.


Web FOCUS 7.7.03
PDF