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.
We are having problem displaying AHTML report in IE browser. I know Active reports used to have record limitation of 5000 and may be 20,000 later in IE. As of now, what are the limitations for Active report in browser?
Users are trying to display lot of records and browser is freezing. So, I would like to know the limitations and best practices (Active Cache/CACHELINES/Lines-per-page) for Active reports to improve performance.
Please suggest.
Thank youThis message has been edited. Last edited by: FP Mod Chuck,
1. Convince every needful individual to move your company away from IE use. It has been deprecated for the Edge browser. Even so, I would use Chrome or Firefox.
2. Do not use AHTML/ADF. Use DataTables.js instead. Looks better, has better functionality, etc. Taps out at about 60K cells before it has troubles.
Until the above is doable for you, here is the link to the documentation for it: Active TechnologiesThis message has been edited. Last edited by: CoolGuy,
8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
Posts: 1113 | Location: USA | Registered: January 27, 2015
1. Convince every needful individual to move your company away from IE use. It has been deprecated for the Edge browser. Even so, I would use Chrome or Firefox.
2. Do not use AHTML/ADF. Use DataTables.js instead. Looks better, has better functionality, etc. Taps out at about 60K cells before it has troubles.
Until the above is doable for you, here is the link to the documentation for it: Active Technologies
Thanks for your suggestions sir. I already mentioned point 1 to them but I don't have much hope on that. Never knew about datatables.js. I will look into this. If you have readily available, can you post an example with CAR file?