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 launch page (.htm) containing hierarchical chained data – Organization/Market/Region/Territory – passing values to a .fex report. I need to use the ‘Organization’ value in the original chained data to be used for a different hierarchical dataset. How can I do this?This message has been edited. Last edited by: Kerry,
WebFOCUS 711 WebFOCUS 761 Windows 2003 Server Formats: PDF, EXCEL, HTML
Posts: 3 | Location: Orange, California | Registered: December 28, 2007
We can chain n number of listboxes from one parent fex. I am not sure if there is any limitations to this.
A->B->C A->D A->E ... A->Z
I have done upto 3 chaining from one parent procedure for example A.
Examples for populating B and D from A: [CODE] Procedure for A ---------------- TABLE FILE A PRINT FLD_1A BY FLD_2A .... Procedure for B ---------------- TABLE FILE B PRINT FLD_1B BY FLD_2B WHERE FLD_1B EQ &FLD_1A ......... Procedure for D ---------------- TABLE FILE D PRINT FLD_1D BY FLD_2D WHERE FLD_1D EQ &FLD_1A .........
WebFOCUS 8.1.05 Windows Excel, PDF, HTML
Posts: 72 | Location: Flowood , MS | Registered: May 11, 2011