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 am trying to get the pulldown menus on my report (built in html composer), to act like the pulldown menus on a automobile sales site. You know how you choose the make, then when you get to the model pulldown it is only the models for that make?
I have a department pulldown and a employee pulldown.
Using the chain + button in composer is not working. If I tie these fields together, and run the report, the dynamic pulldown menus no longer populate.
If I choose Finance from the Department pulldown, the employee pulldown should only show employees from the finance department.
Is their a webfocus 'trick' for this?
GregThis message has been edited. Last edited by: Greg,
prod: WF 7.7.03 platform IIS on Windows 2007, databases: Oracle, , MSSQL
Basically you will need to write a fex that will create the data for the Department dropdown. Then you will need to create a second fex that will create the data for the Employee dropdown that is filtered based on the Department dropdown selection.
Chaining is not working. I select the department pulldown, hold control, select the employees pulldown, click the chain + button, but when I run the report both chained drop down menus are empty.
prod: WF 7.7.03 platform IIS on Windows 2007, databases: Oracle, , MSSQL
Check your chain order. How are you populating the data into the dropdowns? From a Data Source (master file) or Procedure (fex file)? Open your HTML Report Painter file in Text Editor and post it. Maybe someone can spot something.
I always make sure that my dropdown controls have the same names and unique ids as the fields that I am binding them to. On the Properties Tab of the Department dropdown. Make the Name DEPTID and Unique Identifier DEPTID. On the Properties Tab of the Employee dropdown. Make the Name PERSONFULLNAME and Unique Identifier PERSONFULLNAME.
Using Parameter Tab redo the population of each dropdown to the datasource. You should see the Value Field and Display Field have the corresponding field names. Go back and redo the chaining making sure that chain order is correct. Also, rebuild the hyperlink for the run button. After rebuilding the hyperlink the Parameter column on the Parameter tab should populate with the corresponding fields.
Just a thought regarding the statement by Mighty Max (08:34): "Basically you will need to write a fex...". IF the departments and the employees are in files, THEN you can use the Dynamic / Data Source parameter option instead of writing additiona fexes ELSE write additiona fexes to do it.
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005