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 6 lists that I need to chain together. The user wants to select from any of these list to start thier process (created by a fex). Once they select one/multiple from a list they then want to select other rows/items from the other lists that have been redueced by prior selections.
Has any one done this? If so, can I see an example?
ThanksThis message has been edited. Last edited by: Kerry,
The standard chaining functionality does not provide a way to do this. Either a drop down list is populated by selection from a previous control, or it is populated statically or dynamically from it's own fex. It can't start being populated with some data and then switching over to a chained drop-down. I'm sure there is a way to do provide this functionality yourself using onChange events in Javascript, just not with the standard functionality Wf provides. Chaining is top-down, not start where you want.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
I believe I recall from Summit, David Glick stating that chaining is bi-directional. I don't know when bi-directional chaining was introduced but I recall the questing being asked and answered.
In the new parameters tab inside html composer you can change the chain to bi-directional. I'm not sure if this is exactly what you are trying to do but I think it may help.
There are two possibilities I can think of: 1. You define a sort of hierarchy, so that if the user clicks on one of the listboxes, some predefined others are changed. 2. No hierarchy which would mean that whenever one listbox is chosen it affects all the others independently.
Using our product WrapApp, I just did an example of (2) on the CAR file with 3 listboxes containing COUNTRY, CAR, BODYTYPE.
Initially all the boxes are filled with the values from the database. Then when the user selects values from any one listbox, the two others are affected.
Is this something that could suit you?
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006