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 Dashboard page with 4 frames, opening clockwise:
IFRAME1 = Bar Graph IFRAME2 = Pie or Bar Graph IFRAME3 = Bar Graph IFRAME4 = Excel
As the user clicks on a Bar riser or Pie slice, the drilldown opens in the next frame on the same page.
Scenario:
After the user has opened all 4 frames with selections, they then click on another selection in Frame 1 or 2:
My question:
If the user clicks on Frame1, I want to clear out Frames 3 and 4 as Frame 2 is populated If the user clicks on Frame2, I want to clear out Frame 4 as Frame 3 is populated
This IS NOT an !IBI.FIL.HOLD application, it is all built in HTML Painter, with drilldowns... Nor is directing the user to select RESET to clear out all the frames an option...
Couldn't you simply load an HMTL page that is an empty page into the iframes using a JS OnClick event handler? You know the names of the iframes, so you could do sumfing like this: