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.
Is there a maximum number of columns that can be displayed in AHTML?
The following amy be TMI, but, here it is: I'm getting a blank screen, no display of the report, that has 81 columns in AHTML. I do a View Source and see that "everything is fine", no errors, and that 8000 rows were returned using "ON TABLE PCHOLD FORMAT AHTML". The report display when changing AHTML to HTML.
I'm doing a TABLEF FILE to a hold file (RPTFILE) which comes back in 57 seconds. Then I'm doing a TABLE FILE RPTFILE of that and doing some COMPUTEs in the PRINT section and BY TOTAL COMPUTEs withing 27 BY statements (Yeah, a lot but that's the requirment).
The complete fex runs in 5 minutes with a filtered result of 7798 rows, 1 minute for the extract and 4 minutes to display a report from the hold file). I'm checking indexes, etc. to see why it's taking so long. The original source table, before filtering, only has 408k rows.
Thanks, DougThis message has been edited. Last edited by: FP Mod Chuck,
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
Doug, Always been limitations with AHTML output; Rows X Columns shouldn't exceed 5K Maybe that has changed a bit, but, haven't seen it. LINK to docs...