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.
I have a list of about 5,000 customers assigned to about 100 salespeople, and I'd like to create a form that users can select a salesperson or customer.
There's too much information for this to retrieve quickly, and since I want to chain these controls in the html layout painter, it takes a long time for the chain to update when a user selects a salesperson.
Is there any better way to do this? I've never had any luck with this much data in an html form so we're hoping to find the 'best practice' to fix this issue.
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
Here is an idea. You can contruct your own connected lists in WebFocus by using the 'expandable' report idea. TABLE FILE STUFF COUNT ENTRIES NOPRINT BY SALES_PERSON COUNT ENTRIES NOPRINT BY SALES_PERSON BY CUSTOMER ON TABLE SET EXPANDABLE ON ... You see only the list of SALES_PERSON, when one is selected the customers are shown only for this SALES_PERSON
The reason this may be faster is that in the later releases the entire report is not fully formated , and only the selection is formated.
If the relationships do not change that much, one method would be to use ASP and then use the ASP include syntax (#include ......) to include pre-prepared option lists created in batch overnight. See previous posts by Susannah for more detail (or I'm sure Susannah will "chip in" here).
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004