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.
Im working on drill downs and I am able to get everything work but I am trying something. Can someone help me on this?
1)When drill down is clicked, we can output open in same window or new window. But can we make it open as a pop up (or small window)?
2)After drill down is clicked, if use wants to go back to parent procedure, how can we design the URL? do I need to include the parameters that are used to generate the original report?
ThanksThis message has been edited. Last edited by: Kerry,
1) Yes, you can do that, but only by including some javascript that will open a window with the desired size(s). The javascript would have to be able to recieve the needed parameters, put them in the a constructed url or form variables, and execute the request with output to the newly created pop-up window. 2) For this functionality, I just use the javascript drilldown which only does a history.back(-1). Of course this only works when you have caching enabled on the page.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
In your report, in the heading for instance, include some word to return to your original window or report. Let's say this word is 'Return'. Then select this word, right click, select options and choose the drilldown tab that is shown. In the dropdown for type of drilldown, select javascript. In the box called javascript, type the name of the function. If your original drilldown was to a new window, you'd type 'window.close'. If it was to the same window you'd type history.go, but then you'd also have to specify a parameter, constant value, value equal to -1. In the code this would get translated to: