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 three controls that I would like to chain on an HTML page.
There are FISCAL YEAR, BUSINESS UNIT and DEPARTMENT.
Currently BUSINESS UNIT and DEPARTMENT are chained so that only departments in the selected business unit are displayed in the list box.
Now we want to further restrict the data to only the BUSINESS UNIT/DEPARTMENT combinations that have values for the FISCAL YEAR.
I am trying to implement in composer with no luck. When I chain FISCAL YEAR to further restrict DEPARTMENT, it changes the "resolves parameter" setting for both chains to FISCAL YEAR.
I know that I could accomplish this by using a dynamic datasource fex for DEPARTMENT but is there any way to do so with chaining in composer?This message has been edited. Last edited by: Kerry,
If I chain the year to the business unit then it gives me all business units with data for that fiscal year. But in my scenario, every business unit has data. So in this instance, that chain would have no effect.
What I want to do is restrict the department to the business unit selected AND the fiscal year selected.
You can do chaining with a procedure. This is documented in the "Using Custom Procedures to Retrieve Dynamic Values" section of the "Developing Reporting Applications With Graphical Tools" manual.
Hi I have tried to follow your instruction. I was not able to implement the Control 2 is independent of control 1, but control 3 is dependent on both control 1 and control 2.
Can you describe little bit in detail how to perform this task? I went through all the ibi documentation for this? Hope to hear from you soon.