As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Figure 1 shows the results of the following code being placed in a 140 x 104 iFrame. I want to freeze the first, left most, column when I scroll to the right. It seems to be an issue with the standard " TYPE=REPORT, FREEZE-COLUMN=N1,$ " code. The following cities are still out there, to the right of New York: Orlando, San Francisco, Seattle, and St. Louis.
So, what's the catch here?
Figure 1:
Here's the code:
SET PAGE = NOLEAD
TABLE FILE GGSALES
SUM DOLLARS/D12.2C OVER BUDDOLLARS/D12.2C OVER UNITS/D12.2C OVER BUDUNITS/D12.2C ACROSS CITY AS ''
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
JUSTIFY=RIGHT, BORDER=1, SQUEEZE=OFF, WRAP=1.2, FONT=ARIAL, SIZE=9,$
ENDSTYLE
END
This message has been edited. Last edited by: Doug,
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
Hi Doug, Well, you really ceated 2 reports into 2 different frames, which, is a simple workaround, I guess... Won't work for Francis's idea. The real solution is with CSS and JavaScript, my opinion. Not tried it, though...
You are so right Tom. But, this is CSS and JavaScript independent which, as part of my unmentioned requirement. That is, Out Of The Box for easy support and maintenance. the keyword here, as you said, is "workaround". But, It looks and works fine.
Let me know if you want the code.
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
Yes Tom, this won't work for my accordion report. It's too bad the several JavaScript-based WebFOCUS styles (HFREEZE, EXPANDABLE, FREEZE-COLUMN) don't work together.
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
Already got it, THANKS! No, I like the workaround, from a simplicity standpoint. Clever! AND, totally agree with Francis! Probably because IBI is going down the GUI road...