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 working on a report that will require multiple filters so that there aren't thousands of results in one dropdown. The 2 filters are both in dropdowns and passed into a final dropdown. The final dropdown, however, isn't being populated by the report. When I run the report separately, rather than trying to populate it through the dropdown, the values get passed in properly and filter just fine.This message has been edited. Last edited by: ccollier,
Are you using Auto-prompting where two prompt should provide values for a third one or from an html page you have three filters (dropdown) that must pass values to a report ?
Please clarify and maybe share your code using the code tag (last icon on the ribbon that looks like the below)
</>
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
It's all on one HTML page with 3 dropdowns. 2 dropdowns are meant to pass its value into the 3rd report, which I then use to populate the last dropdown.