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'm in a position where I need several panels in a dashboard to interact with eachother. For example, if a bar is clicked on panel A, then panel B and C update to show only data related to that bar. I think this is a very basic BI thing to do, but with all the extra coding that I'm doing this feels like a hack. And I would rather not code that way.
I've inherited my BI environment and my predecessor has often used the drillRefresh JavaScript function to get this done. And all the panels are defined in BI Portal. I can work with this, but I hit some walls when using another htm file as a filter panel (this htm file is used to update every panel via a submit button and several drop downs and what not). The problem stems with how/when quotes are put around the variables. I'm having to use two separate variables to filter the same column which just seems wrong.
As an alternate I tried using the Tasks and Animations panel in HTML canvas, but to be honest I can't remember what the issue was there. Needless to say I was unsuccessful.
So... how do you folks do this? What are some pros and cons to these different approaches? Is there some other way to do this?
Whatever I've done seems like a hack and I have to think there is a better way. I think what I'm trying to do here (linking different panels) is the MAIN selling feature of a BI, and I can't help thinking that I'm going about this wrong.
Thank you,This message has been edited. Last edited by: FP Mod Chuck,
One of the options on creating a drill down (Hyperlink) is to Refresh BI Portal. This option when all reports have the same &variable name will refresh any reports in that portal.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
One of the options on creating a drill down (Hyperlink) is to Refresh BI Portal. This option when all reports have the same &variable name will refresh any reports in that portal.
Using drillRefresh? Is there another way to do this?