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.
Situation: I have to generate a report for one individual provider. I have total 6000 providers. The hirarchy is Provider - > Role - > Service Type ->Borough -> Team. Provider have one to many relationship with each node. i.e. Provider can have multiple roles, can be assosiated with multiple service types, can be assosiated with multiple teams and in multiple boroughs. If i will load all 6000 providers on page load to the list box it is taking ages. The solution i am trying to do is: I have put a text box on html page. User will type in the text box i.e. if user types A then all the providers first name starting with A will be displayed. User will click on the Name of the provider and provider ID will be passed to the list box. On the basis of the provider id roles will be displayed assossiated with the provider. on next level providerid and rold id will be passed to next list box to filter assosiated service type and so on. I am facing problem at first level. When user clicks on hyperlink then Provider id is not being passed to the list box called Roles. How can we do this in webfocus????This message has been edited. Last edited by: Kerry,
I checked with our internals and was suggested that, this one looks very involved and will be better to address this in a case with Customer Support Services. To open a case, please call at 1-800-736-6130, or access online at InfoResponse.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
Hi Kerry - we will raise a case with the tech. support team in Zurich - as you say it is involved and we should geta solution via this route. Many thanks. Ian
_______________________ *** WebFOCUS 8.1.05M ***
Posts: 196 | Location: London, UK | Registered: December 06, 2005
A drop which contains the letters A-Z (or Ö, since I'm from Sweden). Using the CAR file, I added a DEFINE in the Master file, pos1, which is the initial character of COUNTRY, EDIT(COUNTRY,'9'). Chain the values of the drop to a listbox which contains all the CAR rows where the pos1 equals the value selected in the list box.